diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-19 18:41:04 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-19 18:41:04 +0000 |
commit | 82e7af2393951538007507e5ef99ceb7792178f0 (patch) | |
tree | eb2d96ed8a1f881a9d68318e624cdb61ee85f150 /dev-perl/libvorbis-perl | |
parent | Initial Version. (diff) | |
download | gentoo-2-82e7af2393951538007507e5ef99ceb7792178f0.tar.gz gentoo-2-82e7af2393951538007507e5ef99ceb7792178f0.tar.bz2 gentoo-2-82e7af2393951538007507e5ef99ceb7792178f0.zip |
minor fixes
Diffstat (limited to 'dev-perl/libvorbis-perl')
-rw-r--r-- | dev-perl/libvorbis-perl/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-perl/libvorbis-perl/Manifest b/dev-perl/libvorbis-perl/Manifest index 6eb95effb55b..4ff241bd1eb9 100644 --- a/dev-perl/libvorbis-perl/Manifest +++ b/dev-perl/libvorbis-perl/Manifest @@ -1,3 +1,3 @@ MD5 424d555cfdc86dd06a11a8747bf02d37 ChangeLog 363 -MD5 28655e001d0cd2031c195b3a016e7b4f libvorbis-perl-0.04.ebuild 707 +MD5 26487163eda9dbd5175cb224c382f65c libvorbis-perl-0.04.ebuild 604 MD5 c58c3fd7d4ebf456c65599b3bf8afe6c files/digest-libvorbis-perl-0.04 70 diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild index c739ba19bb9e..3e6ee6c0c33b 100644 --- a/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild +++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild @@ -1,19 +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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild,v 1.2 2003/11/19 18:40:59 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" +DESCRIPTION="Ogg::Vorbis - Perl extension for Ogg Vorbis streams" 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" +HOMEPAGE="http://synthcode.com/code/vorbis/" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 amd64 ppc sparc alpha" +KEYWORDS="~x86" DEPEND="${DEPEND} - >=dev-perl/XML-Parser-2.29" + media-libs/libogg + media-libs/libvorbis" |