Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/ncpufreqd: ncpufreqd-2.4.ebuild ChangeLog
Date: Sun, 05 Apr 2009 12:45:39
Message-Id: E1LqRjE-0004im-Ba@stork.gentoo.org
1 maekke 09/04/05 12:45:36
2
3 Modified: ncpufreqd-2.4.ebuild ChangeLog
4 Log:
5 amd64/x86 stable, bug #263313
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 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.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild?r1=1.4&r2=1.5
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.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ncpufreqd-2.4.ebuild 21 Mar 2009 22:36:06 -0000 1.4
22 +++ ncpufreqd-2.4.ebuild 5 Apr 2009 12:45:36 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.4 2009/03/21 22:36:06 nelchael Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.5 2009/04/05 12:45:36 maekke Exp $
28
29 inherit cmake-utils
30
31 @@ -10,7 +10,7 @@
32 LICENSE="ZLIB"
33
34 SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 +KEYWORDS="amd64 x86"
37
38 IUSE=""
39
40
41
42
43 1.22 sys-power/ncpufreqd/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ChangeLog?rev=1.22&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ChangeLog?rev=1.22&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ChangeLog?r1=1.21&r2=1.22
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v
52 retrieving revision 1.21
53 retrieving revision 1.22
54 diff -u -r1.21 -r1.22
55 --- ChangeLog 21 Mar 2009 22:36:06 -0000 1.21
56 +++ ChangeLog 5 Apr 2009 12:45:36 -0000 1.22
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-power/ncpufreqd
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.21 2009/03/21 22:36:06 nelchael Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.22 2009/04/05 12:45:36 maekke Exp $
62 +
63 + 05 Apr 2009; Markus Meier <maekke@g.o> ncpufreqd-2.4.ebuild:
64 + amd64/x86 stable, bug #263313
65
66 21 Mar 2009; Krzysiek Pawlik <nelchael@g.o> ncpufreqd-2.4.ebuild:
67 Fix QA warnings.