summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-07 17:54:32 +0200
committerKent Fredric <kentnl@gentoo.org>2017-08-09 03:58:07 +1200
commit0a1b364d58ad442970d16cde34c956ea4f822c94 (patch)
treea5be4a692036d568d9d3c904d4a8918dc26c52c3 /dev-perl/Template-Plugin-Latex
parentdev-perl/PerlIO-gzip: remove unused patch (diff)
downloadgentoo-0a1b364d58ad442970d16cde34c956ea4f822c94.tar.gz
gentoo-0a1b364d58ad442970d16cde34c956ea4f822c94.tar.bz2
gentoo-0a1b364d58ad442970d16cde34c956ea4f822c94.zip
dev-perl/Template-Plugin-Latex: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5337
Diffstat (limited to 'dev-perl/Template-Plugin-Latex')
-rw-r--r--dev-perl/Template-Plugin-Latex/files/Makefile.patch15
1 files changed, 0 insertions, 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 9464d14d400d..000000000000
--- 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);