2018-08-23 11:08:55 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
2011-09-16 22:37:24 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2018-08-23 11:08:55 +03:00
|
|
|
EAPI=7
|
2011-09-16 22:37:24 +04:00
|
|
|
|
2018-08-23 11:08:55 +03:00
|
|
|
EGIT_REPO_URI="https://gitlab.com/Pinkbyte/qtdiscs.git"
|
|
|
|
inherit qmake-utils git-r3
|
2011-09-16 22:37:24 +04:00
|
|
|
|
|
|
|
DESCRIPTION="QtDiscs is a little program to show information about CD and DVD discs collection"
|
2018-08-23 11:08:55 +03:00
|
|
|
HOMEPAGE="http://gitlab.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="
|
2018-08-23 11:08:55 +03:00
|
|
|
dev-qt/qtcore:5
|
|
|
|
dev-qt/qtgui:5
|
|
|
|
dev-qt/qtsql:5
|
|
|
|
dev-qt/qtwidgets:5
|
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 )
|
2018-08-23 11:08:55 +03:00
|
|
|
|
|
|
|
src_configure() {
|
|
|
|
eqmake5
|
|
|
|
}
|