summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcrash
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 17:07:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 17:07:17 +0200
commitb742dd15d0f58fd622115b199e57a649eda249a1 (patch)
tree5179b8685a7cef6bb032974fd52764ad462f5c9d /kde-frameworks/kcrash
parentdc8cc37a1f4baae5892cab24296ca4660ce81247 (diff)
downloadkde-b742dd15d0f58fd622115b199e57a649eda249a1.tar.gz
kde-b742dd15d0f58fd622115b199e57a649eda249a1.tar.bz2
kde-b742dd15d0f58fd622115b199e57a649eda249a1.zip
kde-frameworks: Drop KDE Frameworks 5.62.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.76, Repoman-2.3.17 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.62.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-frameworks/kcrash/Manifest b/kde-frameworks/kcrash/Manifest
deleted file mode 100644
index 176a9286421..00000000000
--- a/kde-frameworks/kcrash/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcrash-5.62.0.tar.xz 23180 BLAKE2B 9d27bad43f665cd579ffc614fc56903b7a203dc6c2360c3edccbb1d66f73e2d3b92e3007c0602ea752f8a373e505db4b67dd003ea78d97dfc7cee1959511a778 SHA512 cf5925dbc3304e7e3e2b8630a1b723250e23ac88b72bb36c79ec8636b45066a1b8cfa379838d85fcfa0b6e2f71852ea931468d502cd238901e3dce102a23496b
diff --git a/kde-frameworks/kcrash/kcrash-5.62.0.ebuild b/kde-frameworks/kcrash/kcrash-5.62.0.ebuild
deleted file mode 100644
index 59a1d61a497..00000000000
--- a/kde-frameworks/kcrash/kcrash-5.62.0.ebuild
+++ /dev/null
@@ -1,30 +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 intercepting and handling application crashes"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-BDEPEND="
- nls? ( $(add_qt_dep linguist-tools) )
-"
-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
- test? ( $(add_qt_dep qtwidgets) )
-"