summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 18:02:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 18:40:40 +0200
commitc58ff58d2944c28baa69791e38d1297fe89f452f (patch)
tree7fb06a51eb7db1eee3323d0112b1f74c66fe3dad /kde-frameworks/kcompletion/kcompletion-5.61.0.ebuild
parentsci-libs/vtk: Fix USE flag description typo (diff)
downloadgentoo-c58ff58d2944c28baa69791e38d1297fe89f452f.tar.gz
gentoo-c58ff58d2944c28baa69791e38d1297fe89f452f.tar.bz2
gentoo-c58ff58d2944c28baa69791e38d1297fe89f452f.zip
kde-frameworks: Drop KDE Frameworks 5.61.0
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.61.0.ebuild')
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.61.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kcompletion/kcompletion-5.61.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.61.0.ebuild
deleted file mode 100644
index 6c229fd6278d..000000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.61.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}"