summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-23 15:47:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-23 15:48:44 +0200
commit2d48fc9ceff181dcae9995917a15f3c9249e82a1 (patch)
treea3cdc85a264eae3365af743058325b5cafba4de5 /kde-plasma/plasma-sdk
parentkde-plasma/plasma-vault: systray [4/4]: Fix unreadable text w/ Breeze Dark (diff)
downloadgentoo-2d48fc9ceff181dcae9995917a15f3c9249e82a1.tar.gz
gentoo-2d48fc9ceff181dcae9995917a15f3c9249e82a1.tar.bz2
gentoo-2d48fc9ceff181dcae9995917a15f3c9249e82a1.zip
kde-plasma: Drop 5.19.1
Package-Manager: Portage-2.3.102, Repoman-2.3.23 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.19.1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index 06ee03e4cc12..621e3ed3b95f 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
DIST plasma-sdk-5.18.5.tar.xz 263084 BLAKE2B 575235302ade4bc1bcfdcef33f9fd3cc4175d4362aaabd2a3bc8e7d7235d90f3c2f81c8b499e486c0f68e029b298e4879707ebb1d23052230c2403e825d5943e SHA512 1051aa84d70d7a02d3392d3b1628b1fb4d4b666efca6e34f0688dc0015b983527039bd52140cf17f947f2d266cacb63aab7c9b547e6679a0aab094e74c1783a1
-DIST plasma-sdk-5.19.1.tar.xz 263740 BLAKE2B 1f8ab44173655d35d4342e6b3982ee44993a670ce929fbda956b89c8deb25631c6f4cf9fb2f8ae3c07f2aada2b2158e12c195b762ccbd9a9cdce61a155868c50 SHA512 4e007244638e8f413e12b934ea0bdf6437fe35b6f8b37f6770fd6b1ab9a4c63fc6c8fccdba8b6c058202ad65ca8a18701c9d8abb5564429b247c823a6daba690
DIST plasma-sdk-5.19.2.tar.xz 263480 BLAKE2B 2f27f26855323fb443b6a9020aaece143817e9f503c7769b7672009fb859c45b0a196a39327657bbf0425bd96b7ee3f1cef2be45a87965fa6afd62f882856bf8 SHA512 f3e364a6c834c3627385ea9c79a77e5c6da3a2718da36c30d7b4ee91df24edab4edae17b1015606016e1c36ab49e42e089236b3909ccb753d759758ab9ed6759
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.19.1.ebuild
deleted file mode 100644
index 1bc696900ce8..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="optional"
-KFMIN=5.70.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kpackage-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/ktexteditor-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qtquickcontrols-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
-"