diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:15:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:20:32 +0100 |
commit | e20e8fd60228502d41b0cee117f8792f8829c161 (patch) | |
tree | 7a8a1bc18288f2e94dc9a581fe0364bf83aca343 /kde-plasma/kde-cli-tools | |
parent | profiles: net-vpn/strongswan: don't enable padlock on amd64 (diff) | |
download | gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.gz gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.bz2 gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.zip |
kde-plasma: Drop KDE Plasma 5.13.5
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kde-cli-tools')
-rw-r--r-- | kde-plasma/kde-cli-tools/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kde-cli-tools/kde-cli-tools-5.13.5.ebuild | 62 |
2 files changed, 0 insertions, 63 deletions
diff --git a/kde-plasma/kde-cli-tools/Manifest b/kde-plasma/kde-cli-tools/Manifest index c98416678ed3..0c67b2ec510d 100644 --- a/kde-plasma/kde-cli-tools/Manifest +++ b/kde-plasma/kde-cli-tools/Manifest @@ -1,3 +1,2 @@ -DIST kde-cli-tools-5.13.5.tar.xz 585436 BLAKE2B d288e55297428a2535e073fd82509658dda1c9da8e671c70c2bdce080268950ad8d7901cf173b09c0b4978852686e193daba15c9506366bc87a481c2bafe4554 SHA512 88aaa5c5a70da7d7f43f9d1b01d61d68c60e87942556955927cfb8655a8f6219d5220aff0c1a937f00444b3d03877d539bf544488a432108bf74434fc89566d7 DIST kde-cli-tools-5.14.3.tar.xz 587012 BLAKE2B a5fcc690d21f246d7cd2f7eaba0dae7368e63b6efee4080919f2816baf2381e112cf31f00228591f166061ab1871136ed97af8dfe8bf9dc58d29f8555adcf89c SHA512 4578bbf6bbaf266a19c317945f33b3c9c2c3290855287947382be04a7f66e9e7da4bd8970994786e2d3cf1b4ef26a065f960b89a81dbdbd5263813fae19f114c DIST kde-cli-tools-5.14.4.tar.xz 584956 BLAKE2B a8f47868c8e84926ba8de9eff03eb48b0b7a806a18cab1f78e270e3969a594745c60ff839726a4d4a5aa8f6d8b15a0e8a5f96cea43632ff80c7f21a6fe199854 SHA512 34f10c9d8d7dc2d9e8e5a46a5ba3c41922877aa3c00fec10371521d8fa8eeebd9d8fa8b9c23527c0e2ccb419b39623de0166bde534b4cb9434e2b12cac98898a diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.13.5.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.13.5.ebuild deleted file mode 100644 index 8426f36e7692..000000000000 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.13.5.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="optional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system" -HOMEPAGE="https://cgit.kde.org/kde-cli-tools.git" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="+kdesu X" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_plasma_dep plasma-workspace) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - kdesu? ( $(add_frameworks_dep kdesu) ) - X? ( - $(add_qt_dep qtx11extras) - x11-libs/libX11 - ) -" -RDEPEND="${DEPEND} - !kde-apps/kdesu -" - -PATCHES=( "${FILESDIR}/${PN}-5.12.80-tests-optional.patch" ) - -# requires running kde environment -RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kdesu KF5Su) - $(cmake-utils_use_find_package X Qt5X11Extras) - ) - - kde5_src_configure -} - -src_install() { - kde5_src_install - use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu - use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5 -} |