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/gabedit/files/
Date: Tue, 31 Jan 2017 08:42:51
Message-Id: 1485852070.971918716ab45a04771b19c3572274d61d8a0c06.soap@gentoo
1 commit: 971918716ab45a04771b19c3572274d61d8a0c06
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 17:00:44 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 08:41:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97191871
7
8 sci-chemistry/gabedit: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3730
11
12 sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch | 16 ----------------
13 1 file changed, 16 deletions(-)
14
15 diff --git a/sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch b/sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch
16 deleted file mode 100644
17 index 68823d0..00000000
18 --- a/sci-chemistry/gabedit/files/gabedit-2.4.2-gold.patch
19 +++ /dev/null
20 @@ -1,16 +0,0 @@
21 - Makefile | 2 +-
22 - 1 files changed, 1 insertions(+), 1 deletions(-)
23 -
24 -diff --git a/Makefile b/Makefile
25 -index ae08e60..eee2b46 100644
26 ---- a/Makefile
27 -+++ b/Makefile
28 -@@ -62,7 +62,7 @@ all: gabedit
29 - gabedit: $(SUBDIRS)
30 - $(MKDIR) tmp
31 - cp $(OBJECTS) tmp
32 -- $(CC) $(LDFLAGS) tmp/*.o -o gabedit $(GLTOPS) $(X11LIB) $(GTKLIB) $(OGLLIB) $(JPEGLIB) $(LIBPTHREAD) $(WIN32LIB) $(OMPLIB) -g
33 -+ $(CC) $(LDFLAGS) tmp/*.o -o gabedit $(GLTOPS) $(X11LIB) $(GTKLIB) $(OGLLIB) $(JPEGLIB) $(LIBPTHREAD) $(WIN32LIB) $(OMPLIB) -g -lm
34 - @$(RMTMP) > ptmp
35 - rmdir tmp
36 - @$(RM) ptmp