aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 16:47:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-12 16:47:53 +0200
commitcbbf277b87f16a97723e6a15b71a10579bd0e292 (patch)
tree42fcdec7efbe48a3b0a23d8119dd84468e2f89e2 /kde-frameworks/kcompletion
parentprofiles: Drop kde-frameworks-5.46 package.mask (diff)
downloadkde-cbbf277b87f16a97723e6a15b71a10579bd0e292.tar.gz
kde-cbbf277b87f16a97723e6a15b71a10579bd0e292.tar.bz2
kde-cbbf277b87f16a97723e6a15b71a10579bd0e292.zip
kde-frameworks: Drop KDE Frameworks 5.46.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --force
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.46.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
deleted file mode 100644
index cce7274ac6..0000000000
--- a/kde-frameworks/kcompletion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcompletion-5.46.0.tar.xz 115636 BLAKE2B 282461dcd9c29ced94f43ef3c5f3b345669a0c3cb70e0c37b3292146ad9e050e9880aafcd8d33b95dd74abffd1e51597a888842231e24c194e65fa34ad143913 SHA512 7c958ba845a89745472ae8c40c95f43f78fbab420c394b81014335f004d3b40f7c4f44263cd5b99c5a448fde99e3f9da607fe01f539eba18a68a28c88d4b0d27
diff --git a/kde-frameworks/kcompletion/kcompletion-5.46.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.46.0.ebuild
deleted file mode 100644
index 89c636704e..0000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.46.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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) )
-"