summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.67.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
index 076623cea79b..0c67f1fa3db6 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1,2 +1 @@
-DIST kcompletion-5.67.0.tar.xz 120284 BLAKE2B 317942af5cea1bf7b7edf90b7bd7d968eca3e05f6c635e6cc3728a302a9540e41000d8f1c80770db1e51eed78d8d64d76d5ccee590666032d34d7e00b75aefe5 SHA512 beaa0162744a20f74721ff41c643269a24937a5d51275ce01e406724a11c0b74b46b517defa6cd4ad709f3004c11ca7ef8b1e2b2a6665966b2439fd476c9c9aa
DIST kcompletion-5.70.0.tar.xz 120128 BLAKE2B 47b9ff5bfae6c8215799b0b2d8d5c9047ab389946ae30a01ad09e7c6ff5cee656c72320be0bfa548908bd586b6f54093138a7bded89dedec08090c6ff99802f2 SHA512 88979932777ddd7188c28783afee5eca528bc7028eafd32a46b064f8225eff0c8b354f8bb14f1ec02f551a83a2516bd1270043498169fabf6123e8d9843cd987
diff --git a/kde-frameworks/kcompletion/kcompletion-5.67.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.67.0.ebuild
deleted file mode 100644
index 896ed14ab29f..000000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.67.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.12.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 x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"