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: ChangeLog ncpufreqd-2.4.ebuild ncpufreqd-2.1.ebuild
Date: Mon, 29 Oct 2007 19:06:45
Message-Id: E1ImZwd-0007eG-2W@stork.gentoo.org
1 nelchael 07/10/29 19:06:39
2
3 Modified: ChangeLog
4 Added: ncpufreqd-2.4.ebuild
5 Removed: ncpufreqd-2.1.ebuild
6 Log:
7 Version bump, removed old 2.1.
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.16 sys-power/ncpufreqd/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 5 Oct 2007 14:55:56 -0000 1.15
24 +++ ChangeLog 29 Oct 2007 19:06:38 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-power/ncpufreqd
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.15 2007/10/05 14:55:56 opfer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.16 2007/10/29 19:06:38 nelchael Exp $
30 +
31 +*ncpufreqd-2.4 (29 Oct 2007)
32 +
33 + 29 Oct 2007; Krzysiek Pawlik <nelchael@g.o> -ncpufreqd-2.1.ebuild,
34 + +ncpufreqd-2.4.ebuild:
35 + Version bump, removed old 2.1.
36
37 05 Oct 2007; Christian Faulhammer <opfer@g.o> ncpufreqd-2.3.ebuild:
38 stable x86, bug 194798
39
40
41
42 1.1 sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ncpufreqd-2.4.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.1 2007/10/29 19:06:38 nelchael Exp $
52
53 DESCRIPTION="Daemon controlling CPU speed and temperature"
54 HOMEPAGE="http://projects.simpledesigns.com.pl/project/ncpufreqd/"
55 SRC_URI="http://projects.simpledesigns.com.pl/get/${P}.tar.bz2"
56 LICENSE="ZLIB"
57
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60
61 IUSE=""
62
63 DEPEND="dev-util/cmake
64 virtual/logger"
65
66 src_compile() {
67
68 mkdir "${T}/build"
69 cd "${T}/build"
70
71 cmake \
72 -DCMAKE_INSTALL_PREFIX=/usr/ \
73 -DCMAKE_C_FLAGS="${CFLAGS}" \
74 "${S}" || die "cmake failed"
75
76 emake || die "emake failed"
77
78 }
79
80 src_install() {
81
82 cd "${T}/build"
83
84 make DESTDIR="${D}" install || die "emake install failed"
85
86 cd "${S}"
87
88 doinitd gentoo-init.d/ncpufreqd
89 dodoc AUTHORS ChangeLog README
90
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list