summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 18:49:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 18:49:22 +0200
commitef33b2d13c3d41f437811520cf87eb78d7bc5849 (patch)
treef184f24c03343237b3fe87d71ce38bfa0aaca40e /kde-plasma/plasma-sdk
parentsys-kernel/gentoo-sources: sparc stable per wrt bug #688526 (diff)
downloadgentoo-ef33b2d13c3d41f437811520cf87eb78d7bc5849.tar.gz
gentoo-ef33b2d13c3d41f437811520cf87eb78d7bc5849.tar.bz2
gentoo-ef33b2d13c3d41f437811520cf87eb78d7bc5849.zip
kde-plasma: Drop KDE Plasma 5.16.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-sdk')
-rw-r--r--kde-plasma/plasma-sdk/Manifest1
-rw-r--r--kde-plasma/plasma-sdk/plasma-sdk-5.16.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 40dc832dcccd..1968a7f1c9b8 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
DIST plasma-sdk-5.15.5.tar.xz 249732 BLAKE2B 305794c1c6098c2f5750dfd3b10506b5494e84256c6c1198b78668fa9d304d9af314e23ec026d4e5774f4c277a65911a109424839bd4b6c39f8a5fcfeb41eb3e SHA512 aff109eeb879b66b6e076ec333703f4e9202ea73f4c97fb05538755f1c0d96d41d2b01a2ff48c050632dbbd848cac4e528aa90be374fd4f2503140490a16753d
-DIST plasma-sdk-5.16.0.tar.xz 250368 BLAKE2B daa0d7f07bc4f65f57b43da4d7276510ee32eeb1c0013374b0bb089e1fcd2d642f0246b118434e328073938464374d7470227d2d13ca549c2e3f22a7d15f209f SHA512 8a426c2bc2c940a2409ef99c1e23f6b7388c2446a84567655499b43b531cb9bc205679b5272cae59cff55b350e93593419e2aa944195570523938ab298ac65c1
DIST plasma-sdk-5.16.1.tar.xz 250368 BLAKE2B adc4eae9c30f347b930d3643a738aefdadd4e4e92d2e5fc04df14a4c4614768cfc795cf15510e59b82451b1c4d63cc90a25408e61a2fda9847a1e9f3c0f738bb SHA512 8c759129d6b158b20bbe30c621f2960c66d6a8d319e32e7b9f4729d9d1684afd812b25b314e82470e200da2bb6a063d3b3cdedac567363a58aea99802cc1cf73
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.16.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.16.0.ebuild
deleted file mode 100644
index 370965cfc720..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.16.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="optional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}
- $(add_frameworks_dep kirigami)
-"