diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-11 00:59:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-11 00:59:26 +0200 |
commit | e2842a5ba1d25df290c4d3292a76f53a73d58663 (patch) | |
tree | 651ff097b08c3cbd02fef935086f9e777d26b25f /kde-plasma | |
parent | kde-plasma/plasma-workspace-wallpapers: drop 6.2.0 (diff) | |
download | kde-e2842a5ba1d25df290c4d3292a76f53a73d58663.tar.gz kde-e2842a5ba1d25df290c4d3292a76f53a73d58663.tar.bz2 kde-e2842a5ba1d25df290c4d3292a76f53a73d58663.zip |
kde-plasma/plasma5support: drop 6.2.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma5support/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma5support/plasma5support-6.2.0.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest deleted file mode 100644 index 19519f8d35..0000000000 --- a/kde-plasma/plasma5support/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma5support-6.2.0.tar.xz 190784 BLAKE2B efba3bdb1958ad55d265d068f0275ca7ce127e3d8a53111e6a873ee737fa106460747a23045edbbab60a99425e594dd41f3ef6201d2672dcc6c551dfcb1203bc SHA512 d48ea9d4ecd7898e3d7c4b0663f2a297cf3b8a021a2fdc4580e5562fc4aae7b8fea009f51cf79c3b7f7347119f8dcdf933cce2bc75cb1f310cf93abbd197cd32 diff --git a/kde-plasma/plasma5support/plasma5support-6.2.0.ebuild b/kde-plasma/plasma5support/plasma5support-6.2.0.ebuild deleted file mode 100644 index 9a8320fecf..0000000000 --- a/kde-plasma/plasma5support/plasma5support-6.2.0.ebuild +++ /dev/null @@ -1,38 +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.6.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/kio-${KFMIN}:6 - >=kde-frameworks/knotifications-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - >=kde-frameworks/solid-${KFMIN}:6 - >=kde-plasma/libksysguard-${PVCUT}:6 -" -RDEPEND="${DEPEND} - !kde-plasma/plasma-workspace:5 - !<kde-plasma/plasma-workspace-6.1.90:6 -" |