Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ksysguard: ChangeLog ksysguard-4.0.1.ebuild
Date: Thu, 07 Feb 2008 00:11:24
Message-Id: E1JMuML-0008JY-EB@stork.gentoo.org
1 philantrop 08/02/07 00:11:21
2
3 Modified: ChangeLog
4 Added: ksysguard-4.0.1.ebuild
5 Log:
6 Version bump to KDE 4.0.1.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.97 kde-base/ksysguard/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.97&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?rev=1.97&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ChangeLog?r1=1.96&r2=1.97
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v
19 retrieving revision 1.96
20 retrieving revision 1.97
21 diff -u -r1.96 -r1.97
22 --- ChangeLog 31 Jan 2008 15:30:19 -0000 1.96
23 +++ ChangeLog 7 Feb 2008 00:11:20 -0000 1.97
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/ksysguard
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.96 2008/01/31 15:30:19 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.97 2008/02/07 00:11:20 philantrop Exp $
29 +
30 +*ksysguard-4.0.1 (06 Feb 2008)
31 +
32 + 06 Feb 2008; Wulf C. Krueger <philantrop@g.o>
33 + +ksysguard-4.0.1.ebuild:
34 + Version bump to KDE 4.0.1.
35
36 31 Jan 2008; Brent Baude <ranger@g.o> ksysguard-3.5.8.ebuild:
37 Marking ksysguard-3.5.8 ppc for bug 207634
38
39
40
41 1.1 kde-base/ksysguard/ksysguard-4.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksysguard/ksysguard-4.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ksysguard-4.0.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.0.1.ebuild,v 1.1 2008/02/07 00:11:20 philantrop Exp $
51
52 EAPI="1"
53
54 KMNAME=kdebase-workspace
55 inherit kde4-meta
56
57 DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
58 KEYWORDS="~amd64 ~x86"
59 IUSE="debug htmlhandbook lm_sensors test"
60
61 COMMONDEPEND="
62 >=kde-base/kdebase-data-${PV}:${SLOT}
63 >=kde-base/libplasma-${PV}:${SLOT}
64 x11-libs/libXrender
65 x11-libs/libXres
66 lm_sensors? ( sys-apps/lm_sensors )"
67 DEPEND="${COMMONDEPEND}
68 x11-proto/renderproto"
69 RDEPEND="${COMMONDEPEND}
70 >=kde-base/plasma-${PV}:${SLOT}"
71
72 KMEXTRA="libs/ksysguard/"
73
74 src_compile() {
75 mycmakeargs="${mycmakeargs}
76 $(cmake-utils_use_with lm_sensors Sensors)"
77
78 kde4-meta_src_compile
79 }
80
81 src_test() {
82 # one out of two tests are broken. we just disable it. last tested on 4.0.1.
83 sed -e '/guitest/s/^/#DONOTTEST/' \
84 -i "${S}"/libs/ksysguard/tests/CMakeLists.txt
85
86 kde4-meta_src_test
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list