summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-10-03 04:26:57 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-10-05 20:39:48 +1100
commit85b2455c0a6bedbdef68866389b41ce80e9c525e (patch)
treed1fe63ebcfd05f85f1c3a69268f0e77f1ca8b6aa /kde-plasma/kde-cli-tools
parentdev-java/emma: Stable for amd64. Mark stable for the remaining arches via the... (diff)
downloadgentoo-85b2455c0a6bedbdef68866389b41ce80e9c525e.tar.gz
gentoo-85b2455c0a6bedbdef68866389b41ce80e9c525e.tar.bz2
gentoo-85b2455c0a6bedbdef68866389b41ce80e9c525e.zip
kde-plasma/kde-cli-tools: remove old
Package-Manager: portage-2.3.1
Diffstat (limited to 'kde-plasma/kde-cli-tools')
-rw-r--r--kde-plasma/kde-cli-tools/kde-cli-tools-5.6.5.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.6.5.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.6.5.ebuild
deleted file mode 100644
index ec6b7c262606..000000000000
--- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.6.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+kdesu X"
-
-DEPEND="
- $(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_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- kdesu? ( $(add_frameworks_dep kdesu) )
- X? (
- $(add_frameworks_dep kdelibs4support)
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- )
-"
-RDEPEND="${DEPEND}
- handbook? ( !kde-apps/kdesu[handbook] )
-"
-
-# requires running kde environment
-RESTRICT="test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package kdesu KF5Su)
- $(cmake-utils_use_find_package X KF5KDELibs4Support)
- $(cmake-utils_use_find_package X Qt5X11Extras)
- )
-
- kde5_src_configure
-}
-
-src_install() {
- kde5_src_install
- use kdesu && dosym /usr/$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5
-}