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-strategy/lightyears: lightyears-1.2a.ebuild ChangeLog
Date: Fri, 28 Mar 2008 12:22:46
Message-Id: E1JfDbX-00078I-2g@stork.gentoo.org
1 nyhm 08/03/28 12:22:43
2
3 Modified: lightyears-1.2a.ebuild ChangeLog
4 Log:
5 Fix python eclass usage
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 games-strategy/lightyears/lightyears-1.2a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/lightyears/lightyears-1.2a.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/lightyears/lightyears-1.2a.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/lightyears/lightyears-1.2a.ebuild?r1=1.4&r2=1.5
14
15 Index: lightyears-1.2a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.2a.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- lightyears-1.2a.ebuild 29 May 2007 22:35:37 -0000 1.4
22 +++ lightyears-1.2a.ebuild 28 Mar 2008 12:22:42 -0000 1.5
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/games-strategy/lightyears/lightyears-1.2a.ebuild,v 1.4 2007/05/29 22:35:37 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.2a.ebuild,v 1.5 2008/03/28 12:22:42 nyhm Exp $
29
30 inherit eutils python games
31
32 @@ -56,8 +56,8 @@
33 }
34
35 pkg_postinst() {
36 + python_mod_optimize "${ROOT}$(games_get_libdir)/${PN}"
37 games_pkg_postinst
38 - python_mod_optimize "$(games_get_libdir)/${PN}"
39 }
40
41 pkg_postrm() {
42
43
44
45 1.5 games-strategy/lightyears/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/lightyears/ChangeLog?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/lightyears/ChangeLog?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/lightyears/ChangeLog?r1=1.4&r2=1.5
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- ChangeLog 29 May 2007 22:35:37 -0000 1.4
58 +++ ChangeLog 28 Mar 2008 12:22:42 -0000 1.5
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-strategy/lightyears
61 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.4 2007/05/29 22:35:37 nyhm Exp $
63 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.5 2008/03/28 12:22:42 nyhm Exp $
65 +
66 + 28 Mar 2008; Tristan Heaven <nyhm@g.o> lightyears-1.2a.ebuild:
67 + Fix python eclass usage
68
69 29 May 2007; Tristan Heaven <nyhm@g.o> lightyears-1.2a.ebuild:
70 Byte compile .py files for some speedup, bug #180191
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list