Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/whichwayisup: whichwayisup-0.7.0.ebuild whichwayisup-0.7.9.ebuild ChangeLog
Date: Thu, 29 May 2008 16:52:30
Message-Id: E1K1lMW-00074V-Pc@stork.gentoo.org
1 hawking 08/05/29 16:52:24
2
3 Modified: whichwayisup-0.7.0.ebuild whichwayisup-0.7.9.ebuild
4 ChangeLog
5 Log:
6 python_mod_optimize is ROOT aware.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.10 games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild?r1=1.9&r2=1.10
15
16 Index: whichwayisup-0.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- whichwayisup-0.7.0.ebuild 28 Mar 2008 12:14:17 -0000 1.9
23 +++ whichwayisup-0.7.0.ebuild 29 May 2008 16:52:24 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild,v 1.9 2008/03/28 12:14:17 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild,v 1.10 2008/05/29 16:52:24 hawking Exp $
29
30 NEED_PYTHON="2.4"
31
32 @@ -49,7 +49,7 @@
33 }
34
35 pkg_postinst() {
36 - python_mod_optimize "${ROOT}$(games_get_libdir)/${PN}"
37 + python_mod_optimize "$(games_get_libdir)/${PN}"
38 games_pkg_postinst
39 }
40
41
42
43
44 1.4 games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild?r1=1.3&r2=1.4
49
50 Index: whichwayisup-0.7.9.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- whichwayisup-0.7.9.ebuild 28 Mar 2008 12:14:17 -0000 1.3
57 +++ whichwayisup-0.7.9.ebuild 29 May 2008 16:52:24 -0000 1.4
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v 1.3 2008/03/28 12:14:17 nyhm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v 1.4 2008/05/29 16:52:24 hawking Exp $
63
64 NEED_PYTHON="2.4"
65
66 @@ -50,7 +50,7 @@
67 }
68
69 pkg_postinst() {
70 - python_mod_optimize "${ROOT}$(games_get_libdir)/${PN}"
71 + python_mod_optimize "$(games_get_libdir)/${PN}"
72 games_pkg_postinst
73 }
74
75
76
77
78 1.10 games-arcade/whichwayisup/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/ChangeLog?rev=1.10&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/ChangeLog?rev=1.10&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/ChangeLog?r1=1.9&r2=1.10
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v
87 retrieving revision 1.9
88 retrieving revision 1.10
89 diff -u -r1.9 -r1.10
90 --- ChangeLog 28 Mar 2008 12:14:17 -0000 1.9
91 +++ ChangeLog 29 May 2008 16:52:24 -0000 1.10
92 @@ -1,6 +1,10 @@
93 # ChangeLog for games-arcade/whichwayisup
94 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v 1.9 2008/03/28 12:14:17 nyhm Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v 1.10 2008/05/29 16:52:24 hawking Exp $
97 +
98 + 29 May 2008; Ali Polatel <hawking@g.o> whichwayisup-0.7.0.ebuild,
99 + whichwayisup-0.7.9.ebuild:
100 + python_mod_optimize is ROOT aware.
101
102 28 Mar 2008; Tristan Heaven <nyhm@g.o> whichwayisup-0.7.0.ebuild,
103 whichwayisup-0.7.9.ebuild:
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list