aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-09 15:16:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-09 15:57:30 +0200
commitc495852dc642e3aec11f0a60a5d75dcaa72382ad (patch)
tree68196935f1e3c21d38817b2e77a3e0a4132eea34 /kde-frameworks
parentkde-frameworks/kauth: drop 6.5.0 (diff)
downloadkde-c495852dc642e3aec11f0a60a5d75dcaa72382ad.tar.gz
kde-c495852dc642e3aec11f0a60a5d75dcaa72382ad.tar.bz2
kde-c495852dc642e3aec11f0a60a5d75dcaa72382ad.zip
kde-frameworks/kcolorscheme: drop 6.5.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kcolorscheme/Manifest1
-rw-r--r--kde-frameworks/kcolorscheme/kcolorscheme-6.5.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-frameworks/kcolorscheme/Manifest b/kde-frameworks/kcolorscheme/Manifest
deleted file mode 100644
index 266e99860f..0000000000
--- a/kde-frameworks/kcolorscheme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcolorscheme-6.5.0.tar.xz 45148 BLAKE2B d007d10d2f5c021edefdde7eca18b4676a4731fbba179d3c5e4eb670a1d7b1dd391e832b6751340b62f66f0ed7f8ccfeb6930f142e34a96ae40cd6adfc311a3e SHA512 0754ec186f7966f34c2f5476d77d8d8c188487a319c26f01b5d47b0255c52e7a962a876e6e4476e57648d664117f2673b86951082fb34e44d6251dd3765e8a00
diff --git a/kde-frameworks/kcolorscheme/kcolorscheme-6.5.0.ebuild b/kde-frameworks/kcolorscheme/kcolorscheme-6.5.0.ebuild
deleted file mode 100644
index 9a26d1fc1e..0000000000
--- a/kde-frameworks/kcolorscheme/kcolorscheme-6.5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for downloading and sharing additional application data"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kguiaddons-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"