2013-01-29 17:01:48 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
2011-09-16 22:37:24 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2013-01-29 17:01:48 +04:00
|
|
|
# $Header: $
|
2011-09-16 22:37:24 +04:00
|
|
|
|
2013-01-29 17:01:48 +04:00
|
|
|
EAPI=5
|
2011-09-16 22:37:24 +04:00
|
|
|
|
2011-09-22 16:27:17 +04:00
|
|
|
EGIT_REPO_URI="git://github.com/Pinkbyte/qtdiscs.git"
|
2013-01-29 17:01:48 +04:00
|
|
|
inherit eutils qt4-r2 git-2
|
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"
|
2013-01-29 17:01:48 +04:00
|
|
|
SRC_URI=""
|
2011-09-16 22:37:24 +04:00
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2013-01-29 17:01:48 +04:00
|
|
|
KEYWORDS=""
|
2011-09-16 22:37:24 +04:00
|
|
|
|
2013-01-29 17:01:48 +04:00
|
|
|
RDEPEND="
|
2013-03-07 12:18:46 +04:00
|
|
|
dev-qt/qtcore:4
|
|
|
|
dev-qt/qtgui:4
|
|
|
|
dev-qt/qtsql:4
|
2013-01-29 17:01:48 +04:00
|
|
|
"
|
2011-09-16 22:37:24 +04:00
|
|
|
|
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
2013-01-29 17:01:48 +04:00
|
|
|
DOCS=( README )
|