Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/abcde: abcde-2.3.0.ebuild abcde-2.3.3-r1.ebuild abcde-2.3.3.ebuild abcde-2.3.99.7_p235.ebuild abcde-2.3.99.7_p235-r2.ebuild ChangeLog
Date: Sat, 10 Jan 2009 10:59:16
Message-Id: E1LLbYg-0005pg-1d@stork.gentoo.org
1 beandog 09/01/10 10:59:14
2
3 Modified: abcde-2.3.0.ebuild abcde-2.3.3-r1.ebuild
4 abcde-2.3.3.ebuild abcde-2.3.99.7_p235.ebuild
5 abcde-2.3.99.7_p235-r2.ebuild ChangeLog
6 Log:
7 Update homepage (bug 253592), mirror files on gentoo, quote variables
8 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
9
10 Revision Changes Path
11 1.8 media-sound/abcde/abcde-2.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.0.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.0.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.0.ebuild?r1=1.7&r2=1.8
16
17 Index: abcde-2.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.0.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- abcde-2.3.0.ebuild 13 Jan 2007 08:46:13 -0000 1.7
24 +++ abcde-2.3.0.ebuild 10 Jan 2009 10:59:13 -0000 1.8
25 @@ -1,12 +1,12 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.0.ebuild,v 1.7 2007/01/13 08:46:13 beandog Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.0.ebuild,v 1.8 2009/01/10 10:59:13 beandog Exp $
31
32 inherit eutils
33
34 DESCRIPTION="a better cd encoder"
35 -HOMEPAGE="http://www.hispalinux.es/~data/abcde.php"
36 -SRC_URI="http://www.hispalinux.es/~data/files/${PN}_${PV}.orig.tar.gz"
37 +HOMEPAGE="http://code.google.com/p/abcde/"
38 +SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 @@ -23,13 +23,13 @@
43
44 src_unpack() {
45 unpack ${A}
46 - cd ${S}
47 + cd "${S}"
48 sed -i 's:/etc/abcde.conf:/etc/abcde/abcde.conf:g' abcde
49 sed -i 's:/etc:/etc/abcde/:g' Makefile
50 }
51
52 src_install() {
53 dodir /etc/abcde
54 - make DESTDIR=${D} install || die "make install failed"
55 + make DESTDIR="${D}" install || die "make install failed"
56 dodoc README TODO changelog
57 }
58
59
60
61 1.3 media-sound/abcde/abcde-2.3.3-r1.ebuild
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.3-r1.ebuild?rev=1.3&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.3-r1.ebuild?rev=1.3&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.3-r1.ebuild?r1=1.2&r2=1.3
66
67 Index: abcde-2.3.3-r1.ebuild
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.3-r1.ebuild,v
70 retrieving revision 1.2
71 retrieving revision 1.3
72 diff -u -r1.2 -r1.3
73 --- abcde-2.3.3-r1.ebuild 30 Aug 2007 01:44:49 -0000 1.2
74 +++ abcde-2.3.3-r1.ebuild 10 Jan 2009 10:59:13 -0000 1.3
75 @@ -1,10 +1,10 @@
76 -# Copyright 1999-2007 Gentoo Foundation
77 +# Copyright 1999-2009 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.3-r1.ebuild,v 1.2 2007/08/30 01:44:49 beandog Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.3-r1.ebuild,v 1.3 2009/01/10 10:59:13 beandog Exp $
81
82 DESCRIPTION="A Better CD Encoder"
83 -HOMEPAGE="http://www.hispalinux.es/~data/abcde.php"
84 -SRC_URI="http://www.hispalinux.es/~data/files/${PN}_${PV}.orig.tar.gz"
85 +HOMEPAGE="http://code.google.com/p/abcde/"
86 +SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz"
87
88 LICENSE="GPL-2"
89 SLOT="0"
90 @@ -28,13 +28,13 @@
91
92 src_unpack() {
93 unpack ${A}
94 - cd ${S}
95 + cd "${S}"
96 sed -i 's:/etc/abcde.conf:/etc/abcde/abcde.conf:g' abcde
97 sed -i 's:/etc:/etc/abcde/:g' Makefile
98 }
99
100 src_install() {
101 dodir /etc/abcde
102 - make DESTDIR=${D} install || die "make install failed"
103 + make DESTDIR="${D}" install || die "make install failed"
104 dodoc README TODO changelog
105 }
106
107
108
109 1.4 media-sound/abcde/abcde-2.3.3.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.3.ebuild?rev=1.4&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.3.ebuild?rev=1.4&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.3.ebuild?r1=1.3&r2=1.4
114
115 Index: abcde-2.3.3.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.3.ebuild,v
118 retrieving revision 1.3
119 retrieving revision 1.4
120 diff -u -r1.3 -r1.4
121 --- abcde-2.3.3.ebuild 13 Jan 2007 08:46:13 -0000 1.3
122 +++ abcde-2.3.3.ebuild 10 Jan 2009 10:59:13 -0000 1.4
123 @@ -1,12 +1,12 @@
124 -# Copyright 1999-2007 Gentoo Foundation
125 +# Copyright 1999-2009 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.3.ebuild,v 1.3 2007/01/13 08:46:13 beandog Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.3.ebuild,v 1.4 2009/01/10 10:59:13 beandog Exp $
129
130 #inherit eutils
131
132 DESCRIPTION="a better cd encoder"
133 -HOMEPAGE="http://www.hispalinux.es/~data/abcde.php"
134 -SRC_URI="http://www.hispalinux.es/~data/files/${PN}_${PV}.orig.tar.gz"
135 +HOMEPAGE="http://code.google.com/p/abcde/"
136 +SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz"
137
138 LICENSE="GPL-2"
139 SLOT="0"
140 @@ -23,13 +23,13 @@
141
142 src_unpack() {
143 unpack ${A}
144 - cd ${S}
145 + cd "${S}"
146 sed -i 's:/etc/abcde.conf:/etc/abcde/abcde.conf:g' abcde
147 sed -i 's:/etc:/etc/abcde/:g' Makefile
148 }
149
150 src_install() {
151 dodir /etc/abcde
152 - make DESTDIR=${D} install || die "make install failed"
153 + make DESTDIR="${D}" install || die "make install failed"
154 dodoc README TODO changelog
155 }
156
157
158
159 1.8 media-sound/abcde/abcde-2.3.99.7_p235.ebuild
160
161 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235.ebuild?rev=1.8&view=markup
162 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235.ebuild?rev=1.8&content-type=text/plain
163 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235.ebuild?r1=1.7&r2=1.8
164
165 Index: abcde-2.3.99.7_p235.ebuild
166 ===================================================================
167 RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235.ebuild,v
168 retrieving revision 1.7
169 retrieving revision 1.8
170 diff -u -r1.7 -r1.8
171 --- abcde-2.3.99.7_p235.ebuild 27 Nov 2007 14:25:16 -0000 1.7
172 +++ abcde-2.3.99.7_p235.ebuild 10 Jan 2009 10:59:13 -0000 1.8
173 @@ -1,13 +1,13 @@
174 -# Copyright 1999-2007 Gentoo Foundation
175 +# Copyright 1999-2009 Gentoo Foundation
176 # Distributed under the terms of the GNU General Public License v2
177 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235.ebuild,v 1.7 2007/11/27 14:25:16 armin76 Exp $
178 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235.ebuild,v 1.8 2009/01/10 10:59:13 beandog Exp $
179
180 DESCRIPTION="A Better CD Encoder"
181 -HOMEPAGE="http://www.hispalinux.es/~data/abcde.php"
182 +HOMEPAGE="http://code.google.com/p/abcde/"
183 SRC_URI="mirror://gentoo/${P}.tar.bz2"
184
185 MY_PV=${P/_p235/}
186 -S=${WORKDIR}/${MY_PV}
187 +S="${WORKDIR}"/${MY_PV}
188
189 LICENSE="GPL-2"
190 SLOT="0"
191
192
193
194 1.2 media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild
195
196 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild?rev=1.2&view=markup
197 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild?rev=1.2&content-type=text/plain
198 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild?r1=1.1&r2=1.2
199
200 Index: abcde-2.3.99.7_p235-r2.ebuild
201 ===================================================================
202 RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild,v
203 retrieving revision 1.1
204 retrieving revision 1.2
205 diff -u -r1.1 -r1.2
206 --- abcde-2.3.99.7_p235-r2.ebuild 14 Apr 2008 03:15:23 -0000 1.1
207 +++ abcde-2.3.99.7_p235-r2.ebuild 10 Jan 2009 10:59:13 -0000 1.2
208 @@ -1,13 +1,13 @@
209 -# Copyright 1999-2008 Gentoo Foundation
210 +# Copyright 1999-2009 Gentoo Foundation
211 # Distributed under the terms of the GNU General Public License v2
212 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild,v 1.1 2008/04/14 03:15:23 beandog Exp $
213 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild,v 1.2 2009/01/10 10:59:13 beandog Exp $
214
215 DESCRIPTION="A Better CD Encoder"
216 -HOMEPAGE="http://www.hispalinux.es/~data/abcde.php"
217 +HOMEPAGE="http://code.google.com/p/abcde/"
218 SRC_URI="mirror://gentoo/${P}.tar.bz2"
219
220 MY_PV=${P/_p235/}
221 -S="${WORKDIR}/${MY_PV}"
222 +S="${WORKDIR}"/${MY_PV}
223
224 LICENSE="GPL-2"
225 SLOT="0"
226
227
228
229 1.41 media-sound/abcde/ChangeLog
230
231 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/ChangeLog?rev=1.41&view=markup
232 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/ChangeLog?rev=1.41&content-type=text/plain
233 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/ChangeLog?r1=1.40&r2=1.41
234
235 Index: ChangeLog
236 ===================================================================
237 RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v
238 retrieving revision 1.40
239 retrieving revision 1.41
240 diff -u -r1.40 -r1.41
241 --- ChangeLog 14 Apr 2008 03:15:23 -0000 1.40
242 +++ ChangeLog 10 Jan 2009 10:59:13 -0000 1.41
243 @@ -1,6 +1,11 @@
244 # ChangeLog for media-sound/abcde
245 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
246 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.40 2008/04/14 03:15:23 beandog Exp $
247 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
248 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.41 2009/01/10 10:59:13 beandog Exp $
249 +
250 + 10 Jan 2009; Steve Dibb <beandog@g.o> abcde-2.3.0.ebuild,
251 + abcde-2.3.3.ebuild, abcde-2.3.3-r1.ebuild, abcde-2.3.99.7_p235.ebuild,
252 + abcde-2.3.99.7_p235-r2.ebuild:
253 + Update homepage (bug 253592), mirror files on gentoo, quote variables
254
255 *abcde-2.3.99.7_p235-r2 (14 Apr 2008)