summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-11-10 00:15:11 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-11-10 00:15:34 +1100
commit91495f583aa528476cc6ecf19455c641de3f6bb6 (patch)
tree126d5ba6d980af3867c543363eb56aee206df2e5 /dev-libs
parent2125ceaaa6f7c42ed9072bf005acd96c20af2211 (diff)
downloadkde-91495f583aa528476cc6ecf19455c641de3f6bb6.tar.gz
kde-91495f583aa528476cc6ecf19455c641de3f6bb6.tar.bz2
kde-91495f583aa528476cc6ecf19455c641de3f6bb6.zip
dev-libs/kproperty: moved to main tree
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/kproperty/Manifest1
-rw-r--r--dev-libs/kproperty/kproperty-3.0.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/kproperty/Manifest b/dev-libs/kproperty/Manifest
deleted file mode 100644
index 160056672a7..00000000000
--- a/dev-libs/kproperty/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kproperty-3.0.0.tar.xz 98484 SHA256 86cd24007d6b313a0217e4a0a7e4b594f46b3fc2d2d4aee2db1d14fdf16b0e99 SHA512 e46be69f1b3bf38b3886cb8d11588c354e320aa6ae2b67de36da7d2e09325d7f60b0b004cc44d06d4434823347e571c33a012fdba093fb46a6d3f647c1e785e3 WHIRLPOOL f5ecd1555cf92dd380c84510fcad71c03be0a5ffbe712d3fc689d265647c41875a682f7913ddfe91ff340b744f779be02bf607721b291b5e7a407e8e08209321
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 6d01cf8711d..00000000000
--- 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}"