summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 22:07:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 22:13:29 +0200
commit14a141b6f810076756d1b270de2ee98267bb44e7 (patch)
treef30f40caef68ff8f6914b0db15e533b1cf34a4cb /kde-frameworks
parentkde-frameworks/kcolorscheme: drop 6.1.0 (diff)
downloadgentoo-14a141b6f810076756d1b270de2ee98267bb44e7.tar.gz
gentoo-14a141b6f810076756d1b270de2ee98267bb44e7.tar.bz2
gentoo-14a141b6f810076756d1b270de2ee98267bb44e7.zip
kde-frameworks/kcompletion: drop 6.1.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-6.1.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
index 5683a41a8309..83abc716f78e 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1,3 +1,2 @@
DIST kcompletion-5.115.0.tar.xz 2337732 BLAKE2B 30c3d99b5c81c72aefd4e4872ac94b85c77ea1e2c1612d6450939c5754befafd9311b01914d01d844a1df1e246227d3bae7faf4a2e426ba20a462ed1ba35ede8 SHA512 0d54721fcb35740df8cafa3969b9e4a74d16cd624aa19b3e60ac67e633d10c7efa95f6692b9111aeea9f2708a642fea0ca6587d802b7a99845e880414c169bb6
-DIST kcompletion-6.1.0.tar.xz 2332432 BLAKE2B 285451527b6feb49f5786bb454bd8029b105aca9362a172be5286650c8cb2502e46d9ec5aa20ca6d0985c8670fd86ded4df9673d0c8e9521da35b98b05733678 SHA512 a9732b69a85cad3b300219b08020a1701b6cfb44a841e8474204bf4b30b5f254ccffa5fa14646641e675b9f2a60fb2b8d0533130b83b8db932ef5e3f3bff92c0
DIST kcompletion-6.2.0.tar.xz 2323864 BLAKE2B c6598ea4a1ead2761c3a144f67b8d0beebfb1e734f6708d24f3e504449c6a69347b0424e0f965fd89ae4a36f17908a9000068a9d0349d5bd457bc35218ce2860 SHA512 d56f452309daa527f2abeb548800f3589a7c9cebafef35ee21e49b7e905958e67f5ee009310ad9d0dbc5c0fbd040ceca7a7a0ae8a627e4fc957c44a12a2561f9
diff --git a/kde-frameworks/kcompletion/kcompletion-6.1.0.ebuild b/kde-frameworks/kcompletion/kcompletion-6.1.0.ebuild
deleted file mode 100644
index 540f12bb312b..000000000000
--- a/kde-frameworks/kcompletion/kcompletion-6.1.0.ebuild
+++ /dev/null
@@ -1,25 +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.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- =kde-frameworks/kcodecs-${PVCUT}*:6
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"