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