summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:44:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:44:12 +0100
commit1e898b7bef4a2336ee53de0a46da1f0b07a22b8d (patch)
tree3687b01f0bc45ff07456b2673a9e81abf6bb8cb8 /kde-frameworks
parentkde-frameworks/kauth: drop 5.100.0 (diff)
downloadgentoo-1e898b7bef4a2336ee53de0a46da1f0b07a22b8d.tar.gz
gentoo-1e898b7bef4a2336ee53de0a46da1f0b07a22b8d.tar.bz2
gentoo-1e898b7bef4a2336ee53de0a46da1f0b07a22b8d.zip
kde-frameworks/kcompletion: drop 5.100.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.100.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
index a1b76daa98f9..30f28e68e7cf 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1,3 +1,2 @@
-DIST kcompletion-5.100.0.tar.xz 2365972 BLAKE2B 8cd9dc7846417d0b684b1fad5ddd50477aef536000c2c33e251697956c6ab4b137124c65ac69804dbed3302f100ce6a6a8ac0019a31bdcf5098e861f54a973ea SHA512 8f25da5d8fad64211c204b46b7aa8af5a341dc45f603e8822baf3a3c2e1fcd6fca6424041803c05432e63be25a730ca92b8d5545827a19001ecc55886af51048
DIST kcompletion-5.101.0.tar.xz 2366168 BLAKE2B 3bc687f6f244daca27a9f135843515fd0c8295011c9f8211261f1ffba28aadd9e779dcd5f3789df8270c71dd23c6754b05555eb07bbca6d0f7851f09c0ad5e2c SHA512 17f7d14299f392eec1e20c116eb09a457d8f1537c97899627b2671ab2136913f6ebdaf262f5b7d644a9e15673f8b7fb26c883a91a874be66ce7e14a86b4d11c7
DIST kcompletion-5.99.0.tar.xz 124504 BLAKE2B ae07f55066bc6c5f8981e3356928a0f73c7df00c93f538a2b8ad4e3311e8e536f1db5c0f05773de2a254b5339b6eefc55d71d9fb6963f8bda7a239aaffe75a58 SHA512 eefa2fafd36a87fe33165ae879fe31c2e1bd1c10956aeca248a6d553d157b0c21d4e700c96107461bf15aa0c593ec7eaa28d2c04aa50658c4d2d315332da2850
diff --git a/kde-frameworks/kcompletion/kcompletion-5.100.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.100.0.ebuild
deleted file mode 100644
index d4f238e39703..000000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.100.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"