aboutsummaryrefslogtreecommitdiff
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
parentkde-apps/kdemultimedia-meta: Move >=kde-apps/libkcddb behind USE cdrom (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')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.62.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
deleted file mode 100644
index 5e7fec1c5a..0000000000
--- a/kde-frameworks/kcompletion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcompletion-5.62.0.tar.xz 119356 BLAKE2B babb141bec0dc6895efc4a7400bd5cacdd56c908fc8528346f40301c87bf29bfb8355766f25b47a13d69b4555d8bb19018fe49437a492c643d150a67bd996357 SHA512 b7511dea047e3c458d2a9912446752ce89245b4aed97b44beb180e7a79751d257f7d35b184531957cabb0d94db50f224523a0300276c006b7c1e888c570a6daa
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 1bbbdb1c25..0000000000
--- 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}"