commit: c68542c095fc679730fc44b2d6f44f404d29d565
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 14:37:58 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 14:37:58 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c68542c0
kde-frameworks/kiconthemes: drop 6.8.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kiconthemes/kiconthemes-6.8.0.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/kde-frameworks/kiconthemes/kiconthemes-6.8.0.ebuild
b/kde-frameworks/kiconthemes/kiconthemes-6.8.0.ebuild
deleted file mode 100644
index 735ececcbc..0000000000
--- a/kde-frameworks/kiconthemes/kiconthemes-6.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for icon theming and configuration"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RESTRICT="test" # bug 574770
-
-# slot op: Uses Qt6::GuiPrivate for qiconloader_p.h, qguiapplication_p.h
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=dev-qt/qtsvg-${QTMIN}:6
- =kde-frameworks/breeze-icons-${PVCUT}*:6
- =kde-frameworks/karchive-${PVCUT}*:6
- =kde-frameworks/kcolorscheme-${PVCUT}*:6
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-"
-DEPEND="${RDEPEND}"