Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/ncpufreqd: ncpufreqd-2.4.ebuild ChangeLog
Date: Sat, 21 Mar 2009 22:36:10
Message-Id: E1Ll9nT-0002TX-Hk@stork.gentoo.org
1 nelchael 09/03/21 22:36:07
2
3 Modified: ncpufreqd-2.4.ebuild ChangeLog
4 Log:
5 Fix QA warnings.
6 (Portage version: 2.1.6.9/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild?r1=1.3&r2=1.4
14
15 Index: ncpufreqd-2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ncpufreqd-2.4.ebuild 12 Nov 2007 11:16:16 -0000 1.3
22 +++ ncpufreqd-2.4.ebuild 21 Mar 2009 22:36:06 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.3 2007/11/12 11:16:16 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.4 2009/03/21 22:36:06 nelchael Exp $
29
30 inherit cmake-utils
31
32 @@ -15,12 +15,11 @@
33 IUSE=""
34
35 DEPEND="virtual/logger"
36 +RDEPEND="${DEPEND}"
37
38 src_install() {
39 -
40 cmake-utils_src_install
41
42 doinitd gentoo-init.d/ncpufreqd
43 dodoc AUTHORS ChangeLog README
44 -
45 }
46
47
48
49 1.21 sys-power/ncpufreqd/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ChangeLog?rev=1.21&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ChangeLog?rev=1.21&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ChangeLog?r1=1.20&r2=1.21
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v
58 retrieving revision 1.20
59 retrieving revision 1.21
60 diff -u -r1.20 -r1.21
61 --- ChangeLog 15 Nov 2007 11:07:04 -0000 1.20
62 +++ ChangeLog 21 Mar 2009 22:36:06 -0000 1.21
63 @@ -1,6 +1,9 @@
64 # ChangeLog for sys-power/ncpufreqd
65 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.20 2007/11/15 11:07:04 nelchael Exp $
67 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.21 2009/03/21 22:36:06 nelchael Exp $
69 +
70 + 21 Mar 2009; Krzysiek Pawlik <nelchael@g.o> ncpufreqd-2.4.ebuild:
71 + Fix QA warnings.
72
73 15 Nov 2007; Krzysiek Pawlik <nelchael@g.o> -ncpufreqd-2.0.ebuild:
74 Remove old version.