summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
commit6c43e6f260c0d703bc52a7889c714b5b4f9a5135 (patch)
tree81dcfc5770090104955045a4f839d8acd293d70a /dev-perl/XML-LibXSLT/files
parentSome cleanup (diff)
downloadhistorical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.gz
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.bz2
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.zip
Some cleanup
Diffstat (limited to 'dev-perl/XML-LibXSLT/files')
-rw-r--r--dev-perl/XML-LibXSLT/files/XML-LibXSLT-0.95-LibXML.xs-gentoo.diff38
-rw-r--r--dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-0.961
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-0.95-LibXML.xs-gentoo.diff b/dev-perl/XML-LibXSLT/files/XML-LibXSLT-0.95-LibXML.xs-gentoo.diff
deleted file mode 100644
index 49693bdc47d6..000000000000
--- a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-0.95-LibXML.xs-gentoo.diff
+++ /dev/null
@@ -1,38 +0,0 @@
---- XML-LibXML/LibXML.xs.orig Fri Mar 16 19:03:54 2001
-+++ XML-LibXML/LibXML.xs Fri Mar 16 19:04:14 2001
-@@ -333,7 +333,7 @@
- }
-
- xmlParserCtxtPtr
--get_context(SV * self)
-+get_context2(SV * self)
- {
- SV ** ctxt_sv;
- ctxt_sv = hv_fetch((HV *)SvRV(self), "_context", 8, 0);
-@@ -363,7 +363,7 @@
- tbuff = newSV(0);
- tsize = newSViv(BUFSIZE);
-
-- ctxt = get_context(self);
-+ ctxt = get_context2(self);
-
- while (!done) {
- int cnt;
-@@ -599,7 +599,7 @@
- int well_formed;
- CODE:
- ptr = SvPV(string, len);
-- ctxt = get_context(self);
-+ ctxt = get_context2(self);
- xmlParseChunk(ctxt, ptr, len, 0);
- xmlParseChunk(ctxt, ptr, 0, 1);
- well_formed = ctxt->wellFormed;
-@@ -644,7 +644,7 @@
- f = PerlIO_open(filename, "r");
- }
- if (f != NULL) {
-- ctxt = get_context(self);
-+ ctxt = get_context2(self);
- res = PerlIO_read(f, chars, 4);
- if (res > 0) {
- xmlParseChunk(ctxt, chars, res, 0);
diff --git a/dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-0.96 b/dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-0.96
deleted file mode 100644
index 914daae928a0..000000000000
--- a/dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-0.96
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19b5c96f6885aec79de9172ee93455e4 XML-LibXSLT-0.96.tar.gz