summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-15 15:02:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-15 15:02:36 +0200
commitda50b3b5d577b75ae42c8cb13754253e3670af90 (patch)
tree1018f2208cb6973c48ee8c05642e839942760f7b /kde-frameworks/kcompletion
parentprofiles: Mask media-video/loopy for last-rites (diff)
downloadgentoo-da50b3b5d577b75ae42c8cb13754253e3670af90.tar.gz
gentoo-da50b3b5d577b75ae42c8cb13754253e3670af90.tar.bz2
gentoo-da50b3b5d577b75ae42c8cb13754253e3670af90.zip
kde-frameworks: Drop KDE Frameworks 5.38
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r--kde-frameworks/kcompletion/Manifest1
-rw-r--r--kde-frameworks/kcompletion/kcompletion-5.38.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest
index ae5baf5c9adc..c5610a3d8755 100644
--- a/kde-frameworks/kcompletion/Manifest
+++ b/kde-frameworks/kcompletion/Manifest
@@ -1,3 +1,2 @@
DIST kcompletion-5.37.0.tar.xz 118424 SHA256 5fd2b0a51fe87e3b2042b65069c7cfcd5d2eede3bde94f21285ecad02a9e1262 SHA512 99cf1346f4048134d5219d451250122ca848d49c6ec26ab9e36562d2e654c18f3415ddd1b11e7a2459ce6b473c22cddb01135de9c773e8f0ae2f1c8d2f4d5ea4 WHIRLPOOL cc86b97b4f6b2b120685f98718093c661e32091f8d92fbaddd66d355f6120aa81dbb3f2b92f170bd42e45f86a4c59a6ea2e22b0fc088f58b39abc8856ae14db4
-DIST kcompletion-5.38.0.tar.xz 118432 SHA256 5c943799729e7ed8d101eb2e11a09a2616d6c13c33d3575b2e61667e0c2f2539 SHA512 5c697626684837bbe155291b3270810d11ba40140929adefde18b1254ea736efeae2072b543bc9fa39948b153c3dbad8a70d6c8f18c3ffdbe333f4924af18da0 WHIRLPOOL 2bbb09c477086b7647390644c7fdcfd5f428669bed7761958a0dc2494eb2a47805ae30e6fe78238010c47f82476e1d61fe0da1ca8d3f65945aab42a4a165a275
DIST kcompletion-5.39.0.tar.xz 118520 SHA256 ba1e6a72e827d2657d518111271cf12eeddb70ec68b0f8943d4bfa632f614d26 SHA512 f7add324fdee5d3679b71a5b36a3a6d6cd56580935eb74ca2d5bf7281334865bad19d3fa0058af0599d8009dacc55893928e9a09e63aabe143be2c79b15ec2ce WHIRLPOOL 22bb7fd9b6569d376d88401bdaf72c958cd206cff80b4139c7fb3166e3424d8e71c37a9c6579bb31c6e7fb711b8a636a56bae6b51f8b8ecbd780fda2ccf4940b
diff --git a/kde-frameworks/kcompletion/kcompletion-5.38.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.38.0.ebuild
deleted file mode 100644
index ccc50ad4d14a..000000000000
--- a/kde-frameworks/kcompletion/kcompletion-5.38.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 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) )
-"