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
parentSome cleanup (diff)
downloadhistorical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.gz
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.bz2
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.zip
Some cleanup
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild44
-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
3 files changed, 0 insertions, 83 deletions
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild
deleted file mode 100644
index d00f8411e697..000000000000
--- a/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild,v 1.4 2001/05/30 18:24:34 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
-SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${A}"
-HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.readme"
-
-DEPEND=">=sys-devel/perl-5
- >=gnome-base/gnome-libs-1
- >=gnome-libs/libxslt-0.5
- >=dev-perl/libwww-perl-5.48"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-# patch -p0 < ${FILESDIR}/${P}-LibXML.xs-gentoo.diff
-}
-
-src_compile() {
-
- perl Makefile.PL LIBS=\"-L/opt/gnome/lib\" INC=\"-I/opt/gnome/include\"
- try make
- try make test
-}
-
-src_install () {
-
- try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install
- dodoc MANIFEST README
-
-}
-
-
-
-
-
-
-
-
-
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