diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-03-28 12:58:24 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-03-28 12:58:24 +0000 |
commit | 61f87e641f654f5218f8d4a6e48b710b1f52b496 (patch) | |
tree | 71119fb597a7e41eab6f56e4a7e9b2ba07f50c6c /dev-perl/XML-NamespaceSupport | |
parent | Updated lftp to 10a release (diff) | |
download | gentoo-2-61f87e641f654f5218f8d4a6e48b710b1f52b496.tar.gz gentoo-2-61f87e641f654f5218f8d4a6e48b710b1f52b496.tar.bz2 gentoo-2-61f87e641f654f5218f8d4a6e48b710b1f52b496.zip |
since dev-perl/XML-LibXML is broken, I'm updating it, and theese are
required dependencies.
Diffstat (limited to 'dev-perl/XML-NamespaceSupport')
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/XML-NamespaceSupport/ChangeLog b/dev-perl/XML-NamespaceSupport/ChangeLog new file mode 100644 index 000000000000..3cb9c408f9d7 --- /dev/null +++ b/dev-perl/XML-NamespaceSupport/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/XML-NamespaceSupport +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + +*XML-NamespaceSupport-1.04 (2002/03/25) + + 25 Mar 2002; CC. Salvesen <calle@ioslo.net> All: + + Initial ebuild. dev-perl/XML-SAX depends on this one. diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.04.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.04.ebuild new file mode 100644 index 000000000000..232cc975534e --- /dev/null +++ b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.04.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author CC Salvesen <calle@ioslo.net> + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" +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 + >=dev-libs/libxml2-2.4.1" + +src_compile() { + + perl Makefile.PL + 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-NamespaceSupport/files/digest-XML-NamespaceSupport-1.04 b/dev-perl/XML-NamespaceSupport/files/digest-XML-NamespaceSupport-1.04 new file mode 100644 index 000000000000..5c7791b4dbb7 --- /dev/null +++ b/dev-perl/XML-NamespaceSupport/files/digest-XML-NamespaceSupport-1.04 @@ -0,0 +1 @@ +MD5 cfeea893a030ced73639b9cb2528e057 XML-NamespaceSupport-1.04.tar.gz 6606 |