summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-13 23:09:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-13 23:23:57 +0200
commitdd4b0b2ab5362594751bd46551f04c7b910f527e (patch)
treef012b83f68ee3206e43b9c7bfad2c8ed92fdc33e /kde-frameworks/kcompletion
parentkde-frameworks/kauth: drop 5.105.0 (diff)
downloadgentoo-dd4b0b2ab5362594751bd46551f04c7b910f527e.tar.gz
gentoo-dd4b0b2ab5362594751bd46551f04c7b910f527e.tar.bz2
gentoo-dd4b0b2ab5362594751bd46551f04c7b910f527e.zip
kde-frameworks/kcompletion: drop 5.105.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.105.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
index a6daca6b5fd4..f760714a62b1 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1,3 +1,2 @@
DIST kcompletion-5.104.0.tar.xz 2337504 BLAKE2B 1c1fe24d43886313a87416fab38b563b608fc0fbc1ca936ae284cd80f5a4083bbe2abdc85d66de6a68c301f49380dd9857f4d4fb717a54abaa39f849f28d1323 SHA512 fd55cd57aca2c28ac20214fbc4055a89669db9ff130844c08c8f0e11eb26e17fa2fa4b03e0d9bc479eafbe27f2370c9e1f7f0b52a9646bf6d1b40a3e472f52d3
-DIST kcompletion-5.105.0.tar.xz 2337496 BLAKE2B c5bdb71b1be44cd41aacd6290c62a47670ccb73d0194a36a043312baab3e6321c7d393e5a4178d591b67474e3ec781aa27f737249e0d17e802579394fc58e77d SHA512 f42c49183a203cc81c4a75f6d7b7e9942b8934703e19f661815e010ac6d990804ebc834022b7848afa2e024623fa2b84620dcd95abb2729ffb69e339f1e7a6bf
DIST kcompletion-5.106.0.tar.xz 2337676 BLAKE2B afcc91daf4aa201619059a063bba8630ba493860b7261f2f0c0daeea2a7358ff410639fedd3f6a7f46094ae947e35e311457712ac834caf623207d63511961ad SHA512 ea43ca6533056b2d18853e4db15e188ee55fa72d1abb64c116553395e5c16001b60b917fd23a7cf21b6b1fc4371c35ae9721db5f6607a96b3f516d3ef4e0b751
diff --git a/kde-frameworks/kcompletion/kcompletion-5.105.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.105.0.ebuild
deleted file mode 100644
index c2d11bcd79ca..000000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.105.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"