diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-19 22:50:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-19 22:55:15 +0200 |
commit | 9b438457ba867144a3e7a6188d3b9c16ad86d04b (patch) | |
tree | 3f8b6fb99f698a2da467882b33dbc51613acbc3e | |
parent | dev-libs/kreport: Drop 3.1.0 (diff) | |
download | gentoo-9b438457ba867144a3e7a6188d3b9c16ad86d04b.tar.gz gentoo-9b438457ba867144a3e7a6188d3b9c16ad86d04b.tar.bz2 gentoo-9b438457ba867144a3e7a6188d3b9c16ad86d04b.zip |
dev-libs/kproperty: Drop 3.1.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | dev-libs/kproperty/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/kproperty/kproperty-3.1.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/kproperty/Manifest b/dev-libs/kproperty/Manifest index 6b23bb2b3cdf..b53e2047c9a4 100644 --- a/dev-libs/kproperty/Manifest +++ b/dev-libs/kproperty/Manifest @@ -1,2 +1 @@ -DIST kproperty-3.1.0.tar.xz 123528 BLAKE2B 79d94bcdb83c343241d233b528f27e8fcabab587000562e695e03ac3877572c73be28574ecdb1fe2f538df9ea0ee20bc71e95f4c13943da585abccc7eeaf2f5d SHA512 6c6b9bc7db8e82b3c5ec216e42c439dfe30071804b2392026e6284ba7154338e2b6b108f0f14b5db556692de3230d8a780099e73349a740ce6edc68fd7fa54f5 DIST kproperty-3.2.0.tar.xz 130208 BLAKE2B 22f5b4aafde41d285968f99579b757b8a88dbb12f7ed5e062e44f74c72765b915195961f5ab20e7ef9735a5f82f6c568fa807aa9bb061bfdf64ecfdfc0775793 SHA512 2d7fe5a18fd3520f0dc146ec844cf284c52eb330404666fa1400342c1489a88e1f72834d813cf52f2fd90c8312b5122f542acad7d86ae10a8d1a023c72c368ee diff --git a/dev-libs/kproperty/kproperty-3.1.0.ebuild b/dev-libs/kproperty/kproperty-3.1.0.ebuild deleted file mode 100644 index 8efc5889fc9b..000000000000 --- a/dev-libs/kproperty/kproperty-3.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" # build system adds autotests dir based on BUILD_TESTING value -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+" -SLOT="5/4" -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}" - -# tests require installed headers, bug 636108 -RESTRICT+=" test" |