diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-09 02:02:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-09 14:10:31 +0200 |
commit | af363ea69f6cda3f4a41718b3de5d5c9d7ca9a15 (patch) | |
tree | e01b0d5e9ea8a2f539c0d67be5a10d62a551e290 /kde-frameworks | |
parent | kde-frameworks/kauth: drop 5.81.0* (diff) | |
download | gentoo-af363ea69f6cda3f4a41718b3de5d5c9d7ca9a15.tar.gz gentoo-af363ea69f6cda3f4a41718b3de5d5c9d7ca9a15.tar.bz2 gentoo-af363ea69f6cda3f4a41718b3de5d5c9d7ca9a15.zip |
kde-frameworks/kcompletion: drop 5.81.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.81.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index c52e117cca4e..ec3f59ac1725 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1,3 +1,2 @@ DIST kcompletion-5.80.0.tar.xz 121488 BLAKE2B 8ab2146ab0d76e54cd348297091826d6ecd2622a08595784d4c8fef6d3f4f8d676a49decd0f7a59bfdd9e714eea6be5675003d71652809a82e5d30e54b261885 SHA512 7e0d9764c646f2b68b18d122a20a36c1d67aa4cda80f6c2e7091727ac328ec9c62d9851fcf93f2d80336b7dbe886b7087a5a0c1e3fb9a71c348e4e03c2345897 -DIST kcompletion-5.81.0.tar.xz 121996 BLAKE2B 998397f4c10f965d34d9fa0f44b38dd02b5a276c81a1a917b6604b09479e84e7c1806f57ed2a22fe4bd848bf75a9eb4d7d8f48a4645dea2be551c7a84666047f SHA512 ee12c7bc0deb9e3a3bdd0e138c4ffb7c5d04360581b8cf0e3741d2d7e6a60ae840918c0488d5ee50ec3c01f55963ee2c943e17b24ecec89649100bac7ffb2ce9 DIST kcompletion-5.82.0.tar.xz 122088 BLAKE2B ce534393489d6ab980d3c093ef39b3d2341734e147231e6f22c5316091bafd40ef343432128926ec18e25ec8d3843018fa582bd2dc7475bb3c260e42452cc949 SHA512 19b76a46d09005ed5ab5b66ca48403f4bb0baade2b2f937ad6afdf5ef92adf7c94330502adc3aae29bb88fc5848469580319cbf4bba4bfa128537f4541fd9d24 diff --git a/kde-frameworks/kcompletion/kcompletion-5.81.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.81.0.ebuild deleted file mode 100644 index a0fa08fde404..000000000000 --- a/kde-frameworks/kcompletion/kcompletion-5.81.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_DESIGNERPLUGIN="true" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -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 ~x86" -IUSE="nls" - -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866 - ) - ecm_src_configure -} |