commit: 2125ceaaa6f7c42ed9072bf005acd96c20af2211
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 13:14:42 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 13:15:34 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2125ceaa
dev-libs/kreport: moved to main tree
Package-Manager: portage-2.3.2
dev-libs/kreport/kreport-3.0.0.ebuild | 36 -----------------------------------
1 file changed, 36 deletions(-)
diff --git a/dev-libs/kreport/kreport-3.0.0.ebuild
b/dev-libs/kreport/kreport-3.0.0.ebuild
deleted file mode 100644
index 22ff757..0000000
--- a/dev-libs/kreport/kreport-3.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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}"