diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-10-24 14:26:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-10-24 14:26:38 +0000 |
commit | b585982bb77153d048a493a64d3f8d58f8d48e0a (patch) | |
tree | 86cab5c8ba6ec41ecafceb6bc7faef2264681fb5 | |
parent | Bug 9113 (diff) | |
download | historical-b585982bb77153d048a493a64d3f8d58f8d48e0a.tar.gz historical-b585982bb77153d048a493a64d3f8d58f8d48e0a.tar.bz2 historical-b585982bb77153d048a493a64d3f8d58f8d48e0a.zip |
Bug 9114
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/XML-Handler-YAWriter/ChangeLog b/dev-perl/XML-Handler-YAWriter/ChangeLog new file mode 100644 index 000000000000..8278ff56e24d --- /dev/null +++ b/dev-perl/XML-Handler-YAWriter/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: + +*XML-Handler-YAWriter-0.23 (24 Oct 2002) + + 24 Oct 2002; <mcummings@gentoo.org> XML-Handler-YAWriter-0.23.ebuild + ChangeLog: Initial import. Ebuild submitted by ryan.shaw@standfordalumni.org. diff --git a/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23.ebuild b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23.ebuild new file mode 100644 index 000000000000..f0fd18ca9fb3 --- /dev/null +++ b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.23.ebuild,v 1.1 2002/10/24 14:26:38 mcummings Exp $ + +inherit perl-module + +MY_P="${P/_/}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A Perl module providing a simple API to parsed XML instances" +HOMEPAGE="http://cpan.org/modules/by-module/XML/${MY_P}.readme" +SRC_URI="http://cpan.org/modules/by-module/XML/${MY_P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="x86" + +DEPEND="${DEPEND} + >=libxml-perl-0.07-r1" diff --git a/dev-perl/XML-Handler-YAWriter/files/digest-XML-Handler-YAWriter-0.23 b/dev-perl/XML-Handler-YAWriter/files/digest-XML-Handler-YAWriter-0.23 new file mode 100644 index 000000000000..c5e17bca1e5d --- /dev/null +++ b/dev-perl/XML-Handler-YAWriter/files/digest-XML-Handler-YAWriter-0.23 @@ -0,0 +1 @@ +MD5 c7ba2a828a284d6a13ea6fbbfec2b162 XML-Handler-YAWriter-0.23.tar.gz 25695 |