summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 22:34:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-09 13:20:55 +0200
commitccc87618b5ccb53377ef15377bf1077310dbfcbc (patch)
treee20caefdcad913b987c4abead516f76d945a75cf /kde-frameworks/kcompletion
parentgnome-extra/gnome-shell-extension-applications-overview-tooltip: Drop old (diff)
downloadgentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.gz
gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.bz2
gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.zip
kde-frameworks: Drop KDE Frameworks 5.58.0
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.58.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
index 8262571b50b4..219dce02ae0a 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1,3 +1,2 @@
DIST kcompletion-5.57.0.tar.xz 115828 BLAKE2B 0635170d02269b33f2b89cb42404a392dc3edde4de6ac02a962dc308ab472a648d14994b62c37191143a88cece6a7722655563d256dd29a4dd97b3a05a7b4890 SHA512 d4782da892535a07ac904be510f76741c648e0b007f09acc7b0445308f8f9f24d25abb194b8824b8fc2de3be117793ed4fb8c5f40c3743f3e0ad610fb04e0747
-DIST kcompletion-5.58.0.tar.xz 115672 BLAKE2B cf313519118212065f7e776e2640b33d779438af9e67c5191c4ed367262867d322db5fc5bb7dde768bff7efffc84e071cf12da62b4441e481301746c5df769c5 SHA512 c5da666c8f480d96989ab2566b27c533eed4ebe7df8c2eff9226caf5ffc243e6f3f8f058dcd9d2e53ebfada4fe0e5887bb7d459271e7b6599b168a3ae96505e4
DIST kcompletion-5.59.0.tar.xz 115596 BLAKE2B 5b9443851bc09f6d14e4c3ce887ec0400b371017441d49a62ac6f9f60f40578d4d452f33e13083eabb83ad86bffdbf041270a811cd311e168610ef92925fa57f SHA512 013623947b7c83ddaf66c90f568823a72ffa9827c7d0a03850428a486fbf519c74c9dda738c22992d56a2f6b008c7e2633ee3cc805b48a1bdc1612cf514b9d47
diff --git a/kde-frameworks/kcompletion/kcompletion-5.58.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.58.0.ebuild
deleted file mode 100644
index 6c229fd6278d..000000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.58.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}"