diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-01-03 01:49:32 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-01-03 01:49:32 +0000 |
commit | b19b796849b915c3fc94e8915643e5d0e5d91d0b (patch) | |
tree | fa8a9a8ff8bb592a8e4fc5b77a6d7863f269a3e5 /dev-perl | |
parent | Another attempt at a good configure. (diff) | |
download | historical-b19b796849b915c3fc94e8915643e5d0e5d91d0b.tar.gz historical-b19b796849b915c3fc94e8915643e5d0e5d91d0b.tar.bz2 historical-b19b796849b915c3fc94e8915643e5d0e5d91d0b.zip |
version bump for dep, bug 12148
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/XML-LibXML/ChangeLog | 21 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/XML-LibXML/files/digest-XML-LibXML-1.54 | 1 |
3 files changed, 44 insertions, 14 deletions
diff --git a/dev-perl/XML-LibXML/ChangeLog b/dev-perl/XML-LibXML/ChangeLog index b794768dfb2e..3b6c424b648d 100644 --- a/dev-perl/XML-LibXML/ChangeLog +++ b/dev-perl/XML-LibXML/ChangeLog @@ -1,28 +1,21 @@ # ChangeLog for dev-perl/XML-LibXML # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.12 2002/12/17 19:34:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.13 2003/01/03 01:49:32 mcummings Exp $ + +*XML-LibXML-1.54 (02 Jan 2003) + + 02 Jan 2003; Michael Cummings <mcummings@gentoo.org> XML-LibXML-1.54.ebuild: + Added version bump of ebuild, mod'd ebuild, for bug 12148 dep 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : - 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : : - - 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : : : - - 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : : : : - - 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : : : : : - - 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : : : : : : - - 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : : : : : : : - forced version bump to install into correct locations # ChangeLog for dev-perl/XML-LibXML -*XML-LibX<L-1.52 (18 Aug 2002) +*XML-LibXML-1.52 (18 Aug 2002) 23 Oct 2002; <mcummings@gentoo.org> : Updated keywords diff --git a/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild b/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild new file mode 100644 index 000000000000..9c4710e4536c --- /dev/null +++ b/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/XML-LibXML-1.54.ebuild,v 1.1 2003/01/03 01:49:32 mcummings Exp $ + + +inherit perl-module + + +MY_P="${P}_0" + +S=${WORKDIR}/${P} +DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" +SRC_URI="http://search.cpan.org/CPAN/authors/id/P/PH/PHISH/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/src/PHISH/XML-LibXML-1.54_0/README" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ~alpha ~ppc ~sparc " + +DEPEND="${DEPEND} + >=dev-perl/XML-SAX-0.10 + >=dev-libs/libxml2-2.4.1 + >=dev-perl/XML-NamespaceSupport-1.07" + +export PERL5LIB=`perl -e 'print map { ":$ENV{D}/$_" } @INC'` +mytargets="pure_install doc_install" + + +pkg_postinst() { + + perl_pkg_postinst + + perl -MXML::SAX \ + -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()" + +} diff --git a/dev-perl/XML-LibXML/files/digest-XML-LibXML-1.54 b/dev-perl/XML-LibXML/files/digest-XML-LibXML-1.54 new file mode 100644 index 000000000000..d682b82594cf --- /dev/null +++ b/dev-perl/XML-LibXML/files/digest-XML-LibXML-1.54 @@ -0,0 +1 @@ +MD5 f650e3a8fb411e8f44e25b43c3f23225 XML-LibXML-1.54_0.tar.gz 147611 |