Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xqilla/files/
Date: Wed, 06 Sep 2017 20:03:40
Message-Id: 1504728206.8c3a516354f7df7c8e92482cf5263c72929f3611.soap@gentoo
1 commit: 8c3a516354f7df7c8e92482cf5263c72929f3611
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 6 17:03:39 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:03:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3a5163
7
8 dev-libs/xqilla: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/5644
11
12 dev-libs/xqilla/files/xqilla-2.2.4-gcc46.patch | 11 -----------
13 dev-libs/xqilla/files/xqilla-2.2.4-gcc47.patch | 15 ---------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-libs/xqilla/files/xqilla-2.2.4-gcc46.patch b/dev-libs/xqilla/files/xqilla-2.2.4-gcc46.patch
17 deleted file mode 100644
18 index d64a28d73ce..00000000000
19 --- a/dev-libs/xqilla/files/xqilla-2.2.4-gcc46.patch
20 +++ /dev/null
21 @@ -1,11 +0,0 @@
22 -diff -uNr XQilla-2.2.4.ORIG/include/xqilla/framework/XPath2MemoryManager.hpp XQilla-2.2.4/include/xqilla/framework/XPath2MemoryManager.hpp
23 ---- XQilla-2.2.4.ORIG/include/xqilla/framework/XPath2MemoryManager.hpp 2011-09-24 13:31:20.666469427 +0100
24 -+++ XQilla-2.2.4/include/xqilla/framework/XPath2MemoryManager.hpp 2011-09-24 13:32:01.175470668 +0100
25 -@@ -23,6 +23,7 @@
26 - #define __XPATH2MEMORYMANAGER_HPP
27 -
28 - #include <algorithm>
29 -+#include <cstddef>
30 - #include <assert.h>
31 -
32 - #include <xqilla/framework/XQillaExport.hpp>
33
34 diff --git a/dev-libs/xqilla/files/xqilla-2.2.4-gcc47.patch b/dev-libs/xqilla/files/xqilla-2.2.4-gcc47.patch
35 deleted file mode 100644
36 index d7f5cde5993..00000000000
37 --- a/dev-libs/xqilla/files/xqilla-2.2.4-gcc47.patch
38 +++ /dev/null
39 @@ -1,15 +0,0 @@
40 -Fix build failure with GCC 4.7.
41 -https://bugs.gentoo.org/441800
42 -
43 -
44 ---- a/src/items/DatatypeFactoryTemplate.hpp
45 -+++ b/src/items/DatatypeFactoryTemplate.hpp
46 -@@ -79,7 +79,7 @@ public:
47 - AnyAtomicType::Ptr createInstance(const XMLCh* value,
48 - const DynamicContext* context) const
49 - {
50 -- return createInstanceNoCheck(DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeURI(),
51 -+ return this->createInstanceNoCheck(DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeURI(),
52 - DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeName(), value, context);
53 - }
54 -