kde-frameworks/kcompletion: drop 6.6.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-11-29 15:51:24 +01:00
parent 0653fc6098
commit ddde6ae7c0
2 changed files with 0 additions and 26 deletions

View File

@@ -1,4 +1,3 @@
DIST kcompletion-5.116.0.tar.xz 2337536 BLAKE2B 9ef6fd52f69deffd9fefec25ece2b95269b3f74e055b9fd0ec677376db301d2c0ed3d4a0957b0edd7a90859ada5dd2a70d0d7961519cf94a8336c4378c2db806 SHA512 5a758b3e037f87e3b011232d0462599cfd0241f2345312a4ffb82e940aad5da023c07be68401febd556e33c38a6ff48ffff1e8ee769314acafbb3409a0c8b730
DIST kcompletion-6.6.0.tar.xz 2324280 BLAKE2B 987fe39da4b8a56afe27005d74b01367641215070d5f8b53988dce2d67ae551765f61e7d410be77ac9ebd934aa5d50d7d63a3353a26d7fa43d71f2d34b850141 SHA512 3f78e23f29dcfdf23d0d7061a8d729b77f28e27b19e8a807d9974609d9a71bd6a1d5dc3cac02acf28905b477788241fdd7d2c3c9c4a86577056db4459967ffbc
DIST kcompletion-6.7.0.tar.xz 2324460 BLAKE2B 54a29a4e1aa5ef0c9eacd41f5a9e87e742390796ee4124407b559e8decb2c18265f042423ede8cd72322d8fc2979562a04436cb34852ee0086965156eb68b9e1 SHA512 e3ba8769c3961364cb7829212c76ddc0853fd320baafda6db260679244060e6c823a0f5b52de0a201e70f58100cd4f0dadfec60d253aab8933b5e1a4b190eb5e
DIST kcompletion-6.8.0.tar.xz 2324104 BLAKE2B 664bb8edd7b8ad4d92b69c39e5d2494c11a1170cf250c978279d876beafad58b852dd2a489b86f1e47694c48e5f13abce8e7115486b4479d0c70d6f190d12cd2 SHA512 e384a6d0e268ef59b265a9b8a85fad2ec7863d1f0baea6e9493ac9c0775d59f76472b960407353b753b81b02d77c3f5bdb5a11b09600f0c06863f5c3abb0b47b

View File

@@ -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 arm64 ppc64 ~riscv ~x86"
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]"