Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/dia2code/files/
Date: Wed, 13 Jul 2016 10:17:54
Message-Id: 1468405057.e8b6e37e982e3c16e5013ed8c0cf31eadc2e540f.monsieurp@gentoo
1 commit: e8b6e37e982e3c16e5013ed8c0cf31eadc2e540f
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 12 17:28:43 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 10:17:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b6e37e
7
8 app-office/dia2code: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/1876
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-office/dia2code/files/dia2code-0.8.5-ar.patch | 24 -----------------------
15 1 file changed, 24 deletions(-)
16
17 diff --git a/app-office/dia2code/files/dia2code-0.8.5-ar.patch b/app-office/dia2code/files/dia2code-0.8.5-ar.patch
18 deleted file mode 100644
19 index 308b2fc..0000000
20 --- a/app-office/dia2code/files/dia2code-0.8.5-ar.patch
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 ---- configure.in 2012-07-07 15:52:28.000000000 +0200
24 -+++ configure.in 2013-05-31 21:56:05.155859911 +0200
25 -@@ -8,6 +8,10 @@
26 - dnl Checks for programs.
27 - AC_PROG_CC
28 - AC_PROG_RANLIB
29 -+AN_MAKEVAR([AR], [AC_PROG_AR])
30 -+AN_PROGRAM([ar], [AC_PROG_AR])
31 -+AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
32 -+AC_PROG_AR
33 - dnl Checks for libraries.
34 -
35 - AC_PATH_PROG(XML_CONFIG, xml2-config, no)
36 ---- dia2code/Makefile.in 2007-01-06 18:34:14.000000000 +0100
37 -+++ dia2code/Makefile.in 2013-05-31 21:56:46.765920940 +0200
38 -@@ -208,7 +208,7 @@
39 - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
40 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
41 -
42 --AR = ar
43 -+AR = @AR@
44 -
45 - clean-noinstLIBRARIES:
46 - -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)