Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/files/
Date: Wed, 07 Sep 2016 08:29:30
Message-Id: 1472918702.1fa5388b497e221dc646edf32cb696732176041a.aballier@gentoo
1 commit: 1fa5388b497e221dc646edf32cb696732176041a
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 3 16:05:02 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 16:05:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa5388b
7
8 dev-libs/kpathsea: remove unused patch
9
10 dev-libs/kpathsea/files/invocname.patch | 19 -------------------
11 1 file changed, 19 deletions(-)
12
13 diff --git a/dev-libs/kpathsea/files/invocname.patch b/dev-libs/kpathsea/files/invocname.patch
14 deleted file mode 100644
15 index 28ccc55..00000000
16 --- a/dev-libs/kpathsea/files/invocname.patch
17 +++ /dev/null
18 @@ -1,19 +0,0 @@
19 -Preserve API for now. This has been renamed for TeX Live 2011.
20 -
21 -Index: texlive-20110627-source/texk/kpathsea/types.h
22 -===================================================================
23 ---- texlive-20110627-source.orig/texk/kpathsea/types.h
24 -+++ texlive-20110627-source/texk/kpathsea/types.h
25 -@@ -280,8 +280,12 @@ extern KPSEDLL kpathsea kpse_def;
26 -
27 - #undef kpse_invocation_name
28 - #define kpse_invocation_name kpse_def_inst.invocation_name
29 -+#undef program_invocation_name
30 -+#define program_invocation_name kpse_def_inst.invocation_name
31 - #undef kpse_invocation_short_name
32 - #define kpse_invocation_short_name kpse_def_inst.invocation_short_name
33 -+#undef program_invocation_short_name
34 -+#define program_invocation_short_name kpse_def_inst.invocation_short_name
35 -
36 - #endif /* KPSE_COMPAT_API */
37 -