diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-26 00:48:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-26 00:48:54 +0100 |
commit | b3d7c6614285f6c947bf8bfd1a371f97ee2a0803 (patch) | |
tree | 4b4e4e2e53bd2e60d8d0a5e24728122677e76dff /kde-frameworks | |
parent | kde-frameworks/kcompletion: Fix regression porting from + to | operator (diff) | |
download | gentoo-b3d7c6614285f6c947bf8bfd1a371f97ee2a0803.tar.gz gentoo-b3d7c6614285f6c947bf8bfd1a371f97ee2a0803.tar.bz2 gentoo-b3d7c6614285f6c947bf8bfd1a371f97ee2a0803.zip |
kde-frameworks/kcompletion: Drop 5.78.0 (r0)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kcompletion/kcompletion-5.78.0.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/kcompletion/kcompletion-5.78.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.78.0.ebuild deleted file mode 100644 index 3381e8ca5305..000000000000 --- a/kde-frameworks/kcompletion/kcompletion-5.78.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.1 -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 -} |