summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-07-09 20:49:56 +0000
committerJohannes Huber <johu@gentoo.org>2015-07-09 20:49:56 +0000
commit6d28bafd74f77d790848d1e1ecc96b429627ca5c (patch)
treea0c7ff55bf442eaa4c9236af756d336eda929b10 /kde-plasma/plasma-sdk
parentDo not attempt to use submodules for which the checkout path does not exist (... (diff)
downloadgentoo-2-6d28bafd74f77d790848d1e1ecc96b429627ca5c.tar.gz
gentoo-2-6d28bafd74f77d790848d1e1ecc96b429627ca5c.tar.bz2
gentoo-2-6d28bafd74f77d790848d1e1ecc96b429627ca5c.zip
Remove KDE Plasma 5.3.1
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Diffstat (limited to 'kde-plasma/plasma-sdk')
-rw-r--r--kde-plasma/plasma-sdk/ChangeLog5
-rw-r--r--kde-plasma/plasma-sdk/plasma-sdk-5.3.1.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/kde-plasma/plasma-sdk/ChangeLog b/kde-plasma/plasma-sdk/ChangeLog
index 8d221d5de93f..2cce1b244654 100644
--- a/kde-plasma/plasma-sdk/ChangeLog
+++ b/kde-plasma/plasma-sdk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-plasma/plasma-sdk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog,v 1.3 2015/07/06 15:35:07 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog,v 1.4 2015/07/09 20:49:55 johu Exp $
+
+ 09 Jul 2015; Johannes Huber <johu@gentoo.org> -plasma-sdk-5.3.1.ebuild:
+ Remove KDE Plasma 5.3.1
06 Jul 2015; Michael Palimaka <kensington@gentoo.org> plasma-sdk-5.3.2.ebuild:
Require virtual X for tests wrt bug #554068.
diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.3.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.3.1.ebuild
deleted file mode 100644
index e15af0b91bbb..000000000000
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/plasma-sdk-5.3.1.ebuild,v 1.1 2015/05/31 22:06:18 johu Exp $
-
-EAPI=5
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep plasma)
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
-"
-RDEPEND="${DEPEND}
- !dev-util/plasmate
-"