2011-09-16 22:37:24 +04:00
|
|
|
# Copyright 1999-2011 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=4
|
|
|
|
|
2011-09-22 16:27:17 +04:00
|
|
|
inherit qt4-r2 git-2 eutils
|
|
|
|
EGIT_REPO_URI="git://github.com/Pinkbyte/qtdiscs.git"
|
|
|
|
EGIT_BRANCH=master
|
|
|
|
SRC_URI=""
|
|
|
|
KEYWORDS=""
|
2011-09-16 22:37:24 +04:00
|
|
|
|
|
|
|
DESCRIPTION="QtDiscs is a little program to show information about CD and DVD discs collection"
|
|
|
|
HOMEPAGE="http://github.com/Pinkbyte/qtdiscs"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="x11-libs/qt-gui:4
|
|
|
|
x11-libs/qt-sql:4"
|
|
|
|
|
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
qt4-r2_src_install
|
|
|
|
dodoc README
|
|
|
|
}
|