diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-14 09:39:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-14 09:43:37 +0200 |
commit | 74908167a8af68bf34d01b92d8386e9ec998af54 (patch) | |
tree | 33dc69a14c4d645560d3ab39a14cc0f1b94a4739 /kde-frameworks/kcompletion | |
parent | kde-frameworks/kauth: drop 5.94.0* (diff) | |
download | gentoo-74908167a8af68bf34d01b92d8386e9ec998af54.tar.gz gentoo-74908167a8af68bf34d01b92d8386e9ec998af54.tar.bz2 gentoo-74908167a8af68bf34d01b92d8386e9ec998af54.zip |
kde-frameworks/kcompletion: drop 5.94.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.94.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index 055476bb4ab3..5d5b0107f941 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1,3 +1,2 @@ DIST kcompletion-5.92.0.tar.xz 124500 BLAKE2B da722905cd3f1dbb7c4628ee8957899a116b8ee2f2ebaabca3aebb1330ff44f428798180726d08e9970ab3a286a831c89facc9f9fdd46405102ad13bc1a6c104 SHA512 3253a54cbef68d2b71bd457f240db40be0a590974de95aa6f0f2a5a6c095279f45f8c1b5111644f04039423ef783d0bd0e75fff7eff403c7ffc8197ee9008e03 -DIST kcompletion-5.94.0.tar.xz 124556 BLAKE2B 85bc7da96d266b6defb26fc3668dc793a5abf2605bea85504c2ded3f477e2c6ab22419c1aa571b639f0532caaa1e4cf6bb96757413f3d4233bc8948d4ef64651 SHA512 fe0adcafba6f2d72c504f900f90fe04d5c10d198ead1c43e386736df8ac97da923f34b4e623b63da9edd8455dbbf31a671c216c0f58884c6ee93a9dc5e5b7b04 DIST kcompletion-5.95.0.tar.xz 124452 BLAKE2B 60c3004be3c5b1287132f90fbae712270a81d60c50c462834c8914d0e9fcf112e0adab5e584eafa48d82d18e141bcd996eab4f43e85b5c376618b14046106088 SHA512 718c6c5d88564e6a50758f1b1c99091d370a4ef572962b0c38446ac57ccf79899002901fb88b78f38f819a6451219a9adb79f045d1c5e5a383d8443473304730 diff --git a/kde-frameworks/kcompletion/kcompletion-5.94.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.94.0.ebuild deleted file mode 100644 index 0e6a74cbba1d..000000000000 --- a/kde-frameworks/kcompletion/kcompletion-5.94.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.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 ~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 )" |