Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-plasma/kde-cli-tools: kde-cli-tools-5.3.1.ebuild metadata.xml ChangeLog
Date: Sun, 31 May 2015 22:06:44
Message-Id: 20150531220617.60190A32@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:17
2
3 Added: kde-cli-tools-5.3.1.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by several people. Thank you all who worked on it in the overlay.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
8
9 Revision Changes Path
10 1.1 kde-plasma/kde-cli-tools/kde-cli-tools-5.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-cli-tools/kde-cli-tools-5.3.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-cli-tools/kde-cli-tools-5.3.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: kde-cli-tools-5.3.1.ebuild
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kde-cli-tools/kde-cli-tools-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $
20
21 EAPI=5
22
23 KDE_HANDBOOK="true"
24 KDE_TEST="true"
25 VIRTUALX_REQUIRED="test"
26 inherit kde5
27
28 DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system"
29 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools"
30 KEYWORDS="~amd64"
31 IUSE="X"
32
33 DEPEND="
34 $(add_frameworks_dep kcmutils)
35 $(add_frameworks_dep kcompletion)
36 $(add_frameworks_dep kconfig)
37 $(add_frameworks_dep kconfigwidgets)
38 $(add_frameworks_dep kcoreaddons)
39 $(add_frameworks_dep kdelibs4support)
40 $(add_frameworks_dep kdesu)
41 $(add_frameworks_dep ki18n)
42 $(add_frameworks_dep kiconthemes)
43 $(add_frameworks_dep kio)
44 $(add_frameworks_dep kservice)
45 $(add_frameworks_dep kwidgetsaddons)
46 $(add_frameworks_dep kwindowsystem)
47 dev-qt/qtdbus:5
48 dev-qt/qtgui:5
49 dev-qt/qtsvg:5
50 dev-qt/qtwidgets:5
51 X? (
52 dev-qt/qtx11extras:5
53 x11-libs/libX11
54 )
55 "
56 RDEPEND="${DEPEND}
57 handbook? ( !kde-base/kdesu[handbook] )
58 !kde-base/kde-cli-tools
59 "
60
61 # requires running kde environment
62 RESTRICT="test"
63
64 src_configure() {
65 local mycmakeargs=(
66 $(cmake-utils_use_find_package X Qt5X11Extras)
67 )
68
69 kde5_src_configure
70 }
71
72
73
74 1.1 kde-plasma/kde-cli-tools/metadata.xml
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-cli-tools/metadata.xml?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-cli-tools/metadata.xml?rev=1.1&content-type=text/plain
78
79 Index: metadata.xml
80 ===================================================================
81 <?xml version="1.0" encoding="UTF-8"?>
82 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 <pkgmetadata>
84 <herd>kde</herd>
85 </pkgmetadata>
86
87
88
89 1.1 kde-plasma/kde-cli-tools/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-cli-tools/ChangeLog?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-cli-tools/ChangeLog?rev=1.1&content-type=text/plain
93
94 Index: ChangeLog
95 ===================================================================
96 # ChangeLog for kde-plasma/kde-cli-tools
97 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
98 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kde-cli-tools/ChangeLog,v 1.1 2015/05/31 22:06:17 johu Exp $
99
100 *kde-cli-tools-5.3.1 (31 May 2015)
101
102 31 May 2015; Johannes Huber <johu@g.o> +kde-cli-tools-5.3.1.ebuild,
103 +metadata.xml:
104 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
105 several people. Thank you all who worked on it in the overlay.