summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-17 23:26:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-18 16:51:33 +0200
commiteccdb61c361b84c5f61ec6da94876a0e62305798 (patch)
tree5c24bf1f6e1f1daa126270fdd64ad1f6c2192ed7 /kde-plasma/plasma5support
parentkde-plasma/plasma-workspace-wallpapers: drop 6.0.90 (diff)
downloadgentoo-eccdb61c361b84c5f61ec6da94876a0e62305798.tar.gz
gentoo-eccdb61c361b84c5f61ec6da94876a0e62305798.tar.bz2
gentoo-eccdb61c361b84c5f61ec6da94876a0e62305798.zip
kde-plasma/plasma5support: drop 6.0.90
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.0.90.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest
index 6be1eaaff9b4..da5aaf7f8c95 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1,2 +1 @@
-DIST plasma5support-6.0.90.tar.xz 86924 BLAKE2B 186a1fab92a0ab799a84e441ae8bcc59bafafae067d310c6f807cf9cd8c624dc256ce5f379c705aa37f843bd43561d78133df05d0da9365ed9eb4e5c51d32daf SHA512 aea89e077d421d5b35eca2d489052cec6fcc5e161353a02169486f60573285117ac7c57398b5db303968c515943584d7d2bf0aac3cec95a090387aeb82d96b69
DIST plasma5support-6.1.0.tar.xz 87248 BLAKE2B 40d092b0614db88e935621c37df2e3b8e51f2be9409c80792fda155d3307efd9ca53f205c72b848ec90d0278a5dd7c40bc85c6fe7148729ebd55d16062683018 SHA512 cbe294121c17337bdb471090d455b640b6e81e6e03622eeb27d71a2b32e31f3e808f68d389db34987abaca2b818bafcb8d1e9fabf856200ecbdc7d7a6b7a7fbc
diff --git a/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild
deleted file mode 100644
index eb9002efbeb9..000000000000
--- a/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild
+++ /dev/null
@@ -1,37 +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.2.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"
-IUSE=""
-
-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/kio-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-plasma/libksysguard-${PVCUT}:6
- >=kde-plasma/libplasma-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
- !kde-plasma/plasma-workspace:5
- !<kde-plasma/plasma-workspace-6.0.80:6
-"