diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-27 12:12:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-27 12:20:19 +0100 |
commit | 515a3f193d13144215d0ba786787a11fa6e418ba (patch) | |
tree | 87d5986607d6b5e79810ef30aafc3206b1691508 /kde-frameworks | |
parent | kde-frameworks/kauth: drop 5.96.0 (diff) | |
download | gentoo-515a3f193d13144215d0ba786787a11fa6e418ba.tar.gz gentoo-515a3f193d13144215d0ba786787a11fa6e418ba.tar.bz2 gentoo-515a3f193d13144215d0ba786787a11fa6e418ba.zip |
kde-frameworks/kcompletion: drop 5.96.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kcompletion/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcompletion/kcompletion-5.96.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index bbd6cd41f180..29d78d6c7f27 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.96.0.tar.xz 124448 BLAKE2B ad4631da59558fecd04065cd48b5e3b76d2e70afa7419ca8aa1502da61a961f4daa05ee3a87c562830208dc582b961fbbe2ed68b1a4a4f6a1be457567b25168b SHA512 be7d6f2cc5b58fa476994d6236ebf2e2a3c5071b1cbc33415db3dc9e437d88f5ba8e471b64291254824676cc0e4fe5614dbfe0b64d7fea9de2c8661ea3144c18 DIST kcompletion-5.99.0.tar.xz 124504 BLAKE2B ae07f55066bc6c5f8981e3356928a0f73c7df00c93f538a2b8ad4e3311e8e536f1db5c0f05773de2a254b5339b6eefc55d71d9fb6963f8bda7a239aaffe75a58 SHA512 eefa2fafd36a87fe33165ae879fe31c2e1bd1c10956aeca248a6d553d157b0c21d4e700c96107461bf15aa0c593ec7eaa28d2c04aa50658c4d2d315332da2850 diff --git a/kde-frameworks/kcompletion/kcompletion-5.96.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.96.0.ebuild deleted file mode 100644 index 70a6db0eabe8..000000000000 --- a/kde-frameworks/kcompletion/kcompletion-5.96.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.4 -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="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 )" |