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/kmenuedit
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/kmenuedit')
-rw-r--r--kde-plasma/kmenuedit/ChangeLog5
-rw-r--r--kde-plasma/kmenuedit/kmenuedit-5.3.1.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/kde-plasma/kmenuedit/ChangeLog b/kde-plasma/kmenuedit/ChangeLog
index 623fa185bd97..60e1a42dc7fd 100644
--- a/kde-plasma/kmenuedit/ChangeLog
+++ b/kde-plasma/kmenuedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-plasma/kmenuedit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kmenuedit/ChangeLog,v 1.2 2015/06/30 20:50:15 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kmenuedit/ChangeLog,v 1.3 2015/07/09 20:49:54 johu Exp $
+
+ 09 Jul 2015; Johannes Huber <johu@gentoo.org> -kmenuedit-5.3.1.ebuild:
+ Remove KDE Plasma 5.3.1
*kmenuedit-5.3.2 (30 Jun 2015)
diff --git a/kde-plasma/kmenuedit/kmenuedit-5.3.1.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.3.1.ebuild
deleted file mode 100644
index fc9022269d98..000000000000
--- a/kde-plasma/kmenuedit/kmenuedit-5.3.1.ebuild
+++ /dev/null
@@ -1,45 +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/kmenuedit/kmenuedit-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="KDE menu editor"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kmenuedit"
-KEYWORDS="~amd64"
-IUSE="+hotkeys"
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep sonnet)
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- hotkeys? ( $(add_plasma_dep khotkeys) )
-"
-RDEPEND="${DEPEND}
- !kde-base/kmenuedit
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package hotkeys KHotKeysDBusInterface)
- )
-
- kde5_src_configure
-}