Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/abs-guide: abs-guide-5.0.ebuild ChangeLog
Date: Sun, 09 Sep 2007 13:28:15
Message-Id: E1IUMj2-0000Ln-PJ@stork.gentoo.org
1 dirtyepic 07/09/09 13:21:20
2
3 Modified: abs-guide-5.0.ebuild ChangeLog
4 Log:
5 Mirror the tarball ourselves since upstream likes changing it without
6 updating the version number. Bug #191224 by David Leverton
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.8 app-doc/abs-guide/abs-guide-5.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/abs-guide-5.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/abs-guide-5.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/abs-guide-5.0.ebuild?r1=1.7&r2=1.8
15
16 Index: abs-guide-5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- abs-guide-5.0.ebuild 15 Aug 2007 21:24:51 -0000 1.7
23 +++ abs-guide-5.0.ebuild 9 Sep 2007 13:21:20 -0000 1.8
24 @@ -1,10 +1,13 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.0.ebuild,v 1.7 2007/08/15 21:24:51 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.0.ebuild,v 1.8 2007/09/09 13:21:20 dirtyepic Exp $
29
30 DESCRIPTION="An advanced reference and a tutorial on bash shell scripting"
31 -SRC_URI="http://personal.riverusers.com/~thegrendel/${P}.tar.bz2"
32 HOMEPAGE="http://www.tldp.org/LDP/abs/html"
33 +
34 +# Upstream likes to repackage the tarball without changing the name.
35 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
36 +
37 S="${WORKDIR}"
38
39 IUSE=""
40
41
42
43 1.51 app-doc/abs-guide/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/ChangeLog?rev=1.51&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/ChangeLog?rev=1.51&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/abs-guide/ChangeLog?r1=1.50&r2=1.51
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v
52 retrieving revision 1.50
53 retrieving revision 1.51
54 diff -u -r1.50 -r1.51
55 --- ChangeLog 15 Aug 2007 21:24:51 -0000 1.50
56 +++ ChangeLog 9 Sep 2007 13:21:20 -0000 1.51
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-doc/abs-guide
59 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.50 2007/08/15 21:24:51 dertobi123 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.51 2007/09/09 13:21:20 dirtyepic Exp $
62 +
63 + 09 Sep 2007; Ryan Hill <dirtyepic@g.o> abs-guide-5.0.ebuild:
64 + Mirror the tarball ourselves since upstream likes changing it without
65 + updating the version number. Bug #191224 by David Leverton
66
67 15 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
68 abs-guide-5.0.ebuild:
69
70
71
72 --
73 gentoo-commits@g.o mailing list