Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/latex2html: latex2html-2002.2.1_pre20041025-r1.ebuild ChangeLog
Date: Sun, 14 Oct 2007 21:08:16
Message-Id: E1IhAXD-0003hL-5b@stork.gentoo.org
1 aballier 07/10/14 20:58:03
2
3 Modified: latex2html-2002.2.1_pre20041025-r1.ebuild ChangeLog
4 Log:
5 variable quoting
6 (Portage version: 2.1.3.13)
7
8 Revision Changes Path
9 1.14 dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild?r1=1.13&r2=1.14
14
15 Index: latex2html-2002.2.1_pre20041025-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- latex2html-2002.2.1_pre20041025-r1.ebuild 11 Apr 2007 03:30:00 -0000 1.13
22 +++ latex2html-2002.2.1_pre20041025-r1.ebuild 14 Oct 2007 20:58:02 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild,v 1.13 2007/04/11 03:30:00 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild,v 1.14 2007/10/14 20:58:02 aballier Exp $
28
29 inherit eutils
30
31 @@ -34,7 +34,7 @@
32
33 src_unpack() {
34 unpack ${A}
35 - cd ${S}
36 + cd "${S}"
37 epatch "${FILESDIR}/${PN}-convert-length.patch" || die
38 epatch "${FILESDIR}/${PN}-perl_name.patch" || die
39 epatch "${FILESDIR}/${PN}-extract-major-version.patch" || die
40 @@ -84,7 +84,7 @@
41
42 # clean the perl scripts up to remove references to the sandbox
43 einfo "fixing sandbox references"
44 - einfo ${T}
45 + einfo "${T}"
46 dosed "s:${T}:/tmp:g" /usr/lib/latex2html/pstoimg.pl
47 dosed "s:${S}::g" /usr/lib/latex2html/latex2html.pl
48 dosed "s:${T}:/tmp:g" /usr/lib/latex2html/cfgcache.pm
49
50
51
52 1.40 dev-tex/latex2html/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latex2html/ChangeLog?rev=1.40&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latex2html/ChangeLog?rev=1.40&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/latex2html/ChangeLog?r1=1.39&r2=1.40
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v
61 retrieving revision 1.39
62 retrieving revision 1.40
63 diff -u -r1.39 -r1.40
64 --- ChangeLog 14 Oct 2007 20:54:44 -0000 1.39
65 +++ ChangeLog 14 Oct 2007 20:58:02 -0000 1.40
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-tex/latex2html
68 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.39 2007/10/14 20:54:44 aballier Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.40 2007/10/14 20:58:02 aballier Exp $
71 +
72 + 14 Oct 2007; Alexis Ballier <aballier@g.o>
73 + latex2html-2002.2.1_pre20041025-r1.ebuild:
74 + variable quoting
75
76 14 Oct 2007; Alexis Ballier <aballier@g.o>
77 -latex2html-2002.2.ebuild, -latex2html-2002.2.1_pre20041025.ebuild:
78
79
80
81 --
82 gentoo-commits@g.o mailing list