Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/texlive/2011/texlive-core: 030_all_installedscripts.patch 040_all_texmfdirs.patch 080_all_a2ping_invocation.patch series
Date: Thu, 28 Jul 2011 05:30:06
Message-Id: 20110728052955.0843E2004B@flycatcher.gentoo.org
1 aballier 11/07/28 05:29:55
2
3 Added: 030_all_installedscripts.patch
4 040_all_texmfdirs.patch
5 080_all_a2ping_invocation.patch series
6 Log:
7 add patches for 2011
8
9 Revision Changes Path
10 1.1 src/patchsets/texlive/2011/texlive-core/030_all_installedscripts.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2011/texlive-core/030_all_installedscripts.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2011/texlive-core/030_all_installedscripts.patch?rev=1.1&content-type=text/plain
14
15 Index: 030_all_installedscripts.patch
16 ===================================================================
17 Index: texlive-20110705-source/texk/texlive/linked_scripts/Makefile.in
18 ===================================================================
19 --- texlive-20110705-source.orig/texk/texlive/linked_scripts/Makefile.in
20 +++ texlive-20110705-source/texk/texlive/linked_scripts/Makefile.in
21 @@ -166,99 +166,49 @@ bin_SCRIPTS =
22 # dangling symlinks produced by `make install'.
23 # The instances in texmf* are the masters (except when it is CTAN).
24 #
25 -texmf_scriptsdir = ${prefix}/texmf/scripts
26 +texmf_scriptsdir = ${prefix}/share/texmf/scripts
27 texmf_shell_scripts = \
28 - simpdftex/simpdftex
29 +
30
31 texmf_other_scripts = \
32 a2ping/a2ping.pl \
33 tetex/e2pall.pl \
34 tetex/texdoctk.pl \
35 texdoc/texdoc.tlu \
36 - texlive/rungs.tlu \
37 - texlive/tlmgr.pl
38 +
39
40 nobase_dist_texmf_scripts_SCRIPTS = \
41 $(texmf_shell_scripts) \
42 $(texmf_other_scripts)
43
44 -texmf_dist_scriptsdir = ${prefix}/texmf-dist/scripts
45 +texmf_dist_scriptsdir = ${prefix}/share/texmf-dist/scripts
46 texmf_dist_shell_scripts = \
47 - bibexport/bibexport.sh \
48 installfont/installfont-tl \
49 listings-ext/listings-ext.sh \
50 - pdfjam/pdf180 \
51 - pdfjam/pdf270 \
52 - pdfjam/pdf90 \
53 - pdfjam/pdfbook \
54 - pdfjam/pdfflip \
55 - pdfjam/pdfjam \
56 - pdfjam/pdfjam-pocketmod \
57 - pdfjam/pdfjam-slides3up \
58 - pdfjam/pdfjam-slides6up \
59 - pdfjam/pdfjoin \
60 - pdfjam/pdfnup \
61 - pdfjam/pdfpun \
62 - pst-pdf/ps4pdf
63 +
64
65 texmf_dist_other_scripts = \
66 - accfonts/mkt1font \
67 - accfonts/vpl2ovp \
68 - accfonts/vpl2vpl \
69 - authorindex/authorindex \
70 bundledoc/arlatex \
71 bundledoc/bundledoc \
72 - cachepic/cachepic.tlu \
73 - context/perl/mptopdf.pl \
74 de-macro/de-macro \
75 dviasm/dviasm.py \
76 - ebong/ebong.py \
77 - epspdf/epspdf.rb \
78 - epspdf/epspdftk.tcl \
79 - epstopdf/epstopdf.pl \
80 - fig4latex/fig4latex \
81 findhyph/findhyph \
82 - fontools/afm2afm \
83 - fontools/autoinst \
84 - fontools/cmap2enc \
85 - fontools/font2afm \
86 - fontools/ot2kpx \
87 - fontools/pfm2kpx \
88 - fontools/showglyphs \
89 fragmaster/fragmaster.pl \
90 - glossaries/makeglossaries \
91 latex2man/latex2man \
92 - latexdiff/latexdiff.pl \
93 - latexdiff/latexdiff-vc.pl \
94 - latexdiff/latexrevise.pl \
95 - latexmk/latexmk.pl \
96 - luaotfload/mkluatexfontdb.lua \
97 - mathspic/mathspic.pl \
98 mkjobtexmf/mkjobtexmf.pl \
99 - mkgrkindex/mkgrkindex \
100 musixtex/musixflx.lua \
101 musixtex/musixtex.lua \
102 - oberdiek/pdfatfi.pl \
103 - pax/pdfannotextractor.pl \
104 pdfcrop/pdfcrop.pl \
105 - perltex/perltex.pl \
106 pkfix/pkfix.pl \
107 pkfix-helper/pkfix-helper \
108 - ppower4/pdfthumb.tlu \
109 - ppower4/ppower4.tlu \
110 - pst2pdf/pst2pdf \
111 purifyeps/purifyeps \
112 - splitindex/perl/splitindex.pl \
113 sty2dtx/sty2dtx.pl \
114 - svn-multi/svn-multi.pl \
115 texcount/texcount.pl \
116 texdef/texdef.pl \
117 texdiff/texdiff \
118 texdirflatten/texdirflatten \
119 texloganalyser/texloganalyser \
120 - thumbpdf/thumbpdf.pl \
121 - ulqda/ulqda.pl \
122 - vpe/vpe.pl
123 +
124
125 nobase_dist_texmf_dist_scripts_SCRIPTS = \
126 $(texmf_dist_shell_scripts) \
127 @@ -620,8 +570,8 @@ install-data-hook:
128 @WIN32_TRUE@ $(INSTALL_SCRIPT) $(runscript) $(DESTDIR)$(bindir)/$$link.exe || exit 1; \
129 @WIN32_TRUE@ done
130 @WIN32_FALSE@ case "$(bindir)" in \
131 -@WIN32_FALSE@ */bin) $(MAKE) $(AM_MAKEFLAGS) REL=.. install-links;; \
132 -@WIN32_FALSE@ */bin/*) $(MAKE) $(AM_MAKEFLAGS) REL=../.. install-links;; \
133 +@WIN32_FALSE@ */bin) $(MAKE) $(AM_MAKEFLAGS) REL=../share install-links;; \
134 +@WIN32_FALSE@ */bin/*) $(MAKE) $(AM_MAKEFLAGS) REL=../../share install-links;; \
135 @WIN32_FALSE@ *) echo "strange directory '$(bindir)' for linked scripts" >&2; \
136 @WIN32_FALSE@ exit 1;; \
137 @WIN32_FALSE@ esac
138 Index: texlive-20110705-source/texk/texlive/context/Makefile.in
139 ===================================================================
140 --- texlive-20110705-source.orig/texk/texlive/context/Makefile.in
141 +++ texlive-20110705-source/texk/texlive/context/Makefile.in
142 @@ -160,14 +160,7 @@ top_build_prefix = @top_build_prefix@
143 top_builddir = @top_builddir@
144 top_srcdir = @top_srcdir@
145 @WIN32_FALSE@dist_bin_SCRIPTS = \
146 -@WIN32_FALSE@ context \
147 -@WIN32_FALSE@ ctxtools \
148 -@WIN32_FALSE@ luatools \
149 -@WIN32_FALSE@ mtxrun \
150 -@WIN32_FALSE@ pstopdf \
151 -@WIN32_FALSE@ rlxtools \
152 -@WIN32_FALSE@ texexec \
153 -@WIN32_FALSE@ texmfstart
154 +@WIN32_FALSE@
155
156 dist_man1_MANS = \
157 context.man \
158
159
160
161 1.1 src/patchsets/texlive/2011/texlive-core/040_all_texmfdirs.patch
162
163 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2011/texlive-core/040_all_texmfdirs.patch?rev=1.1&view=markup
164 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2011/texlive-core/040_all_texmfdirs.patch?rev=1.1&content-type=text/plain
165
166 Index: 040_all_texmfdirs.patch
167 ===================================================================
168 Index: texlive-20110705-source/texk/tetex/Makefile.in
169 ===================================================================
170 --- texlive-20110705-source.orig/texk/tetex/Makefile.in
171 +++ texlive-20110705-source/texk/tetex/Makefile.in
172 @@ -220,7 +220,7 @@ sh_scripts = \
173 texconfig-sys \
174 texlinks
175
176 -scriptsdir = texmf/scripts/tetex
177 +scriptsdir = share/texmf/scripts/tetex
178 nodist_bin_SCRIPTS = $(am__append_1)
179 all_scripts = $(lua_scripts) $(perl_scripts) $(shell_scripts)
180 @WIN32_TRUE@@WIN32_WRAP_TRUE@wrappers = $(all_scripts:=.exe)
181 @@ -262,10 +262,10 @@ nobase_dist_texconf_DATA = \
182 texmf/texconfig/v/vt100 \
183 texmf/texconfig/x/xterm
184
185 -texconfigdir = ${prefix}/texmf/texconfig
186 +texconfigdir = ${prefix}/share/texmf/texconfig
187 dist_texconfig_SCRIPTS = tcfmgr
188 dist_texconfig_DATA = tcfmgr.map
189 -web2cdir = ${prefix}/texmf/web2c
190 +web2cdir = ${prefix}/share/texmf/web2c
191 dist_web2c_DATA = fmtutil.cnf
192 bin_links = \
193 allcm:allec \
194 Index: texlive-20110705-source/texk/bibtex8/Makefile.in
195 ===================================================================
196 --- texlive-20110705-source.orig/texk/bibtex8/Makefile.in
197 +++ texlive-20110705-source/texk/bibtex8/Makefile.in
198 @@ -269,7 +269,7 @@ bibtex8_SOURCES = \
199 sysdep.h
200
201 LDADD = $(KPATHSEA_LIBS)
202 -csfdir = ${prefix}/texmf-dist/bibtex/csf/base
203 +csfdir = ${prefix}/share/texmf-dist/bibtex/csf/base
204 dist_csf_DATA = \
205 csf/88591lat.csf \
206 csf/88591sca.csf \
207 @@ -280,7 +280,7 @@ dist_csf_DATA = \
208 csf/cp866rus.csf \
209 csf/csfile.txt
210
211 -btdocdir = ${prefix}/texmf/doc/bibtex8
212 +btdocdir = ${prefix}/share/texmf/doc/bibtex8
213 dist_btdoc_DATA = \
214 00readme.txt \
215 HISTORY \
216 Index: texlive-20110705-source/texk/gsftopk/Makefile.in
217 ===================================================================
218 --- texlive-20110705-source.orig/texk/gsftopk/Makefile.in
219 +++ texlive-20110705-source/texk/gsftopk/Makefile.in
220 @@ -259,7 +259,7 @@ gsftopk_SOURCES = \
221 DISTCLEANFILES = config.force gsftopk.1 sedscript
222 LDADD = $(KPATHSEA_LIBS)
223 dist_gsftopkpsheader_DATA = render.ps
224 -gsftopkpsheaderdir = ${prefix}/texmf/dvips/gsftopk
225 +gsftopkpsheaderdir = ${prefix}/share/texmf/dvips/gsftopk
226 nodist_man1_MANS = gsftopk.1
227 EXTRA_DIST = gsftopk1.sed mksedscript
228 all: c-auto.h
229
230
231
232 1.1 src/patchsets/texlive/2011/texlive-core/080_all_a2ping_invocation.patch
233
234 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2011/texlive-core/080_all_a2ping_invocation.patch?rev=1.1&view=markup
235 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2011/texlive-core/080_all_a2ping_invocation.patch?rev=1.1&content-type=text/plain
236
237 Index: 080_all_a2ping_invocation.patch
238 ===================================================================
239 Index: texlive-20110705-source/texk/texlive/linked_scripts/a2ping/a2ping.pl
240 ===================================================================
241 --- texlive-20110705-source.orig/texk/texlive/linked_scripts/a2ping/a2ping.pl
242 +++ texlive-20110705-source/texk/texlive/linked_scripts/a2ping/a2ping.pl
243 @@ -1,11 +1,5 @@
244 -#! /bin/sh
245 -eval '(exit $?0)' && eval 'PERL_BADLANG=x;export PERL_BADLANG;: \
246 -;exec perl -x -S -- "$0" ${1+"$@"};#'if 0;
247 -eval 'setenv PERL_BADLANG x;exec perl -x -S -- "$0" $argv:q;#'.q+
248 -#!perl -w
249 -package Htex::a2ping; $0=~/(.*)/s;unshift@INC,'.';do($1);die$@if$@;__END__+if !1;
250 -# This Perl script was generated by JustLib2 at Wed Apr 23 09:14:13 2003.
251 -# Don't touch/remove any lines above; http://www.inf.bme.hu/~pts/justlib
252 +#! /usr/bin/perl -w
253 +package Htex::a2ping;
254 #
255 # This program is free software, licensed under the GNU GPL, >=2.0.
256 # This software comes with absolutely NO WARRANTY. Use at your own risk!
257 Index: texlive-20110705-source/texmf/scripts/a2ping/a2ping.pl
258 ===================================================================
259 --- texlive-20110705-source.orig/texmf/scripts/a2ping/a2ping.pl
260 +++ texlive-20110705-source/texmf/scripts/a2ping/a2ping.pl
261 @@ -1,11 +1,5 @@
262 -#! /bin/sh
263 -eval '(exit $?0)' && eval 'PERL_BADLANG=x;export PERL_BADLANG;: \
264 -;exec perl -x -S -- "$0" ${1+"$@"};#'if 0;
265 -eval 'setenv PERL_BADLANG x;exec perl -x -S -- "$0" $argv:q;#'.q+
266 -#!perl -w
267 -package Htex::a2ping; $0=~/(.*)/s;unshift@INC,'.';do($1);die$@if$@;__END__+if !1;
268 -# This Perl script was generated by JustLib2 at Wed Apr 23 09:14:13 2003.
269 -# Don't touch/remove any lines above; http://www.inf.bme.hu/~pts/justlib
270 +#! /usr/bin/perl -w
271 +package Htex::a2ping;
272 #
273 # This program is free software, licensed under the GNU GPL, >=2.0.
274 # This software comes with absolutely NO WARRANTY. Use at your own risk!
275
276
277
278 1.1 src/patchsets/texlive/2011/texlive-core/series
279
280 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2011/texlive-core/series?rev=1.1&view=markup
281 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2011/texlive-core/series?rev=1.1&content-type=text/plain
282
283 Index: series
284 ===================================================================
285 030_all_installedscripts.patch
286 040_all_texmfdirs.patch
287 080_all_a2ping_invocation.patch