summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-06-26 20:06:34 +0000
committerJohannes Huber <johu@gentoo.org>2015-06-26 20:06:34 +0000
commit7fccc5fe38d2f22e9d764ce43bb3101fda20ea42 (patch)
tree414b0ce3f59788579b06af88688c04a560b27a3d /kde-frameworks/kcrash
parentMake live ebuild copyable as future snapshots (diff)
downloadgentoo-2-7fccc5fe38d2f22e9d764ce43bb3101fda20ea42.tar.gz
gentoo-2-7fccc5fe38d2f22e9d764ce43bb3101fda20ea42.tar.bz2
gentoo-2-7fccc5fe38d2f22e9d764ce43bb3101fda20ea42.zip
Remove KDE Frameworks 5.10.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.10.0.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/kde-frameworks/kcrash/ChangeLog b/kde-frameworks/kcrash/ChangeLog
index 7038bc6e973c..c1080e170f81 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.15 2015/06/15 18:35:13 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kcrash/ChangeLog,v 1.16 2015/06/26 20:06:33 johu Exp $
+
+ 26 Jun 2015; Johannes Huber <johu@gentoo.org> -kcrash-5.10.0.ebuild:
+ Remove KDE Frameworks 5.10.0
*kcrash-5.11.0 (15 Jun 2015)
diff --git a/kde-frameworks/kcrash/kcrash-5.10.0.ebuild b/kde-frameworks/kcrash/kcrash-5.10.0.ebuild
deleted file mode 100644
index 724673015b23..000000000000
--- a/kde-frameworks/kcrash/kcrash-5.10.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.10.0.ebuild,v 1.1 2015/05/09 10:36:04 mrueg 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
-}