diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-11 19:44:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-11 19:44:21 +0000 |
commit | 313ed9407aec01c31c514652080149dc86bb3e6b (patch) | |
tree | f9f074d52de8456ac868ac4aa1255664dea4bad1 /app-office/lyx/files | |
parent | switch to latex-base, allow split qt4 deps (diff) | |
download | gentoo-2-313ed9407aec01c31c514652080149dc86bb3e6b.tar.gz gentoo-2-313ed9407aec01c31c514652080149dc86bb3e6b.tar.bz2 gentoo-2-313ed9407aec01c31c514652080149dc86bb3e6b.zip |
remove old
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'app-office/lyx/files')
-rw-r--r-- | app-office/lyx/files/lyx-1.4.2-gentoo.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-office/lyx/files/lyx-1.4.2-gentoo.patch b/app-office/lyx/files/lyx-1.4.2-gentoo.patch deleted file mode 100644 index 4a912e52f207..000000000000 --- a/app-office/lyx/files/lyx-1.4.2-gentoo.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -Naur lyx-1.4.2.orig/lib/configure.py lyx-1.4.2/lib/configure.py ---- lyx-1.4.2.orig/lib/configure.py 2006-07-08 11:53:50.000000000 +0900 -+++ lyx-1.4.2/lib/configure.py 2006-08-17 17:07:17.000000000 +0900 -@@ -185,7 +185,7 @@ - \\@@end - ''') - # run latex on chklatex.ltx and check result -- if cmdOutput(LATEX + ' chklatex.ltx').find('ThisIsLaTeX2e') != -1: -+ if cmdOutput(LATEX + ' --no-mktex=tfm chklatex.ltx').find('ThisIsLaTeX2e') != -1: - # valid latex2e - return LATEX - else: -@@ -321,7 +321,7 @@ - checkProg('a PS to PDF converter', ['ps2pdf13 $$i $$o'], - rc_entry = [ r'\converter ps pdf "%%" ""' ]) - # -- checkProg('a DVI to PS converter', ['dvips -o $$o $$i'], -+ checkProg('a DVI to PS converter', ['dvips -R0 -o $$o $$i'], - rc_entry = [ r'\converter dvi ps "%%" ""' ]) - # - checkProg('a DVI to PDF converter', ['dvipdfmx -o $$o $$i', 'dvipdfm -o $$o $$i'], -@@ -549,7 +549,7 @@ - cl.close() - # - # we have chklayouts.tex, then process it -- for line in cmdOutput(LATEX + ' wrap_chkconfig.ltx').splitlines(): -+ for line in cmdOutput(LATEX + ' --no-mktex=tfm wrap_chkconfig.ltx').splitlines(): - if re.match('^\+', line): - print line - # -diff -Naur lyx-1.4.2.orig/lib/lyxrc.example lyx-1.4.2/lib/lyxrc.example ---- lyx-1.4.2.orig/lib/lyxrc.example 2005-09-08 18:20:16.000000000 +0900 -+++ lyx-1.4.2/lib/lyxrc.example 2006-08-17 16:53:24.000000000 +0900 -@@ -348,7 +348,7 @@ - # The converter command has 4 arguments: The source format, the target format, - # the command, and additional flags. - # For example, the following defines a DVI->Postscript converter: --#\converter dvi ps "dvips -o $$o $$i" "" -+#\converter dvi ps "dvips -R0 -o $$o $$i" "" - # The variable name $$i is replaced with the name of the source file, - # and $$o is replaced with the name of the target file. - # The flags argument is a list of comma separated flags. |