Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/griffith: ChangeLog griffith-0.9.3.1.ebuild griffith-0.9.5.ebuild griffith-0.9.2.ebuild
Date: Sat, 27 Oct 2007 12:38:53
Message-Id: E1IlkwB-0005GO-Tm@stork.gentoo.org
1 nelchael 07/10/27 12:38:47
2
3 Modified: ChangeLog griffith-0.9.3.1.ebuild
4 griffith-0.9.5.ebuild griffith-0.9.2.ebuild
5 Log:
6 Fix variable quoting.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.16 media-video/griffith/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 27 Oct 2007 12:35:24 -0000 1.15
23 +++ ChangeLog 27 Oct 2007 12:38:47 -0000 1.16
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-video/griffith
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.15 2007/10/27 12:35:24 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.16 2007/10/27 12:38:47 nelchael Exp $
29 +
30 + 27 Oct 2007; Krzysiek Pawlik <nelchael@g.o> griffith-0.9.2.ebuild,
31 + griffith-0.9.3.1.ebuild, griffith-0.9.5.ebuild:
32 + Fix variable quoting.
33
34 *griffith-0.9.5 (27 Oct 2007)
35
36
37
38
39 1.3 media-video/griffith/griffith-0.9.3.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild?r1=1.2&r2=1.3
44
45 Index: griffith-0.9.3.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- griffith-0.9.3.1.ebuild 27 Oct 2007 12:32:13 -0000 1.2
52 +++ griffith-0.9.3.1.ebuild 27 Oct 2007 12:38:47 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild,v 1.2 2007/10/27 12:32:13 nelchael Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild,v 1.3 2007/10/27 12:38:47 nelchael Exp $
58
59 inherit python
60
61 @@ -58,9 +58,9 @@
62 }
63
64 pkg_postinst() {
65 - python_mod_optimize ${ROOT}usr/share/${PN}/lib
66 + python_mod_optimize "${ROOT}usr/share/${PN}/lib"
67 }
68
69 pkg_postrm() {
70 - python_mod_cleanup ${ROOT}usr/share/${PN}/lib
71 + python_mod_cleanup "${ROOT}usr/share/${PN}/lib"
72 }
73
74
75
76 1.2 media-video/griffith/griffith-0.9.5.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild?r1=1.1&r2=1.2
81
82 Index: griffith-0.9.5.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- griffith-0.9.5.ebuild 27 Oct 2007 12:35:24 -0000 1.1
89 +++ griffith-0.9.5.ebuild 27 Oct 2007 12:38:47 -0000 1.2
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2007 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.1 2007/10/27 12:35:24 nelchael Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.2 2007/10/27 12:38:47 nelchael Exp $
95
96 inherit python
97
98 @@ -58,9 +58,9 @@
99 }
100
101 pkg_postinst() {
102 - python_mod_optimize ${ROOT}usr/share/${PN}/lib
103 + python_mod_optimize "${ROOT}usr/share/${PN}/lib"
104 }
105
106 pkg_postrm() {
107 - python_mod_cleanup ${ROOT}usr/share/${PN}/lib
108 + python_mod_cleanup "${ROOT}usr/share/${PN}/lib"
109 }
110
111
112
113 1.7 media-video/griffith/griffith-0.9.2.ebuild
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild?rev=1.7&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild?rev=1.7&content-type=text/plain
117 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild?r1=1.6&r2=1.7
118
119 Index: griffith-0.9.2.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild,v
122 retrieving revision 1.6
123 retrieving revision 1.7
124 diff -u -r1.6 -r1.7
125 --- griffith-0.9.2.ebuild 27 Oct 2007 12:32:13 -0000 1.6
126 +++ griffith-0.9.2.ebuild 27 Oct 2007 12:38:47 -0000 1.7
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2007 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild,v 1.6 2007/10/27 12:32:13 nelchael Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild,v 1.7 2007/10/27 12:38:47 nelchael Exp $
132
133 inherit python
134
135 @@ -53,9 +53,9 @@
136 }
137
138 pkg_postinst() {
139 - python_mod_optimize ${ROOT}usr/share/${PN}/lib
140 + python_mod_optimize "${ROOT}usr/share/${PN}/lib"
141 }
142
143 pkg_postrm() {
144 - python_mod_cleanup ${ROOT}usr/share/${PN}/lib
145 + python_mod_cleanup "${ROOT}usr/share/${PN}/lib"
146 }
147
148
149
150 --
151 gentoo-commits@g.o mailing list