diff options
author | 2016-11-10 00:13:22 +1100 | |
---|---|---|
committer | 2016-11-10 00:14:17 +1100 | |
commit | b23e28892528d252d4f17885faf1f057704195dc (patch) | |
tree | ac5ea67861d1bac3c063f451f0b62a0586671e01 /dev-libs/kreport/kreport-3.0.0.ebuild | |
parent | dev-libs/kproperty: new package (diff) | |
download | gentoo-b23e28892528d252d4f17885faf1f057704195dc.tar.gz gentoo-b23e28892528d252d4f17885faf1f057704195dc.tar.bz2 gentoo-b23e28892528d252d4f17885faf1f057704195dc.zip |
dev-libs/kreport: new package
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-libs/kreport/kreport-3.0.0.ebuild')
-rw-r--r-- | dev-libs/kreport/kreport-3.0.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-libs/kreport/kreport-3.0.0.ebuild b/dev-libs/kreport/kreport-3.0.0.ebuild new file mode 100644 index 000000000000..22ff7574b9ba --- /dev/null +++ b/dev-libs/kreport/kreport-3.0.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 python-any-r1 + +DESCRIPTION="Framework for creation and generation of reports in multiple formats" +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kross) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/kproperty +" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} +" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" |