Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/files/
Date: Sat, 04 Feb 2017 21:22:08
Message-Id: 1486243238.05c86bf2d3929ecbd35ec109ecc75425e1365a76.soap@gentoo
1 commit: 05c86bf2d3929ecbd35ec109ecc75425e1365a76
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 3 15:21:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 21:20:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c86bf2
7
8 sys-devel/autoconf: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3791
11
12 sys-devel/autoconf/files/autoconf-2.60-tests.patch | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/sys-devel/autoconf/files/autoconf-2.60-tests.patch b/sys-devel/autoconf/files/autoconf-2.60-tests.patch
16 deleted file mode 100644
17 index 09e4536..00000000
18 --- a/sys-devel/autoconf/files/autoconf-2.60-tests.patch
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -2006-07-17 Paul Eggert <eggert@×××××××.edu>
22 -
23 - * tests/tools.at (autom4te cache): Update wording of diagnostic
24 - to match M4 1.4.5.
25 -
26 -Index: tests/tools.at
27 -===================================================================
28 -RCS file: /cvsroot/autoconf/autoconf/tests/tools.at,v
29 -retrieving revision 1.89
30 -retrieving revision 1.90
31 -diff -u -p -r1.89 -r1.90
32 ---- tests/tools.at 20 Jun 2006 05:37:43 -0000 1.89
33 -+++ tests/tools.at 17 Jul 2006 17:30:44 -0000 1.90
34 -@@ -101,7 +101,7 @@ AT_CHECK_M4SUGAR
35 - mkdir sub
36 - mv foo sub
37 - AT_CHECK_M4SUGAR([], [1], [],
38 --[m4: script.4s: 1: Cannot open foo: No such file or directory
39 -+[m4: script.4s: 1: cannot open `foo': No such file or directory
40 - autom4te: m4 failed with exit status: 1
41 - ])
42 -