diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-02 21:15:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-02 21:33:12 +0200 |
commit | aa6e0d15684320cf98b37e6bb00a28d83fa10fda (patch) | |
tree | 012299b1d574c6fe503717c859b88d253efe14d2 /kde-frameworks/kcompletion | |
parent | kde-frameworks/kauth: drop 5.106.0 (diff) | |
download | gentoo-aa6e0d15684320cf98b37e6bb00a28d83fa10fda.tar.gz gentoo-aa6e0d15684320cf98b37e6bb00a28d83fa10fda.tar.bz2 gentoo-aa6e0d15684320cf98b37e6bb00a28d83fa10fda.zip |
kde-frameworks/kcompletion: drop 5.106.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r-- | kde-frameworks/kcompletion/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcompletion/kcompletion-5.106.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index 5242e7ec31c8..455030ae6609 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1,2 +1 @@ -DIST kcompletion-5.106.0.tar.xz 2337676 BLAKE2B afcc91daf4aa201619059a063bba8630ba493860b7261f2f0c0daeea2a7358ff410639fedd3f6a7f46094ae947e35e311457712ac834caf623207d63511961ad SHA512 ea43ca6533056b2d18853e4db15e188ee55fa72d1abb64c116553395e5c16001b60b917fd23a7cf21b6b1fc4371c35ae9721db5f6607a96b3f516d3ef4e0b751 DIST kcompletion-5.108.0.tar.xz 2337756 BLAKE2B 63412dec12e13f819e97b213e281c023d37d17e2aba00a99acbc3103a4097c5e4acce395ce53c9e532526af8d5912f956464d54c4a9aca12370c1e216ac98343 SHA512 bc96e4a686ca775db2f8676e270c9727abc70278ce604d8bf9df63e92001747cf97995dff0585859e2d632d717f701f0f7e51e970d71e36bdd68e4fcdc88e53b diff --git a/kde-frameworks/kcompletion/kcompletion-5.106.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.106.0.ebuild deleted file mode 100644 index 713a1b6be9e8..000000000000 --- a/kde-frameworks/kcompletion/kcompletion-5.106.0.ebuild +++ /dev/null @@ -1,25 +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.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" |