summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcompletion/kcompletion-5.53.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-22 10:09:44 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-22 10:09:44 +0000
commit09351e78166b5e864197c4456ebae3f89dd0bed9 (patch)
tree41a96399f56ed3aa399006871bfce4430db84aa2 /kde-frameworks/kcompletion/kcompletion-5.53.0.ebuild
parentc8a77dfe4d3d307c1d5dd2650b7297447d8b609d (diff)
gentoo resync : 22.01.2019
Diffstat (limited to 'kde-frameworks/kcompletion/kcompletion-5.53.0.ebuild')
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.53.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/kde-frameworks/kcompletion/kcompletion-5.53.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.53.0.ebuild
deleted file mode 100644
index 111e8578b542..000000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.53.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"