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/mead/files/
Date: Tue, 31 Jan 2017 08:42:47
Message-Id: 1485852079.51be624e5ee357d41518d3bb65132a0b62a6a848.soap@gentoo
1 commit: 51be624e5ee357d41518d3bb65132a0b62a6a848
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 17:03:01 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 08:41:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51be624e
7
8 sci-chemistry/mead: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3730
11
12 .../mead/files/mead-2.2.7-respect-cflags.patch | 57 ----------------------
13 1 file changed, 57 deletions(-)
14
15 diff --git a/sci-chemistry/mead/files/mead-2.2.7-respect-cflags.patch b/sci-chemistry/mead/files/mead-2.2.7-respect-cflags.patch
16 deleted file mode 100644
17 index 61c5473..00000000
18 --- a/sci-chemistry/mead/files/mead-2.2.7-respect-cflags.patch
19 +++ /dev/null
20 @@ -1,57 +0,0 @@
21 -diff -Naur mead-2.2.7-orig/apps/libmso/Makefile.in mead-2.2.7/apps/libmso/Makefile.in
22 ---- mead-2.2.7-orig/apps/libmso/Makefile.in 2004-12-10 14:33:49.000000000 -0600
23 -+++ mead-2.2.7/apps/libmso/Makefile.in 2009-02-15 16:32:40.000000000 -0600
24 -@@ -35,8 +35,8 @@
25 - INSTALL_PROGRAM = @INSTALL_PROGRAM@
26 -
27 - ALL_CPPFLAGS = -I. $(LOCALINCS) $(CPPFLAGS) $(REGEX_CPP) $(CXX_DEFS)
28 --ALL_CXXFLAGS = $(CXX_OPTFLAGS) $(CXX_DEBUGFLAGS)
29 --ALL_CFLAGS = $(CC_DEBUGFLAGS) $(CC_OPTFLAGS)
30 -+ALL_CXXFLAGS = @CXXFLAGS@
31 -+ALL_CFLAGS = @CFLAGS@
32 -
33 - .SUFFIXES:
34 - .SUFFIXES: .cc .o
35 -diff -Naur mead-2.2.7-orig/apps/Makefile.common.in mead-2.2.7/apps/Makefile.common.in
36 ---- mead-2.2.7-orig/apps/Makefile.common.in 2004-11-19 16:49:56.000000000 -0600
37 -+++ mead-2.2.7/apps/Makefile.common.in 2009-02-15 16:32:22.000000000 -0600
38 -@@ -36,10 +36,10 @@
39 - LIBS = @LIBS@ -lm
40 -
41 - ALL_CPPFLAGS = -I. $(LOCALINCS) $(CPPFLAGS) $(REGEX_CPP) $(CXX_DEFS)
42 --ALL_CXXFLAGS = $(CXX_OPTFLAGS) $(CXX_DEBUGFLAGS)
43 --ALL_CFLAGS = $(CC_DEBUGFLAGS) $(CC_OPTFLAGS)
44 -+ALL_CXXFLAGS = @CXXFLAGS@
45 -+ALL_CFLAGS = @CFLAGS@
46 -
47 --CXXLINK = $(CXX) $(ALL_CPPFLAGS) $(CXX_DEBUGFLAGS) $(CXX_OPTFLAGS) \
48 -+CXXLINK = $(CXX) $(ALL_CPPFLAGS) @CXXFLAGS@ \
49 - $(LDFLAGS)
50 -
51 - .SUFFIXES: .cc .o
52 -diff -Naur mead-2.2.7-orig/libmead/Makefile.in mead-2.2.7/libmead/Makefile.in
53 ---- mead-2.2.7-orig/libmead/Makefile.in 2008-03-04 14:18:22.000000000 -0600
54 -+++ mead-2.2.7/libmead/Makefile.in 2009-02-15 16:31:56.000000000 -0600
55 -@@ -99,8 +99,8 @@
56 - INCLUDES = -I$(top_srcdir)
57 -
58 - ALL_CPPFLAGS = $(INCLUDES) $(CPPFLAGS) $(REGEX_CPP) $(CXX_DEFS)
59 --ALL_CXXFLAGS = $(CXX_OPTFLAGS) $(CXX_DEBUGFLAGS) $(CXX_SHAREDFLAGS)
60 --ALL_CFLAGS = $(CC_DEBUGFLAGS) $(CC_OPTFLAGS)
61 -+ALL_CXXFLAGS = @CXXFLAGS@
62 -+ALL_CFLAGS = @CFLAGS@
63 -
64 -
65 -
66 -diff -Naur mead-2.2.7-orig/swig/Makefile.in mead-2.2.7/swig/Makefile.in
67 ---- mead-2.2.7-orig/swig/Makefile.in 2007-11-27 15:57:17.000000000 -0600
68 -+++ mead-2.2.7/swig/Makefile.in 2009-02-15 16:34:35.000000000 -0600
69 -@@ -58,7 +58,7 @@
70 - CXX_FLAGS = @CXX_NOOPTFLAGS@ @CXX_DEBUGFLAGS@ @CXX_SHAREDFLAGS@
71 - CXX_DYNLIB_FLAGS = @CXX_DYNLIB_FLAGS@
72 -
73 --ALL_CXXFLAGS = $(CPP_FLAGS) $(CXX_FLAGS)
74 -+ALL_CXXFLAGS = $(CPP_FLAGS) @CXXFLAGS@ @CXX_SHAREDFLAGS@
75 -
76 - MEADINC = -I$(top_srcdir) -I$(srcdir)
77 - MEADLIBS = -L../libmead -lmead