commit:     85b2455c0a6bedbdef68866389b41ce80e9c525e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 17:26:57 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct  5 09:39:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b2455c

kde-plasma/kde-cli-tools: remove old

Package-Manager: portage-2.3.1

 .../kde-cli-tools/kde-cli-tools-5.6.5.ebuild       | 60 ----------------------
 1 file changed, 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 ec6b7c2..00000000
--- 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
-}

Reply via email to