summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-27 18:56:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-27 19:18:28 +0200
commit37a475bf3b639d927b1e456b7b085b9287703798 (patch)
tree7ea5a74df92c6323f83b720b09e9ff5750bee969 /kde-plasma/plasma5support
parentkde-plasma/plasma-workspace-wallpapers: drop 6.1.0 (diff)
downloadgentoo-37a475bf3b639d927b1e456b7b085b9287703798.tar.gz
gentoo-37a475bf3b639d927b1e456b7b085b9287703798.tar.bz2
gentoo-37a475bf3b639d927b1e456b7b085b9287703798.zip
kde-plasma/plasma5support: drop 6.1.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma5support')
-rw-r--r--kde-plasma/plasma5support/Manifest1
-rw-r--r--kde-plasma/plasma5support/plasma5support-6.1.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest
index 9095a0c6e259..516005507c64 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1,2 +1 @@
-DIST plasma5support-6.1.0.tar.xz 87248 BLAKE2B 40d092b0614db88e935621c37df2e3b8e51f2be9409c80792fda155d3307efd9ca53f205c72b848ec90d0278a5dd7c40bc85c6fe7148729ebd55d16062683018 SHA512 cbe294121c17337bdb471090d455b640b6e81e6e03622eeb27d71a2b32e31f3e808f68d389db34987abaca2b818bafcb8d1e9fabf856200ecbdc7d7a6b7a7fbc
DIST plasma5support-6.1.1.tar.xz 87644 BLAKE2B c209e01f1f719fdce9c49803524c75859071074f4b64bcb3f1f3d0a3166a5220e56d2a9886e29d17177f97d5bd413843a8785a0701f75832d0c0de2c123ea4b6 SHA512 9bba254985f37f2db7c09d36402709e41483adbc08d752e3d16f6556014db2a5c02387d4b0143244ba236d9d901e3a1d7dbf5831ab61e176f5ef462692004851
diff --git a/kde-plasma/plasma5support/plasma5support-6.1.0.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.0.ebuild
deleted file mode 100644
index 43e7f3107e27..000000000000
--- a/kde-plasma/plasma5support/plasma5support-6.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-RESTRICT="test" # bug 926347
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-plasma/libksysguard-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
- !kde-plasma/plasma-workspace:5
- !<kde-plasma/plasma-workspace-6.0.80:6
-"