dev-tex/latex2html: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 24 Jul 2019 16:56:11 +0000 (18:56 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 25 Jul 2019 00:46:03 +0000 (20:46 -0400)
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>
dev-tex/latex2html/files/latex2html-extract-major-version.patch [deleted file]

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 (file)
index 7340754..0000000
+++ /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');