summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-27 19:16:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-28 00:23:25 +0200
commit84a975af7ef0e754147cac6200910b6c7c2bc53b (patch)
tree4cfb4d4f442d3c26a2cf38427e0f364bb9325cf8 /kde-plasma/plasma5support
parentkde-plasma/plasma-workspace-wallpapers: drop 6.0.5 (diff)
downloadgentoo-84a975af7ef0e754147cac6200910b6c7c2bc53b.tar.gz
gentoo-84a975af7ef0e754147cac6200910b6c7c2bc53b.tar.bz2
gentoo-84a975af7ef0e754147cac6200910b6c7c2bc53b.zip
kde-plasma/plasma5support: drop 6.0.5
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.5.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest
index 2f138b722111..ecfa2aaf7959 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1,2 +1 @@
-DIST plasma5support-6.0.5.tar.xz 55568 BLAKE2B 4c6f74e991a0197c65b9c48ae4becf386ac9d4454a06bd48dff5ded626b9f2fb843d739c7c8bb058b14c94a9b8f60a505048d67567bc0116038ddedbeacca798 SHA512 5279517c2d1e61f1914338dc5d933a7590ce09029e34f4bb4f7e87f3c4e72515f32fae3d8e3bd3641aa6619a1ec4782e46f4e4fddaf0b2b0fec875f066ecd9e8
DIST plasma5support-6.0.90.tar.xz 86924 BLAKE2B 186a1fab92a0ab799a84e441ae8bcc59bafafae067d310c6f807cf9cd8c624dc256ce5f379c705aa37f843bd43561d78133df05d0da9365ed9eb4e5c51d32daf SHA512 aea89e077d421d5b35eca2d489052cec6fcc5e161353a02169486f60573285117ac7c57398b5db303968c515943584d7d2bf0aac3cec95a090387aeb82d96b69
diff --git a/kde-plasma/plasma5support/plasma5support-6.0.5.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.5.ebuild
deleted file mode 100644
index c32801cdf76c..000000000000
--- a/kde-plasma/plasma5support/plasma5support-6.0.5.ebuild
+++ /dev/null
@@ -1,26 +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.0
-QTMIN=6.6.2
-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/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"