Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Template-Plugin-Latex/files/
Date: Tue, 08 Aug 2017 15:58:41
Message-Id: 1502207887.0a1b364d58ad442970d16cde34c956ea4f822c94.kentnl@gentoo
1 commit: 0a1b364d58ad442970d16cde34c956ea4f822c94
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 15:54:32 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 15:58:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1b364d
7
8 dev-perl/Template-Plugin-Latex: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5337
11
12 dev-perl/Template-Plugin-Latex/files/Makefile.patch | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/dev-perl/Template-Plugin-Latex/files/Makefile.patch b/dev-perl/Template-Plugin-Latex/files/Makefile.patch
16 deleted file mode 100644
17 index 9464d14d400..00000000000
18 --- a/dev-perl/Template-Plugin-Latex/files/Makefile.patch
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 ---- Makefile.PL.orig 2006-07-12 09:37:17.753171250 +0200
22 -+++ Makefile.PL 2006-07-12 09:38:54.031188250 +0200
23 -@@ -41,9 +41,9 @@
24 -
25 - #------------------------------------------------------------------------
26 -
27 --our $LATEX = ttprompt('latex path', find_program($ENV{PATH}, "latex"));
28 --our $PDFLATEX = ttprompt('pdflatex path', find_program($ENV{PATH}, "pdflatex"));
29 --our $DVIPS = ttprompt('dvips path', find_program($ENV{PATH}, "dvips"));
30 -+our $LATEX = '/usr/bin/latex';
31 -+our $PDFLATEX = '/usr/bin/pdflatex';
32 -+our $DVIPS = '/usr/bin/dvips';
33 -
34 - fix_file(catfile('lib','Template','Latex.pm'), '$LATEX', $LATEX);
35 - fix_file(catfile('lib','Template','Latex.pm'), '$PDFLATEX', $PDFLATEX);