summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 19:45:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:21:49 +0100
commitb5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13 (patch)
tree86b0ce9a1b1511b707ef78cca6feddfebd6f024e /kde-frameworks/kcrash
parentkde-apps: Drop KDE Applications 18.04.3 (diff)
downloadgentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.gz
gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.bz2
gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.zip
kde-frameworks: Drop KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcrash')
-rw-r--r--kde-frameworks/kcrash/Manifest1
-rw-r--r--kde-frameworks/kcrash/kcrash-5.50.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/kcrash/Manifest b/kde-frameworks/kcrash/Manifest
index 3bd295d1245d..8394b14f9fdf 100644
--- a/kde-frameworks/kcrash/Manifest
+++ b/kde-frameworks/kcrash/Manifest
@@ -1,2 +1 @@
-DIST kcrash-5.50.0.tar.xz 21928 BLAKE2B ceabde1007cb4d5d92dc207ca32d057341cf7f62af3afa240e8fb64b3dccc88c1c968d61f07786a190b1b3449a7a794baaf7735e9223bada74209827885dc31c SHA512 79cec88f7e37901e9758dcc8f69883369dba8db536a563cfa66245038ca46240a5c0c70c4fb4b48c0c1e4b7772ec90d341707add99124b02408fc567a7e64648
DIST kcrash-5.52.0.tar.xz 21960 BLAKE2B 2ac1ef4ac4287eca892f28321f1b2a5650415d5901a4665ab5072f0edf95d673dd6de06247f3d2bcd8ca96ea1e8ea0ce31e5708fde2c83c94f57336980b666aa SHA512 3e951b8cb809e25823c1dc41a736f42a2b413b4d17d91c555def014ae2a38ed4a0ff8297f3977e68d5cfb3445c26126b9212f08e7d1e6ef8aeb01a53e663a0ac
diff --git a/kde-frameworks/kcrash/kcrash-5.50.0.ebuild b/kde-frameworks/kcrash/kcrash-5.50.0.ebuild
deleted file mode 100644
index cb6aafdfd442..000000000000
--- a/kde-frameworks/kcrash/kcrash-5.50.0.ebuild
+++ /dev/null
@@ -1,28 +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 intercepting and handling application crashes"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="nls"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
-"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- nls? ( $(add_qt_dep linguist-tools) )
- test? ( $(add_qt_dep qtwidgets) )
-"