diff options
author | 2006-12-04 17:49:29 +0000 | |
---|---|---|
committer | 2006-12-04 17:49:29 +0000 | |
commit | a3cb7720b025eac81ba925ba767615b75b6e33b8 (patch) | |
tree | 4ac3fe263934de37f1e0999db413096ed9c88aae /dev-libs/xalan-c/files | |
parent | Dropping old versions. Added API-doc generation (bug #157046) using doxygen. ... (diff) | |
download | historical-a3cb7720b025eac81ba925ba767615b75b6e33b8.tar.gz historical-a3cb7720b025eac81ba925ba767615b75b6e33b8.tar.bz2 historical-a3cb7720b025eac81ba925ba767615b75b6e33b8.zip |
Dropping old versions. Added API-doc generation (bug #157046) using doxygen. Updated ebuild to make the package use our CXXFLAGS.
Package-Manager: portage-2.1.2_rc2
Diffstat (limited to 'dev-libs/xalan-c/files')
-rw-r--r-- | dev-libs/xalan-c/files/1.8.0-gcc34.patch | 11 | ||||
-rw-r--r-- | dev-libs/xalan-c/files/digest-xalan-c-1.7.0 | 1 | ||||
-rw-r--r-- | dev-libs/xalan-c/files/digest-xalan-c-1.8.0 | 1 |
3 files changed, 0 insertions, 13 deletions
diff --git a/dev-libs/xalan-c/files/1.8.0-gcc34.patch b/dev-libs/xalan-c/files/1.8.0-gcc34.patch deleted file mode 100644 index 1668612d567d..000000000000 --- a/dev-libs/xalan-c/files/1.8.0-gcc34.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xml-xalan/c/src/xalanc/PlatformSupport/XalanArrayAllocator.hpp.orig 2004-11-10 19:46:56.846893553 -0500 -+++ xml-xalan/c/src/xalanc/PlatformSupport/XalanArrayAllocator.hpp 2004-11-10 19:47:12.901962732 -0500 -@@ -170,7 +170,7 @@ - ListEntryType& theNewEntry = m_list.back(); - - // Resize the vector to the appropriate size... -- theNewEntry.second.resize(theBlockSize, VectorType::value_type(0)); -+ theNewEntry.second.resize(theBlockSize, typename VectorType::value_type(0)); - - // Set the number of free spaces accordingly... - theNewEntry.first = theBlockSize - theCount; diff --git a/dev-libs/xalan-c/files/digest-xalan-c-1.7.0 b/dev-libs/xalan-c/files/digest-xalan-c-1.7.0 deleted file mode 100644 index d17965a15f75..000000000000 --- a/dev-libs/xalan-c/files/digest-xalan-c-1.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 911a952fb1cccc0d97b54ff32b9a52f7 Xalan-C_1_7_0-src.tar.gz 1357604 diff --git a/dev-libs/xalan-c/files/digest-xalan-c-1.8.0 b/dev-libs/xalan-c/files/digest-xalan-c-1.8.0 deleted file mode 100644 index bb5ed0733419..000000000000 --- a/dev-libs/xalan-c/files/digest-xalan-c-1.8.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 fca5101f56608311f8121591f022bc2c Xalan-C_1_8_0-src.tar.gz 1351965 |