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/libksysguard: metadata.xml libksysguard-5.3.1.ebuild ChangeLog
Date: Sun, 31 May 2015 22:06:37
Message-Id: 20150531220617.41742A30@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:17
2
3 Added: metadata.xml libksysguard-5.3.1.ebuild 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/libksysguard/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/libksysguard/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/libksysguard/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>kde</herd>
21 <use>
22 <flag name="processui">Enables the Interface to view process libs.</flag>
23 </use>
24 </pkgmetadata>
25
26
27
28 1.1 kde-plasma/libksysguard/libksysguard-5.3.1.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/libksysguard/libksysguard-5.3.1.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/libksysguard/libksysguard-5.3.1.ebuild?rev=1.1&content-type=text/plain
32
33 Index: libksysguard-5.3.1.ebuild
34 ===================================================================
35 # Copyright 1999-2015 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/libksysguard/libksysguard-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $
38
39 EAPI=5
40
41 KDE_TEST="true"
42 VIRTUALX_REQUIRED="test"
43 inherit kde5
44
45 DESCRIPTION="Task management and system monitoring library"
46 LICENSE="LGPL-2+"
47 KEYWORDS="~amd64"
48 IUSE="+processui X"
49
50 COMMON_DEPEND="
51 $(add_frameworks_dep kauth)
52 $(add_frameworks_dep kcompletion)
53 $(add_frameworks_dep kconfig)
54 $(add_frameworks_dep kconfigwidgets)
55 $(add_frameworks_dep kcoreaddons)
56 $(add_frameworks_dep ki18n)
57 $(add_frameworks_dep kwidgetsaddons)
58 $(add_frameworks_dep kwindowsystem)
59 dev-qt/qtdbus:5
60 dev-qt/qtgui:5
61 dev-qt/qtnetwork:5
62 dev-qt/qtwidgets:5
63 sys-libs/zlib
64 processui? ( dev-qt/qtwebkit:5 )
65 X? (
66 dev-qt/qtx11extras:5
67 x11-libs/libX11
68 x11-libs/libXres
69 )
70 "
71 RDEPEND="${COMMON_DEPEND}
72 !kde-base/ksysguard:4
73 !kde-base/libksysguard
74 "
75 DEPEND="${COMMON_DEPEND}
76 $(add_frameworks_dep kiconthemes)
77 $(add_frameworks_dep plasma)
78 X? ( x11-proto/xproto )
79 "
80
81 src_configure() {
82 local mycmakeargs=(
83 $(cmake-utils_use_find_package processui Qt5WebKitWidgets)
84 $(cmake-utils_use_find_package X X11)
85 )
86
87 kde5_src_configure
88 }
89
90
91
92 1.1 kde-plasma/libksysguard/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/libksysguard/ChangeLog?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/libksysguard/ChangeLog?rev=1.1&content-type=text/plain
96
97 Index: ChangeLog
98 ===================================================================
99 # ChangeLog for kde-plasma/libksysguard
100 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
101 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/libksysguard/ChangeLog,v 1.1 2015/05/31 22:06:17 johu Exp $
102
103 *libksysguard-5.3.1 (31 May 2015)
104
105 31 May 2015; Johannes Huber <johu@g.o> +libksysguard-5.3.1.ebuild,
106 +metadata.xml:
107 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
108 several people. Thank you all who worked on it in the overlay.