aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 11:24:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 11:25:05 +0200
commit822dbf0a1637e375b63c426f4f64168c4b801fcc (patch)
tree737bec6161448753021e68998f21cede25acb344 /kde-plasma/kde-cli-tools
parentkde-plasma/plasma-nm: Drop unused patch (diff)
downloadkde-822dbf0a1637e375b63c426f4f64168c4b801fcc.tar.gz
kde-822dbf0a1637e375b63c426f4f64168c4b801fcc.tar.bz2
kde-822dbf0a1637e375b63c426f4f64168c4b801fcc.zip
kde-plasma: Drop KDE Plasma 5.16.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kde-cli-tools')
-rw-r--r--kde-plasma/kde-cli-tools/Manifest1
-rw-r--r--kde-plasma/kde-cli-tools/kde-cli-tools-5.16.0.ebuild64
2 files changed, 0 insertions, 65 deletions
diff --git a/kde-plasma/kde-cli-tools/Manifest b/kde-plasma/kde-cli-tools/Manifest
deleted file mode 100644
index ab12dbd2f2..0000000000
--- a/kde-plasma/kde-cli-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kde-cli-tools-5.16.0.tar.xz 587192 BLAKE2B f988f05856f57bdf9d6f720e3c28d5a1999dc3fc98ddbe75a342a68d6d314848374552b5e511b2cc5600700b5619d5b4f7ceb2478a465bed07f4c52941811ea9 SHA512 b945d16ee675c3cab6cb1379ee6ffc5e0fe7dd8b4b4bc56d58bf9e8ee841f0e8a34cd25998e74e346a4b0d19048df1c4725da131589883af43514a612c1ca9df
diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.0.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.0.ebuild
deleted file mode 100644
index fe466b4b22..0000000000
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-REQUIRED_USE="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 kdeclarative)
- $(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 libkworkspace)
- $(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}
- kdesu? ( sys-apps/dbus[X] )
-"
-
-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
-}