diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-09-27 22:02:57 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-09-27 22:02:57 +0000 |
commit | 26d767f85c1cee46cdc06cd1c45a853b1fd4391d (patch) | |
tree | 1a2eb5863f3ab08f6f704a6cff46b2bb074165c5 /dev-cpp/libxmlpp/files | |
parent | bump both nvidia legacy drivers to their latest revisions. Remove hack since... (diff) | |
download | gentoo-2-26d767f85c1cee46cdc06cd1c45a853b1fd4391d.tar.gz gentoo-2-26d767f85c1cee46cdc06cd1c45a853b1fd4391d.tar.bz2 gentoo-2-26d767f85c1cee46cdc06cd1c45a853b1fd4391d.zip |
Remove redundant versions
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-cpp/libxmlpp/files')
7 files changed, 0 insertions, 47 deletions
diff --git a/dev-cpp/libxmlpp/files/digest-libxmlpp-0.27.0 b/dev-cpp/libxmlpp/files/digest-libxmlpp-0.27.0 deleted file mode 100644 index 43a11c855fae..000000000000 --- a/dev-cpp/libxmlpp/files/digest-libxmlpp-0.27.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a225f00c9c2dec481d7da397600baa0a libxml++-0.27.0.tar.gz 269465 -RMD160 ee52e7bdf16df99dd586f11808b10f9e7884dccd libxml++-0.27.0.tar.gz 269465 -SHA256 91893babc4bf9f5b05cd5a63d8060ef6b3d679362f8c6c7a785ac83a5e8bb9fb libxml++-0.27.0.tar.gz 269465 diff --git a/dev-cpp/libxmlpp/files/digest-libxmlpp-1.0.2 b/dev-cpp/libxmlpp/files/digest-libxmlpp-1.0.2 deleted file mode 100644 index 91b4d54f72c9..000000000000 --- a/dev-cpp/libxmlpp/files/digest-libxmlpp-1.0.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 048d8914e47f624c7e5467c5b3d4f88c libxml++-1.0.2.tar.bz2 258755 -RMD160 e2873ba85d31c38882c6db64d0545cad7bce55db libxml++-1.0.2.tar.bz2 258755 -SHA256 5f88c0820da736619a1bc49d36b14519f783d33aa1c320cba771201db6791a90 libxml++-1.0.2.tar.bz2 258755 diff --git a/dev-cpp/libxmlpp/files/digest-libxmlpp-2.10.0-r1 b/dev-cpp/libxmlpp/files/digest-libxmlpp-2.10.0-r1 deleted file mode 100644 index c93588f7e8bc..000000000000 --- a/dev-cpp/libxmlpp/files/digest-libxmlpp-2.10.0-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1494b12a2cf5e337d7717af4557a7711 libxml++-2.10.0.tar.bz2 658315 -RMD160 9b66453d5531ed24eb79e46846837820bc0c551f libxml++-2.10.0.tar.bz2 658315 -SHA256 bb4425c24c2d07c32e7617d4218ce803975e21f6c2e6aa9d231d78a624836039 libxml++-2.10.0.tar.bz2 658315 diff --git a/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r2 b/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r2 deleted file mode 100644 index 7fa074eb6e4a..000000000000 --- a/dev-cpp/libxmlpp/files/digest-libxmlpp-2.8.0-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 be55340776d0aa754369f36a08317476 libxml++-2.8.0.tar.bz2 297029 -RMD160 a4bedcee974cbb9988cc169130bdf999caa66801 libxml++-2.8.0.tar.bz2 297029 -SHA256 be878217e436bf5ce4b0199fe895fe3daf8a4992a61fe1bf5f291287ca8d290d libxml++-2.8.0.tar.bz2 297029 diff --git a/dev-cpp/libxmlpp/files/libxmlpp-2.10.0-use-correct-callback.diff b/dev-cpp/libxmlpp/files/libxmlpp-2.10.0-use-correct-callback.diff deleted file mode 100644 index a6c2f41c06c4..000000000000 --- a/dev-cpp/libxmlpp/files/libxmlpp-2.10.0-use-correct-callback.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff --exclude='*~' -urN libxml++-2.10.0.orig/libxml++/parsers/saxparser.cc libxml++-2.10.0/libxml++/parsers/saxparser.cc ---- libxml++-2.10.0.orig/libxml++/parsers/saxparser.cc 2005-04-27 03:52:24.000000000 -0400 -+++ libxml++-2.10.0/libxml++/parsers/saxparser.cc 2005-04-27 03:53:23.000000000 -0400 -@@ -395,7 +395,7 @@ - // Here we force the use of Glib::ustring::ustring( InputIterator begin, InputIterator end ) - // instead of Glib::ustring::ustring( const char*, size_type ) because it - // expects the length of the string in characters, not in bytes. -- parser->on_cdata_block( -+ parser->on_characters( - Glib::ustring( - reinterpret_cast<const char *>(ch), - reinterpret_cast<const char *>(ch + len) ) ); diff --git a/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff b/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff deleted file mode 100644 index c269ac4a4337..000000000000 --- a/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-fix-errant-semicolon.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- libxml++/validators/validator.h.orig 2005-06-07 09:22:53.000000000 -0400 -+++ libxml++/validators/validator.h 2004-05-28 17:33:03.000000000 -0400 -@@ -22,7 +22,7 @@ - - extern "C" { - struct _xmlValidCtxt; --}; -+} - - namespace xmlpp { - diff --git a/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-use-correct-callback.diff b/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-use-correct-callback.diff deleted file mode 100644 index 4a75ae040c17..000000000000 --- a/dev-cpp/libxmlpp/files/libxmlpp-2.8.0-use-correct-callback.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff --exclude='*~' -urN libxml++-2.8.0.orig/libxml++/parsers/saxparser.cc libxml++-2.8.0/libxml++/parsers/saxparser.cc ---- libxml++-2.8.0.orig/libxml++/parsers/saxparser.cc 2005-04-27 03:57:31.000000000 -0400 -+++ libxml++-2.8.0/libxml++/parsers/saxparser.cc 2005-04-27 03:57:52.000000000 -0400 -@@ -390,7 +390,7 @@ - // Here we force the use of Glib::ustring::ustring( InputIterator begin, InputIterator end ) - // instead of Glib::ustring::ustring( const char*, size_type ) because it - // waits for the length of the string in characters, not in bytes. -- parser->on_cdata_block( -+ parser->on_characters( - Glib::ustring( - reinterpret_cast<const char *>(ch), - reinterpret_cast<const char *>(ch + len) ) ); |