Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kde-cli-tools/
Date: Wed, 05 Oct 2016 09:40:20
Message-Id: 1475660388.85b2455c0a6bedbdef68866389b41ce80e9c525e.kensington@gentoo
1 commit: 85b2455c0a6bedbdef68866389b41ce80e9c525e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 2 17:26:57 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 5 09:39:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b2455c
7
8 kde-plasma/kde-cli-tools: remove old
9
10 Package-Manager: portage-2.3.1
11
12 .../kde-cli-tools/kde-cli-tools-5.6.5.ebuild | 60 ----------------------
13 1 file changed, 60 deletions(-)
14
15 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
16 deleted file mode 100644
17 index ec6b7c2..00000000
18 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.6.5.ebuild
19 +++ /dev/null
20 @@ -1,60 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -KDE_HANDBOOK="true"
28 -KDE_TEST="true"
29 -VIRTUALX_REQUIRED="test"
30 -inherit kde5
31 -
32 -DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system"
33 -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools"
34 -KEYWORDS="amd64 ~arm x86"
35 -IUSE="+kdesu X"
36 -
37 -DEPEND="
38 - $(add_frameworks_dep kcmutils)
39 - $(add_frameworks_dep kcompletion)
40 - $(add_frameworks_dep kconfig)
41 - $(add_frameworks_dep kconfigwidgets)
42 - $(add_frameworks_dep kcoreaddons)
43 - $(add_frameworks_dep ki18n)
44 - $(add_frameworks_dep kiconthemes)
45 - $(add_frameworks_dep kio)
46 - $(add_frameworks_dep kservice)
47 - $(add_frameworks_dep kwidgetsaddons)
48 - $(add_frameworks_dep kwindowsystem)
49 - $(add_qt_dep qtdbus)
50 - $(add_qt_dep qtgui)
51 - $(add_qt_dep qtsvg)
52 - $(add_qt_dep qtwidgets)
53 - kdesu? ( $(add_frameworks_dep kdesu) )
54 - X? (
55 - $(add_frameworks_dep kdelibs4support)
56 - $(add_qt_dep qtx11extras)
57 - x11-libs/libX11
58 - )
59 -"
60 -RDEPEND="${DEPEND}
61 - handbook? ( !kde-apps/kdesu[handbook] )
62 -"
63 -
64 -# requires running kde environment
65 -RESTRICT="test"
66 -
67 -src_configure() {
68 - local mycmakeargs=(
69 - $(cmake-utils_use_find_package kdesu KF5Su)
70 - $(cmake-utils_use_find_package X KF5KDELibs4Support)
71 - $(cmake-utils_use_find_package X Qt5X11Extras)
72 - )
73 -
74 - kde5_src_configure
75 -}
76 -
77 -src_install() {
78 - kde5_src_install
79 - use kdesu && dosym /usr/$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5
80 -}