diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-07-24 18:56:11 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-24 20:46:03 -0400 |
commit | 662d7576fbf57a6569d8ad625564f810dbe17ae1 (patch) | |
tree | 39341b0edd9b1ed5e669e9596407e557af37a804 /dev-tex/latex2html | |
parent | dev-python/pygtk: arm64 stable (diff) | |
download | gentoo-662d7576fbf57a6569d8ad625564f810dbe17ae1.tar.gz gentoo-662d7576fbf57a6569d8ad625564f810dbe17ae1.tar.bz2 gentoo-662d7576fbf57a6569d8ad625564f810dbe17ae1.zip |
dev-tex/latex2html: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12533
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-tex/latex2html')
-rw-r--r-- | dev-tex/latex2html/files/latex2html-extract-major-version.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-tex/latex2html/files/latex2html-extract-major-version.patch b/dev-tex/latex2html/files/latex2html-extract-major-version.patch deleted file mode 100644 index 7340754e5b41..000000000000 --- a/dev-tex/latex2html/files/latex2html-extract-major-version.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN latex2html-2002-2-1.orig/config/config.pl latex2html-2002-2-1/config/config.pl ---- latex2html-2002-2-1.orig/config/config.pl 2006-06-02 20:41:18.000000000 +0200 -+++ latex2html-2002-2-1/config/config.pl 2006-06-02 20:42:07.000000000 +0200 -@@ -1275,7 +1275,7 @@ - ($stat,$msg,$err) = &get_out_err("$pnmcrop -version"); - my $vers = ''; - $msg = $msg || $err; -- if ($msg =~ /(^|\s*)Version.*\s([\d\.]+)\s*([\n\r]|$)/is) { $vers = $2; } -+ if ($msg =~ /(^|\s*)Version.*\s(\d+)\..*\s*([\n\r]|$)/is) { $vers = $2; } - if ($vers =~ /^199/) { - # try left crop - &checking('if pnmcrop can crop from one direction'); |