summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-12 10:36:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-12 10:43:33 +0100
commitb26d60e33f2c2c4c3a435d46b118836ea4b3603b (patch)
tree16e16262bcc59d80487520a6cd667dbec2f405aa /kde-frameworks/kcompletion
parentkde-frameworks/kauth: drop 5.111.0 (diff)
downloadgentoo-b26d60e33f2c2c4c3a435d46b118836ea4b3603b.tar.gz
gentoo-b26d60e33f2c2c4c3a435d46b118836ea4b3603b.tar.bz2
gentoo-b26d60e33f2c2c4c3a435d46b118836ea4b3603b.zip
kde-frameworks/kcompletion: drop 5.111.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.111.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
index 86ccbe37c882..4d08b64c9488 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1,3 +1,2 @@
DIST kcompletion-5.110.0.tar.xz 2337804 BLAKE2B e025bf432855b9d737c1d87e4c1bc956cfd12acada42ef5542b95d9c393a0d85b88b66239853c5c79d6389aa36332b92c495716830297b345d4db1802ed51282 SHA512 da37b9280da5494637b7cc71a5f63d781ef90282818002c96f4866965d628f784b6290b56aa4d95f95051e340702789255ad7768603395671906729c19197e66
-DIST kcompletion-5.111.0.tar.xz 2337412 BLAKE2B d6a2ee8896d7c9becf3ac0bb6faf4f1fdd8b05a1f44050557dc9b2f3da58a0bbbe1aec3d9704065c0815ad111c3e96acb617562fe6c1c70b5f637181903c37bd SHA512 d058a92befdeecdfccfb6198bc0da83494150a32b1a5facbc4ccd216713b0cd4a8bdb7c26531c9a1d859c71f6e0af561b22a43f8b73f11a3ec784f9773a3a1f4
DIST kcompletion-5.112.0.tar.xz 2337900 BLAKE2B cbed8c36df1018c4902f0c273a8d03ad7c4906bfb3c69303374e7b36799d1925dec189f6a74dbc679fda83fa9e185f0193319a8e0065a961520d0c8931250720 SHA512 df5ad4a8e87658bd0af49179690957081a43d44033db932e7e8f5690de8bb4d61ed859ce69938787d0a69bb00d7bff6ae774edffc4d78a567a8209437aa09209
diff --git a/kde-frameworks/kcompletion/kcompletion-5.111.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.111.0.ebuild
deleted file mode 100644
index 49f7ccd50ddc..000000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.111.0.ebuild
+++ /dev/null
@@ -1,24 +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.9
-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"