summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-26 15:33:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-26 15:52:49 +0100
commit87abfbfdf7cc4be82bb9c7adf81c48ed2e16a6cd (patch)
treed95a8be5998bf99a48712a31dd805e4b80d5f753 /kde-plasma/kmenuedit
parentnet-mail/mailutils: ebuild clean up (diff)
downloadgentoo-87abfbfdf7cc4be82bb9c7adf81c48ed2e16a6cd.tar.gz
gentoo-87abfbfdf7cc4be82bb9c7adf81c48ed2e16a6cd.tar.bz2
gentoo-87abfbfdf7cc4be82bb9c7adf81c48ed2e16a6cd.zip
kde-plasma: Drop KDE Plasma 5.12.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/kmenuedit')
-rw-r--r--kde-plasma/kmenuedit/Manifest1
-rw-r--r--kde-plasma/kmenuedit/kmenuedit-5.15.1.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-plasma/kmenuedit/Manifest b/kde-plasma/kmenuedit/Manifest
index ac765e0e9f62..8247161903b8 100644
--- a/kde-plasma/kmenuedit/Manifest
+++ b/kde-plasma/kmenuedit/Manifest
@@ -1,3 +1,2 @@
DIST kmenuedit-5.14.5.tar.xz 771176 BLAKE2B 13f210340600baeefb171925f51f962d6323022cf52ea4f7e4fe1e3996eb5164981af0a9e12aed886a076ce7dfabfa56c63d03602723cf4536cf294dde2f155e SHA512 4a54ccc1dfd23266a2db4929e0690c5d773934e133d2854183880c2ad3915eac94ae147cdf75a97309d21f6c3b3702d9f6bb682cb7b05f84892ff86a211f6b33
-DIST kmenuedit-5.15.1.tar.xz 810036 BLAKE2B e0b26912f1c9aca44cd5a8d7996c8b1791f80132c8a4aeaf66b5e5a7b3966dfdf41daff7aa289fbe2f257ca9d2bd5b31803819ae4301c8d7943e22ad2fc1b255 SHA512 a0c430bce0c951efef471de2cfd7ced417584682a815143086a2f0de909e20233564a2665f681d808d34a877618719c12ba7d8e3f98cc6bdf87b17f04973f6d3
DIST kmenuedit-5.15.2.tar.xz 809544 BLAKE2B b140ae99365eee8050a5f70d55ff2ab6cc433220da10e901b19201a05c69d63962d9b520d6b545be55f529f71f6390e9708db4007b92f11d221a71e53063b5f4 SHA512 b5d4f1cc2c252c7a97b4837efb0b7b7e315ebe619c2170cdaa7eb3feff43c84bd97cbcb3478c5742444a62c2dca47c78ca1672d4aab06477a92231bbc4542cb1
diff --git a/kde-plasma/kmenuedit/kmenuedit-5.15.1.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.15.1.ebuild
deleted file mode 100644
index ea3e47618640..000000000000
--- a/kde-plasma/kmenuedit/kmenuedit-5.15.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE Plasma menu editor"
-HOMEPAGE="https://cgit.kde.org/kmenuedit.git"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+hotkeys"
-
-RDEPEND="
- $(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)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- hotkeys? ( $(add_plasma_dep khotkeys) )
-"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep kinit)
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package hotkeys KHotKeysDBusInterface)
- )
-
- kde5_src_configure
-}