summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.101.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 47548bae167..00000000000
--- a/kde-frameworks/kcompletion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcompletion-5.101.0.tar.xz 2366168 BLAKE2B 3bc687f6f244daca27a9f135843515fd0c8295011c9f8211261f1ffba28aadd9e779dcd5f3789df8270c71dd23c6754b05555eb07bbca6d0f7851f09c0ad5e2c SHA512 17f7d14299f392eec1e20c116eb09a457d8f1537c97899627b2671ab2136913f6ebdaf262f5b7d644a9e15673f8b7fb26c883a91a874be66ce7e14a86b4d11c7
diff --git a/kde-frameworks/kcompletion/kcompletion-5.101.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.101.0.ebuild
deleted file mode 100644
index d4f238e3970..00000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.101.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.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"