aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 21:41:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 21:41:47 +0200
commitc02e3a463b831362dc8aaf136b544abf17903404 (patch)
tree0390bc246047c3ccd7603782a08e2245d9ecf430 /kde-frameworks/kcompletion
parentprofiles: Drop obsolete kde-frameworks-5.59 package.mask (diff)
downloadkde-c02e3a463b831362dc8aaf136b544abf17903404.tar.gz
kde-c02e3a463b831362dc8aaf136b544abf17903404.tar.bz2
kde-c02e3a463b831362dc8aaf136b544abf17903404.zip
kde-frameworks: Drop KDE Frameworks 5.59.0
Added to Gentoo ebuild repository. Package-Manager: Portage-2.3.67, Repoman-2.3.14 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.59.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
deleted file mode 100644
index 49cb077bdb..0000000000
--- a/kde-frameworks/kcompletion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcompletion-5.59.0.tar.xz 115596 BLAKE2B 5b9443851bc09f6d14e4c3ce887ec0400b371017441d49a62ac6f9f60f40578d4d452f33e13083eabb83ad86bffdbf041270a811cd311e168610ef92925fa57f SHA512 013623947b7c83ddaf66c90f568823a72ffa9827c7d0a03850428a486fbf519c74c9dda738c22992d56a2f6b008c7e2633ee3cc805b48a1bdc1612cf514b9d47
diff --git a/kde-frameworks/kcompletion/kcompletion-5.59.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.59.0.ebuild
deleted file mode 100644
index 6c229fd627..0000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.59.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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}"