diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-06 18:27:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-10 17:29:15 +0200 |
commit | 0479c33bfa5a557b79efd0ea96e1c981d60219aa (patch) | |
tree | 3548f07ba7267527c0387516b0e0b26cdbd35573 /kde-frameworks/kcompletion | |
parent | kde-frameworks/kauth: drop 5.80.0* (diff) | |
download | gentoo-0479c33bfa5a557b79efd0ea96e1c981d60219aa.tar.gz gentoo-0479c33bfa5a557b79efd0ea96e1c981d60219aa.tar.bz2 gentoo-0479c33bfa5a557b79efd0ea96e1c981d60219aa.zip |
kde-frameworks/kcompletion: drop 5.80.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.80.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index ec3f59ac1725..1ac444624181 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1,2 +1 @@ -DIST kcompletion-5.80.0.tar.xz 121488 BLAKE2B 8ab2146ab0d76e54cd348297091826d6ecd2622a08595784d4c8fef6d3f4f8d676a49decd0f7a59bfdd9e714eea6be5675003d71652809a82e5d30e54b261885 SHA512 7e0d9764c646f2b68b18d122a20a36c1d67aa4cda80f6c2e7091727ac328ec9c62d9851fcf93f2d80336b7dbe886b7087a5a0c1e3fb9a71c348e4e03c2345897 DIST kcompletion-5.82.0.tar.xz 122088 BLAKE2B ce534393489d6ab980d3c093ef39b3d2341734e147231e6f22c5316091bafd40ef343432128926ec18e25ec8d3843018fa582bd2dc7475bb3c260e42452cc949 SHA512 19b76a46d09005ed5ab5b66ca48403f4bb0baade2b2f937ad6afdf5ef92adf7c94330502adc3aae29bb88fc5848469580319cbf4bba4bfa128537f4541fd9d24 diff --git a/kde-frameworks/kcompletion/kcompletion-5.80.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.80.0.ebuild deleted file mode 100644 index eb367056a0e8..000000000000 --- a/kde-frameworks/kcompletion/kcompletion-5.80.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 -} |