summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-02 12:48:26 +0000
committerJohannes Huber <johu@gentoo.org>2015-08-02 12:48:26 +0000
commitb26eb150ea76ba804c426272bda0c124e3016b58 (patch)
tree27dfb99f9bde53640888e40642309fabd5785aea /kde-frameworks/kcrash
parentAdd patch to remove bogus deps by Andreas Sturmlechner <andreas.sturmlechner@... (diff)
downloadgentoo-2-b26eb150ea76ba804c426272bda0c124e3016b58.tar.gz
gentoo-2-b26eb150ea76ba804c426272bda0c124e3016b58.tar.bz2
gentoo-2-b26eb150ea76ba804c426272bda0c124e3016b58.zip
Remove KDE Frameworks 5.11.0
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Diffstat (limited to 'kde-frameworks/kcrash')
-rw-r--r--kde-frameworks/kcrash/ChangeLog5
-rw-r--r--kde-frameworks/kcrash/kcrash-5.11.0.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/kde-frameworks/kcrash/ChangeLog b/kde-frameworks/kcrash/ChangeLog
index 52461bf794ba..8016125c1723 100644
--- a/kde-frameworks/kcrash/ChangeLog
+++ b/kde-frameworks/kcrash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-frameworks/kcrash
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kcrash/ChangeLog,v 1.17 2015/07/16 20:33:13 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kcrash/ChangeLog,v 1.18 2015/08/02 12:48:22 johu Exp $
+
+ 02 Aug 2015; Johannes Huber <johu@gentoo.org> -kcrash-5.11.0.ebuild:
+ Remove KDE Frameworks 5.11.0
*kcrash-5.12.0 (16 Jul 2015)
diff --git a/kde-frameworks/kcrash/kcrash-5.11.0.ebuild b/kde-frameworks/kcrash/kcrash-5.11.0.ebuild
deleted file mode 100644
index 279bbe332183..000000000000
--- a/kde-frameworks/kcrash/kcrash-5.11.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kcrash/kcrash-5.11.0.ebuild,v 1.1 2015/06/15 18:35:13 kensington Exp $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for intercepting and handling application crashes"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls X"
-
-# requires running kde environment
-RESTRICT="test"
-
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kwindowsystem)
- dev-qt/qtgui:5
- X? (
- dev-qt/qtx11extras:5
- x11-libs/libX11
- )
-"
-DEPEND="${RDEPEND}
- nls? ( dev-qt/linguist-tools:5 )
- test? ( dev-qt/qtwidgets:5 )
- X? ( x11-proto/xproto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
- )
-
- kde5_src_configure
-}