summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-27 18:55:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-27 19:18:25 +0200
commitf69ad5d959dd4c93a0d79af2dddf392d9635c485 (patch)
tree6a0978bec25381caa8ff0db495f50b1d7bf50c0b /kde-plasma
parentkde-plasma/plasma-pa: drop 6.1.0 (diff)
downloadgentoo-f69ad5d959dd4c93a0d79af2dddf392d9635c485.tar.gz
gentoo-f69ad5d959dd4c93a0d79af2dddf392d9635c485.tar.bz2
gentoo-f69ad5d959dd4c93a0d79af2dddf392d9635c485.zip
kde-plasma/plasma-sdk: drop 6.1.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-sdk/Manifest1
-rw-r--r--kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index e390f020c6a6..76881547a0b0 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,3 +1,2 @@
DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48 SHA512 000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
-DIST plasma-sdk-6.1.0.tar.xz 328404 BLAKE2B 642028bb611ee9650366ab3836070dd8d95364e05263d0976ffee47a4e900763736633e4145b23c91eca86282414347c58cba83cf42aace18a4fd55f843b826d SHA512 bc950a82cfd3605a3e0e9f7769f707cc2cd10fc763c800e022100ad5999cf34fa12ba5b4fb3ff127235705de11999aa72464bc17a3606c46cb65428c2fb7349c
DIST plasma-sdk-6.1.1.tar.xz 327316 BLAKE2B b48c069bb34c4579c3918c88bc0c0c77cacf307d51b7196fd6111b8177158e79bd006497116d5524e41c1c67497586de5a64eb49bfc8c5a78e089e4e1acbd4a5 SHA512 fc22eac288819ae1195923175f32a03d0e32a04ce6da98a52e4375c3d3e3c6b93f577ef1ff160d73ad0788b471f154ea7a5111c4dea96eff65075ebd5a08b871
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild
deleted file mode 100644
index fb73de90f986..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-6.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/karchive-${KFMIN}:6
- >=kde-frameworks/kcompletion-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/kpackage-${KFMIN}:6
- >=kde-frameworks/ksvg-${KFMIN}:6
- >=kde-frameworks/ktexteditor-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-plasma/libplasma-${PVCUT}:6
- >=kde-plasma/plasma5support-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qt5compat-${QTMIN}:6[qml]
- >=kde-frameworks/kirigami-${KFMIN}:6
-"