Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/cpuspeedy: cpuspeedy-0.4.1.ebuild ChangeLog
Date: Thu, 29 May 2008 18:11:22
Message-Id: E1K1maq-0001PT-Dn@stork.gentoo.org
1 hawking 08/05/29 18:11:16
2
3 Modified: cpuspeedy-0.4.1.ebuild ChangeLog
4 Log:
5 python_mod_{cleanup,optimize} are ROOT aware. Quoting.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.3 sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild?r1=1.2&r2=1.3
14
15 Index: cpuspeedy-0.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- cpuspeedy-0.4.1.ebuild 1 Feb 2007 11:31:14 -0000 1.2
22 +++ cpuspeedy-0.4.1.ebuild 29 May 2008 18:11:15 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild,v 1.2 2007/02/01 11:31:14 dragonheart Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild,v 1.3 2008/05/29 18:11:15 hawking Exp $
29
30 inherit python multilib
31
32 @@ -19,16 +19,16 @@
33
34 src_install() {
35 emake install PREFIX="${D}"/usr || die "make install failed"
36 - sed -i -e "s:${D}::" ${D}/usr/sbin/cpuspeedy
37 + sed -i -e "s:${D}::" "${D}"/usr/sbin/cpuspeedy
38 mv "${D}"/usr/share/doc/cpuspeedy "${D}"/usr/share/doc/${PF}
39 dodir /usr/share
40 mv "${D}"/usr/man "${D}"/usr/share
41 }
42
43 pkg_postinst() {
44 - python_mod_optimize "${ROOT}"usr/$(get_libdir)/${PN}
45 + python_mod_optimize /usr/$(get_libdir)/${PN}
46 }
47
48 pkg_postrm() {
49 - python_mod_cleanup "${ROOT}"usr/$(get_libdir)/${PN}
50 + python_mod_cleanup /usr/$(get_libdir)/${PN}
51 }
52
53
54
55 1.4 sys-power/cpuspeedy/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/cpuspeedy/ChangeLog?rev=1.4&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/cpuspeedy/ChangeLog?rev=1.4&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/cpuspeedy/ChangeLog?r1=1.3&r2=1.4
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/ChangeLog,v
64 retrieving revision 1.3
65 retrieving revision 1.4
66 diff -u -r1.3 -r1.4
67 --- ChangeLog 1 Feb 2007 11:31:14 -0000 1.3
68 +++ ChangeLog 29 May 2008 18:11:15 -0000 1.4
69 @@ -1,6 +1,9 @@
70 # ChangeLog for sys-power/cpuspeedy
71 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/ChangeLog,v 1.3 2007/02/01 11:31:14 dragonheart Exp $
73 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/ChangeLog,v 1.4 2008/05/29 18:11:15 hawking Exp $
75 +
76 + 29 May 2008; Ali Polatel <hawking@g.o> cpuspeedy-0.4.1.ebuild:
77 + python_mod_{cleanup,optimize} are ROOT aware. Quoting.
78
79 01 Feb 2007; Daniel Black <dragonheart@g.o> cpuspeedy-0.4.1.ebuild:
80 amd64 lib path compatible thanks to Jakub - bug #164809
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list