aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-12 21:42:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-12 21:42:59 +0200
commit6ef6534ee51cdbf3f8b2a35b73b72fe6d878b458 (patch)
tree5adbe302d899ccd2029f4fe9fdab1ae31209febf /kde-frameworks/kcompletion
parentkde-frameworks/kauth: drop 5.95.0* (diff)
downloadkde-6ef6534ee51cdbf3f8b2a35b73b72fe6d878b458.tar.gz
kde-6ef6534ee51cdbf3f8b2a35b73b72fe6d878b458.tar.bz2
kde-6ef6534ee51cdbf3f8b2a35b73b72fe6d878b458.zip
kde-frameworks/kcompletion: drop 5.95.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.95.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
deleted file mode 100644
index 07d7e3c81c..0000000000
--- a/kde-frameworks/kcompletion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcompletion-5.95.0.tar.xz 124452 BLAKE2B 60c3004be3c5b1287132f90fbae712270a81d60c50c462834c8914d0e9fcf112e0adab5e584eafa48d82d18e141bcd996eab4f43e85b5c376618b14046106088 SHA512 718c6c5d88564e6a50758f1b1c99091d370a4ef572962b0c38446ac57ccf79899002901fb88b78f38f819a6451219a9adb79f045d1c5e5a383d8443473304730
diff --git a/kde-frameworks/kcompletion/kcompletion-5.95.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.95.0.ebuild
deleted file mode 100644
index 0e6a74cbba..0000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.95.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 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.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="nls"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"