Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gts/files/
Date: Sun, 29 Jan 2017 20:11:36
Message-Id: 1485720577.2864090176cd80710e88440d0374dbbd59b5636b.soap@gentoo
1 commit: 2864090176cd80710e88440d0374dbbd59b5636b
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 09:07:28 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:09:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28640901
7
8 sci-libs/gts: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3709
11
12 sci-libs/gts/files/gts-20100321-examples.patch | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/sci-libs/gts/files/gts-20100321-examples.patch b/sci-libs/gts/files/gts-20100321-examples.patch
16 deleted file mode 100644
17 index b418bbd..00000000
18 --- a/sci-libs/gts/files/gts-20100321-examples.patch
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -diff --git a/examples/Makefile.am b/examples/Makefile.am
22 -index f03f215..8e9ca63 100644
23 ---- a/examples/Makefile.am
24 -+++ b/examples/Makefile.am
25 -@@ -9,6 +9,8 @@ EXTRA_PROGRAMS = happrox
26 -
27 - happrox_LDADD = $(LDADD) -lnetpbm
28 -
29 -+happrox_CPPFLAGS = -I/usr/include/netpbm
30 -+
31 - if HAS_NETPBM
32 - NETPBM_EXTRA = happrox
33 - endif
34 -@@ -16,9 +18,7 @@ endif
35 - bin_PROGRAMS = \
36 - transform \
37 - delaunay \
38 -- $(NETPBM_EXTRA)
39 --
40 --noinst_PROGRAMS = \
41 -+ $(NETPBM_EXTRA) \
42 - set \
43 - volume \
44 - cleanup \