summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-08-23 07:05:19 +0000
committerTorsten Veller <tove@gentoo.org>2010-08-23 07:05:19 +0000
commitaf71586e1166625a96ea7d51ec4d19cd0363d867 (patch)
tree2976bd5a859ccdca183c3ff75350f1d026df9eac /app-editors/xmlcopyeditor
parentCleanup (diff)
downloadgentoo-2-af71586e1166625a96ea7d51ec4d19cd0363d867.tar.gz
gentoo-2-af71586e1166625a96ea7d51ec4d19cd0363d867.tar.bz2
gentoo-2-af71586e1166625a96ea7d51ec4d19cd0363d867.zip
More cleanup
(Portage version: 2.2_rc67_p630/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xmlcopyeditor')
-rw-r--r--app-editors/xmlcopyeditor/ChangeLog4
-rw-r--r--app-editors/xmlcopyeditor/files/xmlcopyeditor-1.2.0.2-gcc44.patch103
2 files changed, 2 insertions, 105 deletions
diff --git a/app-editors/xmlcopyeditor/ChangeLog b/app-editors/xmlcopyeditor/ChangeLog
index 24a004b6660a..cb3b938c1dfa 100644
--- a/app-editors/xmlcopyeditor/ChangeLog
+++ b/app-editors/xmlcopyeditor/ChangeLog
@@ -1,10 +1,10 @@
# ChangeLog for app-editors/xmlcopyeditor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.17 2010/08/23 07:03:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.18 2010/08/23 07:05:19 tove Exp $
23 Aug 2010; Torsten Veller <tove@gentoo.org>
-xmlcopyeditor-1.2.0.1.ebuild, -xmlcopyeditor-1.2.0.2-r1.ebuild,
- -xmlcopyeditor-1.2.0.2-r2.ebuild:
+ -xmlcopyeditor-1.2.0.2-r2.ebuild, -files/xmlcopyeditor-1.2.0.2-gcc44.patch:
Cleanup
23 Aug 2010; Torsten Veller <tove@gentoo.org>
diff --git a/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.2.0.2-gcc44.patch b/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.2.0.2-gcc44.patch
deleted file mode 100644
index dd7c8836796f..000000000000
--- a/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.2.0.2-gcc44.patch
+++ /dev/null
@@ -1,103 +0,0 @@
---- xmlcopyeditor-1.2.0.4.orig/src/replace.cpp
-+++ xmlcopyeditor-1.2.0.4/src/replace.cpp
-@@ -18,6 +18,7 @@
- */
-
- #include <cstring>
-+#include <cstdio>
- #include "replace.h"
-
- int Replace::run (
---- xmlcopyeditor-1.2.0.4.orig/src/stringset.h
-+++ xmlcopyeditor-1.2.0.4/src/stringset.h
-@@ -25,6 +25,7 @@
- #include <cmath>
- #include <climits>
- #include <cstring>
-+#include <stdint.h>
- #ifdef __WXMSW__
- #include <mem.h>
- #endif
---- xmlcopyeditor-1.2.0.4.orig/src/wrapaspell.cpp
-+++ xmlcopyeditor-1.2.0.4/src/wrapaspell.cpp
-@@ -19,6 +19,7 @@
-
- #include <iostream>
- #include <stdexcept>
-+#include <cstdio>
- #include "wrapaspell.h"
- #include "aspell.h"
- #include "casehandler.h"
---- xmlcopyeditor-1.2.0.4.orig/src/xmlassociatedtd.h
-+++ xmlcopyeditor-1.2.0.4/src/xmlassociatedtd.h
-@@ -24,6 +24,7 @@
- #include <expat.h>
- #include <string>
- #include <memory>
-+#include <cstdio>
- #include "wrapexpat.h"
-
- struct DtdData : public ParserData
---- xmlcopyeditor-1.2.0.4.orig/src/xmlassociatexsd.h
-+++ xmlcopyeditor-1.2.0.4/src/xmlassociatexsd.h
-@@ -25,6 +25,7 @@
- #include <string>
- #include <map>
- #include <memory>
-+#include <cstdio>
- #include "wrapexpat.h"
-
- struct AssociateXsdData : public ParserData
---- xmlcopyeditor-1.2.0.4.orig/src/xmlassociatexsl.h
-+++ xmlcopyeditor-1.2.0.4/src/xmlassociatexsl.h
-@@ -24,6 +24,7 @@
- #include <expat.h>
- #include <string>
- #include <memory>
-+#include <cstdio>
- #include "wrapexpat.h"
-
- struct XslData : public ParserData
---- xmlcopyeditor-1.2.0.4.orig/src/xmlpromptgenerator.cpp
-+++ xmlcopyeditor-1.2.0.4/src/xmlpromptgenerator.cpp
-@@ -31,7 +31,7 @@
- #include "catalogresolver.h"
-
- // Xerces-C req'd for Schema parsing
--#define XERCES_TMPLSINC
-+// #define XERCES_TMPLSINC
-
- #include <xercesc/util/NameIdPool.hpp>
- #include <xercesc/util/PlatformUtils.hpp>
---- xmlcopyeditor-1.2.0.4.orig/src/xmlutf8reader.cpp
-+++ xmlcopyeditor-1.2.0.4/src/xmlutf8reader.cpp
-@@ -20,6 +20,7 @@
- #include <string>
- #include <vector>
- #include <stdexcept>
-+#include <cstdio>
- #include <expat.h>
- #include "xmlutf8reader.h"
-
---- xmlcopyeditor-1.2.0.4.orig/src/xsllocator.cpp
-+++ xmlcopyeditor-1.2.0.4/src/xsllocator.cpp
-@@ -46,7 +46,7 @@
- return;
-
- char *value, *iterator;
-- value = strstr ( ( const char * ) data, "href=" );
-+ value = strstr ( ( char * ) data, "href=" );
- if ( !value || strlen ( value ) < 7 )
- return;
- value += 6;
-@@ -55,7 +55,7 @@
- {
- if ( *iterator == '"' || *iterator == '\'' )
- {
-- *iterator = '\0';
-+ *iterator = '\0'; //Danger, changing const char *data
- break;
- }
- }
-
-