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/ksysguard: metadata.xml ksysguard-5.3.1.ebuild ChangeLog
Date: Sun, 31 May 2015 22:07:01
Message-Id: 20150531220618.0FEA2A3E@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:18
2
3 Added: metadata.xml ksysguard-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/ksysguard/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/ksysguard/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/ksysguard/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 </pkgmetadata>
22
23
24
25 1.1 kde-plasma/ksysguard/ksysguard-5.3.1.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/ksysguard/ksysguard-5.3.1.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/ksysguard/ksysguard-5.3.1.ebuild?rev=1.1&content-type=text/plain
29
30 Index: ksysguard-5.3.1.ebuild
31 ===================================================================
32 # Copyright 1999-2015 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/ksysguard/ksysguard-5.3.1.ebuild,v 1.1 2015/05/31 22:06:18 johu Exp $
35
36 EAPI=5
37
38 KDE_HANDBOOK="true"
39 inherit kde5
40
41 DESCRIPTION="Network-enabled task manager and system monitor"
42 LICENSE="GPL-2+"
43 KEYWORDS="~amd64"
44 IUSE="lm_sensors"
45
46 DEPEND="
47 $(add_plasma_dep libksysguard processui)
48 $(add_frameworks_dep kcompletion)
49 $(add_frameworks_dep kconfig)
50 $(add_frameworks_dep kconfigwidgets)
51 $(add_frameworks_dep kcoreaddons)
52 $(add_frameworks_dep kdbusaddons)
53 $(add_frameworks_dep kdelibs4support)
54 $(add_frameworks_dep ki18n)
55 $(add_frameworks_dep kiconthemes)
56 $(add_frameworks_dep kio)
57 $(add_frameworks_dep kitemviews)
58 $(add_frameworks_dep knewstuff)
59 $(add_frameworks_dep knotifications)
60 $(add_frameworks_dep kwidgetsaddons)
61 $(add_frameworks_dep kwindowsystem)
62 $(add_frameworks_dep kxmlgui)
63 dev-qt/qtdbus:5
64 dev-qt/qtgui:5
65 dev-qt/qtwidgets:5
66 dev-qt/qtxml:5
67 lm_sensors? ( sys-apps/lm_sensors )
68 "
69 RDEPEND="${DEPEND}
70 !kde-base/ksysguard
71 "
72
73 src_configure() {
74 local mycmakeargs=(
75 $(cmake-utils_use_find_package lm_sensors Sensors)
76 )
77
78 kde5_src_configure
79 }
80
81
82
83 1.1 kde-plasma/ksysguard/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/ksysguard/ChangeLog?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/ksysguard/ChangeLog?rev=1.1&content-type=text/plain
87
88 Index: ChangeLog
89 ===================================================================
90 # ChangeLog for kde-plasma/ksysguard
91 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
92 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/ksysguard/ChangeLog,v 1.1 2015/05/31 22:06:18 johu Exp $
93
94 *ksysguard-5.3.1 (31 May 2015)
95
96 31 May 2015; Johannes Huber <johu@g.o> +ksysguard-5.3.1.ebuild,
97 +metadata.xml:
98 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
99 several people. Thank you all who worked on it in the overlay.