summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-12 18:11:56 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-12 18:15:05 +0200
commit0799f57941db232814c16abf990488330476d912 (patch)
tree8c9883bcbf1879e2314dabf7a041c562a598a9a6 /www-plugins/gnash/files
parentsys-fs/bedup: Remove last-rited pkg (diff)
downloadgentoo-0799f57941db232814c16abf990488330476d912.tar.gz
gentoo-0799f57941db232814c16abf990488330476d912.tar.bz2
gentoo-0799f57941db232814c16abf990488330476d912.zip
www-plugins/gnash: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-plugins/gnash/files')
-rw-r--r--www-plugins/gnash/files/gnash-0.8.10-amf-include.patch45
-rw-r--r--www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch24
-rw-r--r--www-plugins/gnash/files/gnash-0.8.9-external-dejagnu.patch24
-rw-r--r--www-plugins/gnash/files/gnash-0.8.9-kde4-libdir.patch12
-rw-r--r--www-plugins/gnash/files/gnash-0.8.9-klash.patch12
5 files changed, 0 insertions, 117 deletions
diff --git a/www-plugins/gnash/files/gnash-0.8.10-amf-include.patch b/www-plugins/gnash/files/gnash-0.8.10-amf-include.patch
deleted file mode 100644
index 983fa6b70eb1..000000000000
--- a/www-plugins/gnash/files/gnash-0.8.10-amf-include.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ur a/cygnal/libnet/cque.h b/cygnal/libnet/cque.h
---- a/cygnal/libnet/cque.h 2012-01-19 20:17:47.000000000 +0100
-+++ b/cygnal/libnet/cque.h 2012-02-23 20:13:39.000000000 +0100
-@@ -25,8 +25,9 @@
- #include <boost/thread/condition.hpp>
- #include <deque>
-
-+#include "../libamf/amf.h"
- #include "getclocktime.hpp"
--#include "buffer.h"
-+#include "../libamf/buffer.h"
- #include "network.h"
- #include "dsodefs.h" //For DSOEXPORT.
-
-diff -ur a/cygnal/libnet/sshclient.h b/cygnal/libnet/sshclient.h
---- a/cygnal/libnet/sshclient.h 2012-01-19 20:17:47.000000000 +0100
-+++ b/cygnal/libnet/sshclient.h 2012-02-23 20:13:09.000000000 +0100
-@@ -32,9 +32,10 @@
- #include <libssh/sftp.h>
- }
-
-+#include "../libamf/amf.h"
- #include "cque.h"
- #include "network.h"
--#include "buffer.h"
-+#include "../libamf/buffer.h"
-
- namespace gnash
- {
-diff -ur a/cygnal/libnet/sslclient.h b/cygnal/libnet/sslclient.h
---- a/cygnal/libnet/sslclient.h 2012-01-19 20:17:47.000000000 +0100
-+++ b/cygnal/libnet/sslclient.h 2012-02-23 20:13:21.000000000 +0100
-@@ -36,10 +36,11 @@
- #include <openssl/err.h>
- #endif
-
-+#include "../libamf/amf.h"
- #include "dsodefs.h"
- #include "cque.h"
- #include "network.h"
--#include "buffer.h"
-+#include "../libamf/buffer.h"
-
-
- namespace gnash
diff --git a/www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch b/www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch
deleted file mode 100644
index 6671d361e325..000000000000
--- a/www-plugins/gnash/files/gnash-0.8.10_p20150316-boost-1.60.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git i/libbase/accumulator.h w/libbase/accumulator.h
-index 694cbd2..876c669 100644
---- i/libbase/accumulator.h
-+++ w/libbase/accumulator.h
-@@ -22,6 +22,7 @@
-
- #include <boost/program_options/value_semantic.hpp>
- #include <boost/any.hpp>
-+#include <boost/version.hpp>
- #include <functional>
- #include <vector>
- #include <string>
-@@ -61,6 +62,11 @@ public:
- virtual unsigned min_tokens() const { return 0; }
- virtual unsigned max_tokens() const { return 0; }
-
-+#if BOOST_VERSION >= 105900
-+ /// There are no tokens, so this is indifferent.
-+ virtual bool adjacent_tokens_only() const { return false; }
-+#endif
-+
- /// Accumulating from different sources is silly.
- virtual bool is_composing() const { return false; }
-
diff --git a/www-plugins/gnash/files/gnash-0.8.9-external-dejagnu.patch b/www-plugins/gnash/files/gnash-0.8.9-external-dejagnu.patch
deleted file mode 100644
index eaffda77bc00..000000000000
--- a/www-plugins/gnash/files/gnash-0.8.9-external-dejagnu.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur a/plugin/npapi/test.cpp b/plugin/npapi/test.cpp
---- a/plugin/npapi/test.cpp 2011-03-13 17:47:36.000000000 +0100
-+++ b/plugin/npapi/test.cpp 2011-03-20 23:52:20.369998096 +0100
-@@ -35,7 +35,7 @@
- #include "npfunctions.h"
- #endif
- #include "pluginbase.h"
--#include "dejagnu.h"
-+#include <dejagnu.h>
- #include "../../testsuite/check.h"
- #include <regex.h>
-
-diff -ur a/testsuite/check.h b/testsuite/check.h
---- a/testsuite/check.h 2011-02-26 19:11:08.000000000 +0100
-+++ b/testsuite/check.h 2011-03-20 23:52:32.570998094 +0100
-@@ -29,7 +29,7 @@
-
- #define HAVE_DEJAGNU_H 1 // we ship our own now...
- #ifdef HAVE_DEJAGNU_H
--#include "dejagnu.h"
-+#include <dejagnu.h>
-
- #define info(x) note x
-
diff --git a/www-plugins/gnash/files/gnash-0.8.9-kde4-libdir.patch b/www-plugins/gnash/files/gnash-0.8.9-kde4-libdir.patch
deleted file mode 100644
index b3279441d2f0..000000000000
--- a/www-plugins/gnash/files/gnash-0.8.9-kde4-libdir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur a/macros/kde4.m4 b/macros/kde4.m4
---- a/macros/kde4.m4 2011-02-26 19:11:08.000000000 +0100
-+++ b/macros/kde4.m4 2011-11-25 18:09:25.000000000 +0100
-@@ -198,7 +198,7 @@
- if test -d ${KDE4_PREFIX}/lib64 -a -f /etc/redhat-release; then
- KDE4_PLUGINDIR="${KDE4_PREFIX}/lib64/kde4"
- else
-- KDE4_PLUGINDIR="${KDE4_PREFIX}/lib/kde4"
-+ KDE4_PLUGINDIR="${KDE4_PREFIX}/${acl_libdirstem}/kde4"
- fi
- fi
- if test x"${with_kde4_servicesdir}" != x ; then
diff --git a/www-plugins/gnash/files/gnash-0.8.9-klash.patch b/www-plugins/gnash/files/gnash-0.8.9-klash.patch
deleted file mode 100644
index e6afec04d293..000000000000
--- a/www-plugins/gnash/files/gnash-0.8.9-klash.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur a/macros/kde4.m4 b/macros/kde4.m4
---- a/macros/kde4.m4 2011-02-26 19:11:08.000000000 +0100
-+++ b/macros/kde4.m4 2011-03-21 00:04:38.845997945 +0100
-@@ -210,7 +210,7 @@
- KDE4_CONFIGDIR="${KDE4_PREFIX}/share/kde4/config"
- fi
- if test x"${KDE4_APPSDATADIR}" = x ; then
-- KDE4_APPSDATADIR="${KDE4_PREFIX}/share/kde4/apps/klash"
-+ KDE4_APPSDATADIR="${KDE4_PREFIX}/share/apps/klash"
- fi
-
- if test x"${ac_cv_path_kde4_incl}" != x ; then