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 | 1b96c1c534dc0ba61f2d56e122eecc39bf61bd86 (patch) | |
tree | b6423998662450d3642e33610ad7cddfe98af740 /dev-perl/libvorbis-perl | |
parent | Initial Version. (diff) | |
download | historical-1b96c1c534dc0ba61f2d56e122eecc39bf61bd86.tar.gz historical-1b96c1c534dc0ba61f2d56e122eecc39bf61bd86.tar.bz2 historical-1b96c1c534dc0ba61f2d56e122eecc39bf61bd86.zip |
Initial Version.
Diffstat (limited to 'dev-perl/libvorbis-perl')
-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 |
3 files changed, 22 insertions, 2 deletions
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" |