diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-19 18:36:41 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-19 18:36:41 +0000 |
commit | 337fac1dd9ec26633da76ef5d51d85ee8485c84f (patch) | |
tree | da471f39a255802fb669a8e59b4734baff8e8707 /dev-perl/libvorbis-perl | |
parent | Initial Version. (diff) | |
download | gentoo-2-337fac1dd9ec26633da76ef5d51d85ee8485c84f.tar.gz gentoo-2-337fac1dd9ec26633da76ef5d51d85ee8485c84f.tar.bz2 gentoo-2-337fac1dd9ec26633da76ef5d51d85ee8485c84f.zip |
Initial Version.
Diffstat (limited to 'dev-perl/libvorbis-perl')
-rw-r--r-- | dev-perl/libvorbis-perl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/libvorbis-perl/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/libvorbis-perl/files/digest-libvorbis-perl-0.04 | 1 | ||||
-rw-r--r-- | dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild | 19 |
4 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/libvorbis-perl/ChangeLog b/dev-perl/libvorbis-perl/ChangeLog new file mode 100644 index 000000000000..d02fce40cf6a --- /dev/null +++ b/dev-perl/libvorbis-perl/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/libvorbis-perl +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog,v 1.1 2003/11/19 18:36:25 mholzer Exp $ + +*libvorbis-perl-0.04 (19 Nov 2003) + + 19 Nov 2003; Martin Holzer <mholzer@gentoo.org> libvorbis-perl-0.04.ebuild: + Initial Version. + diff --git a/dev-perl/libvorbis-perl/Manifest b/dev-perl/libvorbis-perl/Manifest index 8c49b49ba2ba..6eb95effb55b 100644 --- a/dev-perl/libvorbis-perl/Manifest +++ b/dev-perl/libvorbis-perl/Manifest @@ -1,3 +1,3 @@ -MD5 6367ae5f7fe0aecf24b4785650ba30b3 libvorbis-perl-0.04.ebuild 705 -MD5 09b4717194aa0a6f8d2484e7e4156113 files/digest-libvorbis-perl-0.02 70 +MD5 424d555cfdc86dd06a11a8747bf02d37 ChangeLog 363 +MD5 28655e001d0cd2031c195b3a016e7b4f libvorbis-perl-0.04.ebuild 707 MD5 c58c3fd7d4ebf456c65599b3bf8afe6c files/digest-libvorbis-perl-0.04 70 diff --git a/dev-perl/libvorbis-perl/files/digest-libvorbis-perl-0.04 b/dev-perl/libvorbis-perl/files/digest-libvorbis-perl-0.04 new file mode 100644 index 000000000000..62a766fee03d --- /dev/null +++ b/dev-perl/libvorbis-perl/files/digest-libvorbis-perl-0.04 @@ -0,0 +1 @@ +MD5 764e0ad14ce0a1ea9f7ae1e05f71ffed libvorbis-perl-0.04.tar.gz 87309 diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild new file mode 100644 index 000000000000..c739ba19bb9e --- /dev/null +++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild,v 1.1 2003/11/19 18:36:25 mholzer Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Collection of Perl modules for working with XML" +#SRC_URI="http://cpan.valueclick.com/modules/by-module/XML/${P}.tar.gz" +SRC_URI_BASE="http://www.cpan.org/modules/by-authors/id/F/FO/FOOF" +SRC_URI="${SRC_URI_BASE}/${P}.tar.gz" +HOMEPAGE="http://cpan.valueclick.com/modules/by-module/XML/${P}.readme" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 amd64 ppc sparc alpha" + +DEPEND="${DEPEND} + >=dev-perl/XML-Parser-2.29" |