commit: 91495f583aa528476cc6ecf19455c641de3f6bb6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 13:15:11 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=91495f58
dev-libs/kproperty: moved to main tree
Package-Manager: portage-2.3.2
dev-libs/kproperty/kproperty-3.0.0.ebuild | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/dev-libs/kproperty/kproperty-3.0.0.ebuild
b/dev-libs/kproperty/kproperty-3.0.0.ebuild
deleted file mode 100644
index 6d01cf8..0000000
--- a/dev-libs/kproperty/kproperty-3.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Property editing framework with editor widget similar to Qt
Designer"
-[[ ${KDE_BUILD_TYPE} != live ]] &&
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"