Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/atlas-c++/files/
Date: Fri, 30 Dec 2016 22:12:44
Message-Id: 1483135947.288d7153c37ab472e863780732ff3ddbd3a15b26.monsieurp@gentoo
1 commit: 288d7153c37ab472e863780732ff3ddbd3a15b26
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 29 19:04:51 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 22:12:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288d7153
7
8 media-libs/atlas-c++: remove unused patches.
9
10 Closes: https://github.com/gentoo/gentoo/pull/3278
11
12 .../files/atlas-c++-0.6.1-as-needed.patch | 63 ----------------------
13 .../atlas-c++/files/atlas-c++-0.6.1-gcc-4.3.patch | 30 -----------
14 .../atlas-c++/files/atlas-c++-0.6.1-gcc-4.4.patch | 10 ----
15 .../files/atlas-c++-0.6.1-strict-aliasing.patch | 16 ------
16 .../atlas-c++/files/atlas-c++-0.6.2-Werror.patch | 15 ------
17 5 files changed, 134 deletions(-)
18
19 diff --git a/media-libs/atlas-c++/files/atlas-c++-0.6.1-as-needed.patch b/media-libs/atlas-c++/files/atlas-c++-0.6.1-as-needed.patch
20 deleted file mode 100644
21 index c89827b..00000000
22 --- a/media-libs/atlas-c++/files/atlas-c++-0.6.1-as-needed.patch
23 +++ /dev/null
24 @@ -1,63 +0,0 @@
25 ---- Atlas/Makefile.am.old 2008-11-20 08:45:41.000000000 +0100
26 -+++ Atlas/Makefile.am 2008-11-20 08:45:52.000000000 +0100
27 -@@ -1,4 +1,4 @@
28 --SUBDIRS = Message Codecs Filters Net Objects Funky
29 -+SUBDIRS = . Message Codecs Filters Net Objects Funky
30 -
31 - INCLUDES = -I$(top_srcdir)
32 -
33 ---- Atlas/Message/Makefile.am.old 2008-11-20 08:47:01.000000000 +0100
34 -+++ Atlas/Message/Makefile.am 2008-11-20 08:47:29.000000000 +0100
35 -@@ -5,6 +5,8 @@
36 -
37 - libAtlasMessage_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
38 -
39 -+libAtlasMessage_0_6_la_LIBADD = ../libAtlas-0.6.la
40 -+
41 - libAtlasMessage_0_6_la_SOURCES = \
42 - Element.cpp MEncoder.cpp DecoderBase.cpp QueuedDecoder.cpp
43 -
44 ---- Atlas/Codecs/Makefile.am.old 2008-11-20 08:49:49.000000000 +0100
45 -+++ Atlas/Codecs/Makefile.am 2008-11-20 08:52:45.000000000 +0100
46 -@@ -5,6 +5,8 @@
47 -
48 - libAtlasCodecs_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
49 -
50 -+libAtlasCodecs_0_6_la_LIBADD = ../libAtlas-0.6.la
51 -+
52 - libAtlasCodecs_0_6_la_SOURCES = \
53 - Utility.cpp XML.cpp Packed.cpp Bach.cpp
54 -
55 ---- Atlas/Filters/Makefile.am.old 2008-11-20 08:53:58.000000000 +0100
56 -+++ Atlas/Filters/Makefile.am 2008-11-20 08:55:21.000000000 +0100
57 -@@ -5,6 +5,8 @@
58 -
59 - libAtlasFilters_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
60 -
61 -+libAtlasFilters_0_6_la_LIBADD = ../libAtlas-0.6.la -lz -lbz2
62 -+
63 - libAtlasFilters_0_6_la_SOURCES = \
64 - Bzip2.cpp Bzip2.h \
65 - Gzip.cpp Gzip.h
66 ---- Atlas/Net/Makefile.am.old 2008-11-19 15:10:38.000000000 +0100
67 -+++ Atlas/Net/Makefile.am 2008-11-19 15:11:13.000000000 +0100
68 -@@ -5,6 +5,8 @@
69 -
70 - libAtlasNet_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
71 -
72 -+libAtlasNet_0_6_la_LIBADD = ../Codecs/libAtlasCodecs-0.6.la ../libAtlas-0.6.la
73 -+
74 - libAtlasNetincludedir = $(includedir)/Atlas-C++-0.6/Atlas/Net
75 -
76 - libAtlasNet_0_6_la_SOURCES = \
77 ---- Atlas/Objects/Makefile.am.old 2008-11-20 08:57:39.000000000 +0100
78 -+++ Atlas/Objects/Makefile.am 2008-11-20 08:58:56.000000000 +0100
79 -@@ -5,6 +5,8 @@
80 -
81 - libAtlasObjects_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
82 -
83 -+libAtlasObjects_0_6_la_LIBADD = ../libAtlas-0.6.la ../Message/libAtlasMessage-0.6.la ../Codecs/libAtlasCodecs-0.6.la
84 -+
85 - REAL_GENERATED_CPP = Root.cpp Decoder.cpp Dispatcher.cpp objectFactory.cpp \
86 - RootEntity.cpp RootEntityChildren.cpp \
87 - RootOperation.cpp RootOperationChildren1.cpp \
88
89 diff --git a/media-libs/atlas-c++/files/atlas-c++-0.6.1-gcc-4.3.patch b/media-libs/atlas-c++/files/atlas-c++-0.6.1-gcc-4.3.patch
90 deleted file mode 100644
91 index 6ac1bc6..00000000
92 --- a/media-libs/atlas-c++/files/atlas-c++-0.6.1-gcc-4.3.patch
93 +++ /dev/null
94 @@ -1,30 +0,0 @@
95 ---- Atlas/Filter.cpp.old 2008-04-14 23:55:23.000000000 +0200
96 -+++ Atlas/Filter.cpp 2008-04-14 23:57:04.000000000 +0200
97 -@@ -4,6 +4,8 @@
98 -
99 - #include <Atlas/Filter.h>
100 -
101 -+#include <string.h>
102 -+
103 - namespace Atlas {
104 -
105 - Filter::Filter(Filter* next)
106 -@@ -41,7 +43,7 @@
107 -
108 - if (numPutback > m_inPutback) numPutback = m_inPutback;
109 -
110 -- std::memcpy(m_outBuffer + (m_inPutback - numPutback),
111 -+ ::memcpy(m_outBuffer + (m_inPutback - numPutback),
112 - gptr() - numPutback,
113 - (unsigned long) numPutback);
114 -
115 ---- tools/atlas_convert.cpp.old 2008-04-14 23:58:53.000000000 +0200
116 -+++ tools/atlas_convert.cpp 2008-04-14 23:59:15.000000000 +0200
117 -@@ -14,6 +14,7 @@
118 - #include <fstream>
119 - #include <iostream>
120 -
121 -+#include <stdlib.h>
122 - #include <unistd.h>
123 -
124 - int option_format = 0;
125
126 diff --git a/media-libs/atlas-c++/files/atlas-c++-0.6.1-gcc-4.4.patch b/media-libs/atlas-c++/files/atlas-c++-0.6.1-gcc-4.4.patch
127 deleted file mode 100644
128 index ed79293..00000000
129 --- a/media-libs/atlas-c++/files/atlas-c++-0.6.1-gcc-4.4.patch
130 +++ /dev/null
131 @@ -1,10 +0,0 @@
132 ---- Atlas/Filter.cpp.old 2009-07-06 09:58:04.000000000 +0200
133 -+++ Atlas/Filter.cpp 2009-07-06 09:58:44.000000000 +0200
134 -@@ -5,6 +5,7 @@
135 - #include <Atlas/Filter.h>
136 -
137 - #include <string.h>
138 -+#include <cstdio>
139 -
140 - namespace Atlas {
141 -
142
143 diff --git a/media-libs/atlas-c++/files/atlas-c++-0.6.1-strict-aliasing.patch b/media-libs/atlas-c++/files/atlas-c++-0.6.1-strict-aliasing.patch
144 deleted file mode 100644
145 index edf1ac1..00000000
146 --- a/media-libs/atlas-c++/files/atlas-c++-0.6.1-strict-aliasing.patch
147 +++ /dev/null
148 @@ -1,16 +0,0 @@
149 ---- tests/Objects/Makefile.am.old 2008-02-29 07:43:45.000000000 +0100
150 -+++ tests/Objects/Makefile.am 2008-02-29 07:44:21.000000000 +0100
151 -@@ -28,3 +28,5 @@
152 - attributes_SOURCES = attributes.cpp
153 -
154 - flags_SOURCES = flags.cpp
155 -+
156 -+AM_CPPFLAGS = -fno-strict-aliasing
157 ---- benchmark/Makefile.am.old 2008-02-29 07:57:10.000000000 +0100
158 -+++ benchmark/Makefile.am 2008-02-29 07:57:33.000000000 +0100
159 -@@ -31,3 +31,5 @@
160 -
161 - Objects_asMessage_SOURCES = Objects_asMessage.cpp timer.h
162 - Objects_iterator_SOURCES = Objects_iterator.cpp timer.h
163 -+
164 -+AM_CPPFLAGS = -fno-strict-aliasing
165
166 diff --git a/media-libs/atlas-c++/files/atlas-c++-0.6.2-Werror.patch b/media-libs/atlas-c++/files/atlas-c++-0.6.2-Werror.patch
167 deleted file mode 100644
168 index b13384a..00000000
169 --- a/media-libs/atlas-c++/files/atlas-c++-0.6.2-Werror.patch
170 +++ /dev/null
171 @@ -1,15 +0,0 @@
172 ---- configure.ac.old 2011-05-02 11:16:53.851733207 +0200
173 -+++ configure.ac 2011-05-02 11:17:18.489283901 +0200
174 -@@ -35,10 +35,10 @@
175 - if test "$enableval" = "yes"; then
176 - CXXFLAGS="$CXXFLAGS -Wall -Werror -DDEBUG"
177 - else
178 -- CXXFLAGS="$CXXFLAGS -Wall -Werror -DNDEBUG"
179 -+ CXXFLAGS="$CXXFLAGS -Wall -DNDEBUG"
180 - fi
181 - ],[
182 -- CXXFLAGS="$CXXFLAGS -Wall -Werror -DNDEBUG"
183 -+ CXXFLAGS="$CXXFLAGS -Wall -DNDEBUG"
184 - ]
185 - )
186 -