summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 17:07:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 17:07:17 +0200
commitb742dd15d0f58fd622115b199e57a649eda249a1 (patch)
tree5179b8685a7cef6bb032974fd52764ad462f5c9d /kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild
parentdc8cc37a1f4baae5892cab24296ca4660ce81247 (diff)
downloadkde-b742dd15d0f58fd622115b199e57a649eda249a1.tar.gz
kde-b742dd15d0f58fd622115b199e57a649eda249a1.tar.bz2
kde-b742dd15d0f58fd622115b199e57a649eda249a1.zip
kde-frameworks: Drop KDE Frameworks 5.62.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild')
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild
deleted file mode 100644
index 1bbbdb1c257..00000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_DESIGNERPLUGIN="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( $(add_qt_dep linguist-tools) )
-"
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"