diff options
author | 2021-07-04 13:28:40 +0200 | |
---|---|---|
committer | 2021-07-10 23:14:39 +0200 | |
commit | 0a6a4274636934b4ee25092ce42b46f02453574b (patch) | |
tree | 31473a52b6983000116db28ed78af49a90443714 /dev-tex/latex2html/files/latex2html-tests.patch | |
parent | app-admin/puppet: remove unused patch (diff) | |
download | gentoo-0a6a4274636934b4ee25092ce42b46f02453574b.tar.gz gentoo-0a6a4274636934b4ee25092ce42b46f02453574b.tar.bz2 gentoo-0a6a4274636934b4ee25092ce42b46f02453574b.zip |
dev-tex/latex2html: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/21521
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-tex/latex2html/files/latex2html-tests.patch')
-rw-r--r-- | dev-tex/latex2html/files/latex2html-tests.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-tex/latex2html/files/latex2html-tests.patch b/dev-tex/latex2html/files/latex2html-tests.patch deleted file mode 100644 index 1ada1a32bf00..000000000000 --- a/dev-tex/latex2html/files/latex2html-tests.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: latex2html-2017.2/styles/frames.perl -=================================================================== ---- latex2html-2017.2.orig/styles/frames.perl -+++ latex2html-2017.2/styles/frames.perl -@@ -295,7 +295,7 @@ sub check_frame_colorset { - elsif ($reverse == 1) {$colorset="${which}_colorset_star"} - elsif ($reverse == 2) {$colorset="${which}_colorset_star_star"} - else {$colorset="${which}_colorset"} -- if (!(defined @$colorset)) -+ if (!(@$colorset)) - { print STDERR "\nframes for $which are not supported\n"; return($rest);} - local($frame_tmp)=$frame_data; - local($key, @values); -Index: latex2html-2017.2/styles/natbib.perl -=================================================================== ---- latex2html-2017.2.orig/styles/natbib.perl -+++ latex2html-2017.2/styles/natbib.perl -@@ -1451,7 +1451,7 @@ sub do_cmd_citestyle { - local($_) = @_; - s/$next_pair_pr_rx//o; - local($style)="citestyle_$2"; -- if (defined @$style) { -+ if (@$style) { - ($CITE_OPEN_DELIM, - $CITE_CLOSE_DELIM, - $CITE_ENUM, |