commit: 0a1b364d58ad442970d16cde34c956ea4f822c94 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Aug 7 15:54:32 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Tue Aug 8 15:58:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1b364d
dev-perl/Template-Plugin-Latex: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/5337 dev-perl/Template-Plugin-Latex/files/Makefile.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-perl/Template-Plugin-Latex/files/Makefile.patch b/dev-perl/Template-Plugin-Latex/files/Makefile.patch deleted file mode 100644 index 9464d14d400..00000000000 --- a/dev-perl/Template-Plugin-Latex/files/Makefile.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.PL.orig 2006-07-12 09:37:17.753171250 +0200 -+++ Makefile.PL 2006-07-12 09:38:54.031188250 +0200 -@@ -41,9 +41,9 @@ - - #------------------------------------------------------------------------ - --our $LATEX = ttprompt('latex path', find_program($ENV{PATH}, "latex")); --our $PDFLATEX = ttprompt('pdflatex path', find_program($ENV{PATH}, "pdflatex")); --our $DVIPS = ttprompt('dvips path', find_program($ENV{PATH}, "dvips")); -+our $LATEX = '/usr/bin/latex'; -+our $PDFLATEX = '/usr/bin/pdflatex'; -+our $DVIPS = '/usr/bin/dvips'; - - fix_file(catfile('lib','Template','Latex.pm'), '$LATEX', $LATEX); - fix_file(catfile('lib','Template','Latex.pm'), '$PDFLATEX', $PDFLATEX);
