Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@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: Fri, 28 Mar 2008 12:14:24
Message-Id: E1JfDTN-0006y8-K9@stork.gentoo.org
1 nyhm 08/03/28 12:14:17
2
3 Modified: whichwayisup-0.7.0.ebuild whichwayisup-0.7.9.ebuild
4 ChangeLog
5 Log:
6 Fix python eclass usage
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.9 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.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild?r1=1.8&r2=1.9
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.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- whichwayisup-0.7.0.ebuild 29 Feb 2008 18:52:02 -0000 1.8
23 +++ whichwayisup-0.7.0.ebuild 28 Mar 2008 12:14:17 -0000 1.9
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.8 2008/02/29 18:52:02 carlo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.0.ebuild,v 1.9 2008/03/28 12:14:17 nyhm Exp $
29
30 NEED_PYTHON="2.4"
31
32 @@ -49,7 +49,7 @@
33 }
34
35 pkg_postinst() {
36 - python_mod_optimize "$(games_get_libdir)/${PN}"
37 + python_mod_optimize "${ROOT}$(games_get_libdir)/${PN}"
38 games_pkg_postinst
39 }
40
41
42
43
44 1.3 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.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild?r1=1.2&r2=1.3
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.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- whichwayisup-0.7.9.ebuild 29 Feb 2008 18:52:02 -0000 1.2
57 +++ whichwayisup-0.7.9.ebuild 28 Mar 2008 12:14:17 -0000 1.3
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.2 2008/02/29 18:52:02 carlo Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v 1.3 2008/03/28 12:14:17 nyhm Exp $
63
64 NEED_PYTHON="2.4"
65
66 @@ -31,7 +31,7 @@
67 sed -i -e "s:data_dir\ =\ .*:data_dir\ =\ \"${GAMES_DATADIR}/${PN}\":" \
68 lib/data.py || die "Changing data path failed"
69 rm data/pictures/Thumbs.db
70 - }
71 +}
72
73 src_install() {
74 newgamesbin run_game.py ${PN} || die "newgamesbin failed"
75 @@ -50,7 +50,7 @@
76 }
77
78 pkg_postinst() {
79 - python_mod_optimize "$(games_get_libdir)/${PN}"
80 + python_mod_optimize "${ROOT}$(games_get_libdir)/${PN}"
81 games_pkg_postinst
82 }
83
84
85
86
87 1.9 games-arcade/whichwayisup/ChangeLog
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/ChangeLog?rev=1.9&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/ChangeLog?rev=1.9&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/whichwayisup/ChangeLog?r1=1.8&r2=1.9
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v
96 retrieving revision 1.8
97 retrieving revision 1.9
98 diff -u -r1.8 -r1.9
99 --- ChangeLog 29 Feb 2008 18:52:02 -0000 1.8
100 +++ ChangeLog 28 Mar 2008 12:14:17 -0000 1.9
101 @@ -1,6 +1,10 @@
102 # ChangeLog for games-arcade/whichwayisup
103 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v 1.8 2008/02/29 18:52:02 carlo Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/ChangeLog,v 1.9 2008/03/28 12:14:17 nyhm Exp $
106 +
107 + 28 Mar 2008; Tristan Heaven <nyhm@g.o> whichwayisup-0.7.0.ebuild,
108 + whichwayisup-0.7.9.ebuild:
109 + Fix python eclass usage
110
111 29 Feb 2008; Carsten Lohrke <carlo@g.o> whichwayisup-0.7.0.ebuild,
112 whichwayisup-0.7.9.ebuild:
113
114
115
116 --
117 gentoo-commits@l.g.o mailing list