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/tex4ht: ChangeLog tex4ht-20050406_p1623-r1.ebuild tex4ht-20050701_p1825.ebuild
Date: Tue, 30 Oct 2007 17:57:44
Message-Id: E1ImvLN-00074c-22@stork.gentoo.org
1 aballier 07/10/30 17:57:37
2
3 Modified: ChangeLog tex4ht-20050406_p1623-r1.ebuild
4 tex4ht-20050701_p1825.ebuild
5 Log:
6 quote variables
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.13 dev-tex/tex4ht/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tex4ht/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tex4ht/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tex4ht/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 30 Oct 2007 17:51:23 -0000 1.12
23 +++ ChangeLog 30 Oct 2007 17:57:36 -0000 1.13
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-tex/tex4ht
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/ChangeLog,v 1.12 2007/10/30 17:51:23 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/ChangeLog,v 1.13 2007/10/30 17:57:36 aballier Exp $
29 +
30 + 30 Oct 2007; Alexis Ballier <aballier@g.o>
31 + tex4ht-20050406_p1623-r1.ebuild, tex4ht-20050701_p1825.ebuild:
32 + quote variables
33
34 *tex4ht-20071024_p0140 (30 Oct 2007)
35
36
37
38
39 1.7 dev-tex/tex4ht/tex4ht-20050406_p1623-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tex4ht/tex4ht-20050406_p1623-r1.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tex4ht/tex4ht-20050406_p1623-r1.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tex4ht/tex4ht-20050406_p1623-r1.ebuild?r1=1.6&r2=1.7
44
45 Index: tex4ht-20050406_p1623-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20050406_p1623-r1.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- tex4ht-20050406_p1623-r1.ebuild 13 Mar 2007 08:00:20 -0000 1.6
52 +++ tex4ht-20050406_p1623-r1.ebuild 30 Oct 2007 17:57:36 -0000 1.7
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/dev-tex/tex4ht/tex4ht-20050406_p1623-r1.ebuild,v 1.6 2007/03/13 08:00:20 nattfodd Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20050406_p1623-r1.ebuild,v 1.7 2007/10/30 17:57:36 aballier Exp $
58
59 inherit latex-package toolchain-funcs
60
61 @@ -27,7 +27,7 @@
62 src_unpack() {
63
64 unpack ${A}
65 - cd ${S}/texmf/tex4ht/base/unix
66 + cd "${S}/texmf/tex4ht/base/unix"
67 sed -i -e \
68 's#~/tex4ht.dir#/usr/share#' tex4ht.env || die
69 sed -i -e \
70 @@ -37,7 +37,7 @@
71
72 src_compile() {
73
74 - cd ${S}/src/
75 + cd "${S}/src/"
76 einfo "Compiling postprocessor sources..."
77 for f in tex4ht t4ht htcmd ; do
78 $(tc-getCC) -o $f $f.c \
79 @@ -51,26 +51,26 @@
80 src_install () {
81
82 # install the binaries
83 - dobin ${S}/src/tex4ht ${S}/src/t4ht ${S}/src/htcmd
84 - dobin ${S}/bin/unix/*
85 + dobin "${S}/src/tex4ht" "${S}/src/t4ht" "${S}/src/htcmd"
86 + dobin "${S}"/bin/unix/*
87
88 # install the .4ht scripts
89 insinto /usr/share/texmf/tex/generic/tex4ht
90 - doins ${S}/texmf/tex/generic/tex4ht/*
91 + doins "${S}"/texmf/tex/generic/tex4ht/*
92
93 # install the special htf fonts
94 dodir /usr/share/texmf/tex4ht
95 - cp -pPR ${S}/texmf/tex4ht/ht-fonts ${D}/usr/share/texmf/tex4ht
96 + cp -pPR "${S}/texmf/tex4ht/ht-fonts" "${D}/usr/share/texmf/tex4ht"
97
98 # install the env file
99 insinto /usr/share/texmf/tex4ht/base
100 - newins ${S}/texmf/tex4ht/base/unix/tex4ht.env tex4ht.env
101 + newins "${S}/texmf/tex4ht/base/unix/tex4ht.env" tex4ht.env
102
103 # this dir is 700 in the zip
104 fperms 755 /usr/share/texmf/tex4ht/ht-fonts
105
106 if has_tetex_3 ; then
107 insinto /etc/texmf/texmf.d
108 - doins ${FILESDIR}/50tex4ht.cnf
109 + doins "${FILESDIR}/50tex4ht.cnf"
110 fi
111 }
112
113
114
115 1.5 dev-tex/tex4ht/tex4ht-20050701_p1825.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tex4ht/tex4ht-20050701_p1825.ebuild?rev=1.5&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tex4ht/tex4ht-20050701_p1825.ebuild?rev=1.5&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/tex4ht/tex4ht-20050701_p1825.ebuild?r1=1.4&r2=1.5
120
121 Index: tex4ht-20050701_p1825.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20050701_p1825.ebuild,v
124 retrieving revision 1.4
125 retrieving revision 1.5
126 diff -u -r1.4 -r1.5
127 --- tex4ht-20050701_p1825.ebuild 13 Mar 2007 08:00:20 -0000 1.4
128 +++ tex4ht-20050701_p1825.ebuild 30 Oct 2007 17:57:36 -0000 1.5
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2007 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20050701_p1825.ebuild,v 1.4 2007/03/13 08:00:20 nattfodd Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20050701_p1825.ebuild,v 1.5 2007/10/30 17:57:36 aballier Exp $
134
135 inherit latex-package toolchain-funcs
136
137 @@ -28,7 +28,7 @@
138 src_unpack() {
139
140 unpack ${A}
141 - cd ${S}/texmf/tex4ht/base/unix
142 + cd "${S}/texmf/tex4ht/base/unix"
143 sed -i -e \
144 's#~/tex4ht.dir#/usr/share#' tex4ht.env || die
145 sed -i -e \
146 @@ -38,7 +38,7 @@
147
148 src_compile() {
149
150 - cd ${S}/src/
151 + cd "${S}/src/"
152 einfo "Compiling postprocessor sources..."
153 for f in tex4ht t4ht htcmd ; do
154 $(tc-getCC) -o $f $f.c \
155 @@ -52,23 +52,23 @@
156 src_install () {
157
158 # install the binaries
159 - dobin ${S}/src/tex4ht ${S}/src/t4ht ${S}/src/htcmd
160 - dobin ${S}/bin/unix/*
161 + dobin "${S}/src/tex4ht" "${S}/src/t4ht" "${S}/src/htcmd"
162 + dobin "${S}"/bin/unix/*
163
164 # install the .4ht scripts
165 insinto /usr/share/texmf/tex/generic/tex4ht
166 - doins ${S}/texmf/tex/generic/tex4ht/*
167 + doins "${S}"/texmf/tex/generic/tex4ht/*
168
169 # install the special htf fonts
170 dodir /usr/share/texmf/tex4ht
171 - cp -pPR ${S}/texmf/tex4ht/ht-fonts ${D}/usr/share/texmf/tex4ht
172 + cp -pPR "${S}/texmf/tex4ht/ht-fonts" "${D}/usr/share/texmf/tex4ht"
173
174 # install the env file
175 insinto /usr/share/texmf/tex4ht/base
176 - newins ${S}/texmf/tex4ht/base/unix/tex4ht.env tex4ht.env
177 + newins "${S}/texmf/tex4ht/base/unix/tex4ht.env" tex4ht.env
178
179 if has_tetex_3 ; then
180 insinto /etc/texmf/texmf.d
181 - doins ${FILESDIR}/50tex4ht.cnf || die
182 + doins "${FILESDIR}/50tex4ht.cnf" || die
183 fi
184 }
185
186
187
188 --
189 gentoo-commits@g.o mailing list