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-chemistry/easychem/files/
Date: Tue, 31 Jan 2017 08:42:16
Message-Id: 1485852067.300371a776bd6a754de94770c04c78c5b584da06.soap@gentoo
1 commit: 300371a776bd6a754de94770c04c78c5b584da06
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 17:00:14 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 08:41:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300371a7
7
8 sci-chemistry/easychem: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3730
11
12 sci-chemistry/easychem/files/easychem-0.6-prestrip.patch | 10 ----------
13 1 file changed, 10 deletions(-)
14
15 diff --git a/sci-chemistry/easychem/files/easychem-0.6-prestrip.patch b/sci-chemistry/easychem/files/easychem-0.6-prestrip.patch
16 deleted file mode 100644
17 index a1cbbb0..00000000
18 --- a/sci-chemistry/easychem/files/easychem-0.6-prestrip.patch
19 +++ /dev/null
20 @@ -1,10 +0,0 @@
21 ---- Makefile.linux.orig 2009-02-23 21:17:25.000000000 +0200
22 -+++ Makefile.linux 2009-02-23 21:17:50.000000000 +0200
23 -@@ -29,7 +29,6 @@
24 -
25 - easychem: postscript/ graph/ $(OBJECTS)
26 - $(CC) -o easychem $(OBJECTS) $(GTK_LIBS) $(C_FLAGS)
27 -- strip easychem
28 -
29 - clean: FORCE
30 - -cd graph; make clean