summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-10 20:10:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 20:35:09 +0200
commit64b9d917ddaf5e7bff1169be27e97a00dec2302f (patch)
tree784c54b43e1ca41e4b13714ef114bd4722796eb6 /kde-frameworks/kcrash
parentkde-frameworks/extra-cmake-modules: allarches stable (diff)
downloadgentoo-64b9d917ddaf5e7bff1169be27e97a00dec2302f.tar.gz
gentoo-64b9d917ddaf5e7bff1169be27e97a00dec2302f.tar.bz2
gentoo-64b9d917ddaf5e7bff1169be27e97a00dec2302f.zip
kde-frameworks: Drop 5.46.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/kcrash')
-rw-r--r--kde-frameworks/kcrash/Manifest1
-rw-r--r--kde-frameworks/kcrash/kcrash-5.46.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/kcrash/Manifest b/kde-frameworks/kcrash/Manifest
index a3bd32f1c0e8..f5970b82a076 100644
--- a/kde-frameworks/kcrash/Manifest
+++ b/kde-frameworks/kcrash/Manifest
@@ -1,2 +1 @@
-DIST kcrash-5.46.0.tar.xz 21876 BLAKE2B 31c0a4ebf744ce59f866527c967dfe1784e8b95785f805b1d782eea8bbedc72ffcd13ac6eec135abaa1c5b163dc19833f554917d5f35681ee055ad9e268b1cf6 SHA512 b286e3d396d31c52deffd250d064795166a9ad6b19de63bca3eba1c37d8919bc0e31e2238c30f901403cac19dc956fb6515c8ee5a1a73287a14b79d674048b39
DIST kcrash-5.50.0.tar.xz 21928 BLAKE2B ceabde1007cb4d5d92dc207ca32d057341cf7f62af3afa240e8fb64b3dccc88c1c968d61f07786a190b1b3449a7a794baaf7735e9223bada74209827885dc31c SHA512 79cec88f7e37901e9758dcc8f69883369dba8db536a563cfa66245038ca46240a5c0c70c4fb4b48c0c1e4b7772ec90d341707add99124b02408fc567a7e64648
diff --git a/kde-frameworks/kcrash/kcrash-5.46.0.ebuild b/kde-frameworks/kcrash/kcrash-5.46.0.ebuild
deleted file mode 100644
index 8401e512743e..000000000000
--- a/kde-frameworks/kcrash/kcrash-5.46.0.ebuild
+++ /dev/null
@@ -1,28 +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 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) )
-"