summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-04 19:48:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-11 00:45:35 +0100
commitb8ce92c234bcd413ca1058e3c66224ac4d734221 (patch)
tree6399f1bcc1a16e1b79033ec6c7786c0cddb97760 /kde-plasma
parentkde-plasma/plasma-workspace-wallpapers: drop 6.1.5 (diff)
downloadgentoo-b8ce92c234bcd413ca1058e3c66224ac4d734221.tar.gz
gentoo-b8ce92c234bcd413ca1058e3c66224ac4d734221.tar.bz2
gentoo-b8ce92c234bcd413ca1058e3c66224ac4d734221.zip
kde-plasma/plasma5support: drop 6.1.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma5support/Manifest1
-rw-r--r--kde-plasma/plasma5support/plasma5support-6.1.5.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest
index 4dd43479bec3..e8324e197ac3 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1,2 +1 @@
-DIST plasma5support-6.1.5.tar.xz 87732 BLAKE2B 6842bb67bd0d852153cbd0562c18e4ffe8c7532e71708d0bb40f6ff0d2c3dada3ccd4a402167f50174a18ec16d9b3b166e9684f88d06b45976cff5ac0948d22f SHA512 f4e0ac3b9da6795436926706758d309640b4ce824e8b2f404eb0f161ab6b314d6c23a63281d4674d828dccb53131ff526e74004e1db6405c5a23b087a6369bd7
DIST plasma5support-6.2.4.tar.xz 191312 BLAKE2B 40db6ccc293e55aba89d8fdc67fc8453466f6d01b1d623b54a411f1d49bfce830d89eaf08e63a0ec12667a57c09cf07fe9a43c3a52f790a224cddfc8ea8522b7 SHA512 b435090a6318350426c426dbdce43b21c31d36f80e804a9336603ad0a381e62a52ea3abc0d32b0949a47ca7aacaec3bbc9526cfb778b278dd2422cb19800888a
diff --git a/kde-plasma/plasma5support/plasma5support-6.1.5.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.5.ebuild
deleted file mode 100644
index 09abea2807e3..000000000000
--- a/kde-plasma/plasma5support/plasma5support-6.1.5.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.5.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.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 arm64 ~ppc64 ~riscv ~x86"
-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
-"