diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 17:46:08 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 17:46:08 +0000 |
commit | 1ed1004d47196c47635a5201c66499e0675bdbb9 (patch) | |
tree | 38f11878ad91ee7d0c62dde5a407b80bd2769fff /dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild | |
parent | Version bumped. (diff) | |
download | historical-1ed1004d47196c47635a5201c66499e0675bdbb9.tar.gz historical-1ed1004d47196c47635a5201c66499e0675bdbb9.tar.bz2 historical-1ed1004d47196c47635a5201c66499e0675bdbb9.zip |
cleaning
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild')
-rw-r--r-- | dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild new file mode 100644 index 000000000000..c71f91bdf648 --- /dev/null +++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild,v 1.1 2005/04/29 17:40:48 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Ogg::Vorbis - Perl extension for Ogg Vorbis streams" +SRC_URI_BASE="mirror://cpan/authors/id/F/FO/FOOF" +SRC_URI="${SRC_URI_BASE}/${P}.tar.gz" +HOMEPAGE="http://synthcode.com/code/vorbis/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~sparc ~ppc ~amd64" +IUSE="" + +DEPEND="${DEPEND} + media-libs/libogg + media-libs/libvorbis" |