Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/griffith: griffith-0.9.5.ebuild ChangeLog
Date: Thu, 29 May 2008 17:29:01
Message-Id: E1K1lvr-0004H1-T6@stork.gentoo.org
1 hawking 08/05/29 17:28:55
2
3 Modified: griffith-0.9.5.ebuild ChangeLog
4 Log:
5 python_mod_{cleanup,optimize} is ROOT aware.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.8 media-video/griffith/griffith-0.9.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild?r1=1.7&r2=1.8
14
15 Index: griffith-0.9.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- griffith-0.9.5.ebuild 4 May 2008 14:11:19 -0000 1.7
22 +++ griffith-0.9.5.ebuild 29 May 2008 17:28:55 -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/media-video/griffith/griffith-0.9.5.ebuild,v 1.7 2008/05/04 14:11:19 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.8 2008/05/29 17:28:55 hawking Exp $
28
29 inherit python
30
31 @@ -58,9 +58,9 @@
32 }
33
34 pkg_postinst() {
35 - python_mod_optimize "${ROOT}usr/share/${PN}/lib"
36 + python_mod_optimize /usr/share/${PN}/lib
37 }
38
39 pkg_postrm() {
40 - python_mod_cleanup "${ROOT}usr/share/${PN}/lib"
41 + python_mod_cleanup /usr/share/${PN}/lib
42 }
43
44
45
46 1.22 media-video/griffith/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.22&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.22&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?r1=1.21&r2=1.22
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
55 retrieving revision 1.21
56 retrieving revision 1.22
57 diff -u -r1.21 -r1.22
58 --- ChangeLog 4 May 2008 14:11:19 -0000 1.21
59 +++ ChangeLog 29 May 2008 17:28:55 -0000 1.22
60 @@ -1,6 +1,9 @@
61 # ChangeLog for media-video/griffith
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.21 2008/05/04 14:11:19 drac Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.22 2008/05/29 17:28:55 hawking Exp $
65 +
66 + 29 May 2008; Ali Polatel <hawking@g.o> griffith-0.9.5.ebuild:
67 + python_mod_{cleanup,optimize} is ROOT aware.
68
69 04 May 2008; Samuli Suominen <drac@g.o> griffith-0.9.5.ebuild:
70 Use berlios mirrors:// wrt #218657
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list