diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-25 16:05:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-25 16:05:54 +0100 |
commit | 68a8227da67c9c70e574d0be26c9e67375141d3c (patch) | |
tree | b7b9df928018c023b98ec1cd923e1ca7fe8e5458 /kde-plasma/kmenuedit | |
parent | media-libs/sdl2-ttf: Bump to version 2.0.15 (diff) | |
download | gentoo-68a8227da67c9c70e574d0be26c9e67375141d3c.tar.gz gentoo-68a8227da67c9c70e574d0be26c9e67375141d3c.tar.bz2 gentoo-68a8227da67c9c70e574d0be26c9e67375141d3c.zip |
kde-plasma: Drop KDE Plasma 5.14.3
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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kmenuedit/kmenuedit-5.14.3.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/kmenuedit/Manifest b/kde-plasma/kmenuedit/Manifest index 69c230403712..0a20fd638ed6 100644 --- a/kde-plasma/kmenuedit/Manifest +++ b/kde-plasma/kmenuedit/Manifest @@ -1,2 +1 @@ -DIST kmenuedit-5.14.3.tar.xz 770680 BLAKE2B 27bcd385c3e3b82585c96cf07f2040db2774f71729f7e52ea58d919375502e86fe47677d90df3acffdaf6e99dc91632beea7f801e00cba50a08cf9b33af77238 SHA512 889651562d92874ee62e6edd4d9ab119af5ba301262602d52ccc811faffaee0f89ba909bbd2645f062fa060ab58252206f34c73b7b5924f0e22d16e07a7a31e0 DIST kmenuedit-5.14.5.tar.xz 771176 BLAKE2B 13f210340600baeefb171925f51f962d6323022cf52ea4f7e4fe1e3996eb5164981af0a9e12aed886a076ce7dfabfa56c63d03602723cf4536cf294dde2f155e SHA512 4a54ccc1dfd23266a2db4929e0690c5d773934e133d2854183880c2ad3915eac94ae147cdf75a97309d21f6c3b3702d9f6bb682cb7b05f84892ff86a211f6b33 diff --git a/kde-plasma/kmenuedit/kmenuedit-5.14.3.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.14.3.ebuild deleted file mode 100644 index f1f3308da623..000000000000 --- a/kde-plasma/kmenuedit/kmenuedit-5.14.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE Plasma menu editor" -HOMEPAGE="https://cgit.kde.org/kmenuedit.git" -KEYWORDS="amd64 ~arm x86" -IUSE="+hotkeys" - -COMMON_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) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - hotkeys? ( $(add_plasma_dep khotkeys) ) -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kinit) -" -RDEPEND="${COMMON_DEPEND} - !kde-plasma/kmenuedit:4 -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package hotkeys KHotKeysDBusInterface) - ) - - kde5_src_configure -} |