public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: media-libs/atlas-c++/files/
@ 2016-12-30 22:12 99% Patrice Clement
  0 siblings, 0 replies; 1+ results
From: Patrice Clement @ 2016-12-30 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     288d7153c37ab472e863780732ff3ddbd3a15b26
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Dec 29 19:04:51 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 22:12:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288d7153

media-libs/atlas-c++: remove unused patches.

Closes: https://github.com/gentoo/gentoo/pull/3278

 .../files/atlas-c++-0.6.1-as-needed.patch          | 63 ----------------------
 .../atlas-c++/files/atlas-c++-0.6.1-gcc-4.3.patch  | 30 -----------
 .../atlas-c++/files/atlas-c++-0.6.1-gcc-4.4.patch  | 10 ----
 .../files/atlas-c++-0.6.1-strict-aliasing.patch    | 16 ------
 .../atlas-c++/files/atlas-c++-0.6.2-Werror.patch   | 15 ------
 5 files changed, 134 deletions(-)

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
deleted file mode 100644
index c89827b..00000000
--- a/media-libs/atlas-c++/files/atlas-c++-0.6.1-as-needed.patch
+++ /dev/null
@@ -1,63 +0,0 @@
---- Atlas/Makefile.am.old	2008-11-20 08:45:41.000000000 +0100
-+++ Atlas/Makefile.am	2008-11-20 08:45:52.000000000 +0100
-@@ -1,4 +1,4 @@
--SUBDIRS = Message Codecs Filters Net Objects Funky
-+SUBDIRS = . Message Codecs Filters Net Objects Funky
- 
- INCLUDES = -I$(top_srcdir)
- 
---- Atlas/Message/Makefile.am.old	2008-11-20 08:47:01.000000000 +0100
-+++ Atlas/Message/Makefile.am	2008-11-20 08:47:29.000000000 +0100
-@@ -5,6 +5,8 @@
- 
- libAtlasMessage_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
- 
-+libAtlasMessage_0_6_la_LIBADD = ../libAtlas-0.6.la
-+
- libAtlasMessage_0_6_la_SOURCES = \
- 	Element.cpp MEncoder.cpp DecoderBase.cpp QueuedDecoder.cpp
- 
---- Atlas/Codecs/Makefile.am.old	2008-11-20 08:49:49.000000000 +0100
-+++ Atlas/Codecs/Makefile.am	2008-11-20 08:52:45.000000000 +0100
-@@ -5,6 +5,8 @@
- 
- libAtlasCodecs_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
- 
-+libAtlasCodecs_0_6_la_LIBADD = ../libAtlas-0.6.la
-+
- libAtlasCodecs_0_6_la_SOURCES = \
- 	Utility.cpp XML.cpp Packed.cpp Bach.cpp
- 
---- Atlas/Filters/Makefile.am.old	2008-11-20 08:53:58.000000000 +0100
-+++ Atlas/Filters/Makefile.am	2008-11-20 08:55:21.000000000 +0100
-@@ -5,6 +5,8 @@
- 
- libAtlasFilters_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
- 
-+libAtlasFilters_0_6_la_LIBADD = ../libAtlas-0.6.la -lz -lbz2
-+
- libAtlasFilters_0_6_la_SOURCES = \
-         Bzip2.cpp Bzip2.h \
- 	Gzip.cpp Gzip.h
---- Atlas/Net/Makefile.am.old	2008-11-19 15:10:38.000000000 +0100
-+++ Atlas/Net/Makefile.am	2008-11-19 15:11:13.000000000 +0100
-@@ -5,6 +5,8 @@
- 
- libAtlasNet_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
- 
-+libAtlasNet_0_6_la_LIBADD = ../Codecs/libAtlasCodecs-0.6.la ../libAtlas-0.6.la
-+
- libAtlasNetincludedir = $(includedir)/Atlas-C++-0.6/Atlas/Net
- 
- libAtlasNet_0_6_la_SOURCES = \
---- Atlas/Objects/Makefile.am.old	2008-11-20 08:57:39.000000000 +0100
-+++ Atlas/Objects/Makefile.am	2008-11-20 08:58:56.000000000 +0100
-@@ -5,6 +5,8 @@
- 
- libAtlasObjects_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
- 
-+libAtlasObjects_0_6_la_LIBADD = ../libAtlas-0.6.la ../Message/libAtlasMessage-0.6.la ../Codecs/libAtlasCodecs-0.6.la
-+
- REAL_GENERATED_CPP = Root.cpp Decoder.cpp Dispatcher.cpp objectFactory.cpp \
- 	RootEntity.cpp RootEntityChildren.cpp \
- 	RootOperation.cpp RootOperationChildren1.cpp \

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
deleted file mode 100644
index 6ac1bc6..00000000
--- a/media-libs/atlas-c++/files/atlas-c++-0.6.1-gcc-4.3.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- Atlas/Filter.cpp.old	2008-04-14 23:55:23.000000000 +0200
-+++ Atlas/Filter.cpp	2008-04-14 23:57:04.000000000 +0200
-@@ -4,6 +4,8 @@
- 
- #include <Atlas/Filter.h>
- 
-+#include <string.h>
-+
- namespace Atlas {
- 
- Filter::Filter(Filter* next)
-@@ -41,7 +43,7 @@
- 
-     if (numPutback > m_inPutback) numPutback = m_inPutback;
- 
--    std::memcpy(m_outBuffer + (m_inPutback - numPutback),
-+    ::memcpy(m_outBuffer + (m_inPutback - numPutback),
-                 gptr() - numPutback,
-                 (unsigned long) numPutback);
- 
---- tools/atlas_convert.cpp.old	2008-04-14 23:58:53.000000000 +0200
-+++ tools/atlas_convert.cpp	2008-04-14 23:59:15.000000000 +0200
-@@ -14,6 +14,7 @@
- #include <fstream>
- #include <iostream>
- 
-+#include <stdlib.h>
- #include <unistd.h>
- 
- int option_format = 0;

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
deleted file mode 100644
index ed79293..00000000
--- a/media-libs/atlas-c++/files/atlas-c++-0.6.1-gcc-4.4.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Atlas/Filter.cpp.old	2009-07-06 09:58:04.000000000 +0200
-+++ Atlas/Filter.cpp	2009-07-06 09:58:44.000000000 +0200
-@@ -5,6 +5,7 @@
- #include <Atlas/Filter.h>
- 
- #include <string.h>
-+#include <cstdio>
- 
- namespace Atlas {
- 

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
deleted file mode 100644
index edf1ac1..00000000
--- a/media-libs/atlas-c++/files/atlas-c++-0.6.1-strict-aliasing.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- tests/Objects/Makefile.am.old	2008-02-29 07:43:45.000000000 +0100
-+++ tests/Objects/Makefile.am	2008-02-29 07:44:21.000000000 +0100
-@@ -28,3 +28,5 @@
- attributes_SOURCES = attributes.cpp
- 
- flags_SOURCES = flags.cpp
-+
-+AM_CPPFLAGS = -fno-strict-aliasing
---- benchmark/Makefile.am.old	2008-02-29 07:57:10.000000000 +0100
-+++ benchmark/Makefile.am	2008-02-29 07:57:33.000000000 +0100
-@@ -31,3 +31,5 @@
- 
- Objects_asMessage_SOURCES = Objects_asMessage.cpp timer.h
- Objects_iterator_SOURCES = Objects_iterator.cpp timer.h
-+
-+AM_CPPFLAGS = -fno-strict-aliasing

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
deleted file mode 100644
index b13384a..00000000
--- a/media-libs/atlas-c++/files/atlas-c++-0.6.2-Werror.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.ac.old	2011-05-02 11:16:53.851733207 +0200
-+++ configure.ac	2011-05-02 11:17:18.489283901 +0200
-@@ -35,10 +35,10 @@
-         if test "$enableval" = "yes"; then
-             CXXFLAGS="$CXXFLAGS -Wall -Werror -DDEBUG"
-         else
--            CXXFLAGS="$CXXFLAGS -Wall -Werror -DNDEBUG"
-+            CXXFLAGS="$CXXFLAGS -Wall -DNDEBUG"
-         fi
-     ],[
--        CXXFLAGS="$CXXFLAGS -Wall -Werror -DNDEBUG"
-+        CXXFLAGS="$CXXFLAGS -Wall -DNDEBUG"
-     ]
- )
- 


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-12-30 22:12 99% [gentoo-commits] repo/gentoo:master commit in: media-libs/atlas-c++/files/ Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox