Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: revelation-0.4.11.ebuild ChangeLog
Date: Thu, 29 May 2008 18:20:29
Message-Id: E1K1mjf-0001YN-FF@stork.gentoo.org
1 hawking 08/05/29 18:20:23
2
3 Modified: revelation-0.4.11.ebuild ChangeLog
4 Log:
5 python_mod_optimize is ROOT aware.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.8 x11-misc/revelation/revelation-0.4.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild?r1=1.7&r2=1.8
14
15 Index: revelation-0.4.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- revelation-0.4.11.ebuild 24 Mar 2008 11:30:14 -0000 1.7
22 +++ revelation-0.4.11.ebuild 29 May 2008 18:20:23 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.7 2008/03/24 11:30:14 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.8 2008/05/29 18:20:23 hawking Exp $
28
29 inherit multilib python gnome2
30
31 @@ -38,7 +38,7 @@
32 pkg_postinst() {
33 gnome2_pkg_postinst
34 python_version
35 - python_mod_optimize "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
36 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
37 }
38
39 pkg_postrm() {
40
41
42
43 1.10 x11-misc/revelation/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.10&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.10&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.9&r2=1.10
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
52 retrieving revision 1.9
53 retrieving revision 1.10
54 diff -u -r1.9 -r1.10
55 --- ChangeLog 24 Mar 2008 11:30:14 -0000 1.9
56 +++ ChangeLog 29 May 2008 18:20:23 -0000 1.10
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-misc/revelation
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.9 2008/03/24 11:30:14 nyhm Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.10 2008/05/29 18:20:23 hawking Exp $
62 +
63 + 29 May 2008; Ali Polatel <hawking@g.o> revelation-0.4.11.ebuild:
64 + python_mod_optimize is ROOT aware.
65
66 24 Mar 2008; Tristan Heaven <nyhm@g.o> revelation-0.4.11.ebuild:
67 Fix python eclass usage
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list