Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/xsp/files/
Date: Fri, 30 Sep 2016 17:34:43
Message-Id: 1475256717.2052bc3df65c7942dd9202740c73c99802a88e8f.monsieurp@gentoo
1 commit: 2052bc3df65c7942dd9202740c73c99802a88e8f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 17:24:54 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 17:31:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2052bc3d
7
8 dev-dotnet/xsp: remove unused patch.
9
10 Courtesy of Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>.
11
12 Closes: https://github.com/gentoo/gentoo/pull/1916
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-dotnet/xsp/files/aclocal-fix.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 diff --git a/dev-dotnet/xsp/files/aclocal-fix.patch b/dev-dotnet/xsp/files/aclocal-fix.patch
19 deleted file mode 100644
20 index 49a0005..00000000
21 --- a/dev-dotnet/xsp/files/aclocal-fix.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 ---- Makefile_old.am 2013-07-30 09:11:50.033962122 +0400
25 -+++ Makefile.am 2013-07-30 09:12:20.843574793 +0400
26 -@@ -1,10 +1,2 @@
27 - SUBDIRS=build man src test tools scripts packaging lib
28 - ACLOCAL_AMFLAGS += -I build/m4
29 --
30 --if UNITTESTS
31 --SUBDIRS += unittests
32 --endif
33 --
34 --if BUILD_DOCS
35 --SUBDIRS += docs
36 --endif