diff options
author | 2011-08-27 18:39:06 +0000 | |
---|---|---|
committer | 2011-08-27 18:39:06 +0000 | |
commit | 6465f25b76207eac3422eff2989cf658bec3a0e5 (patch) | |
tree | 5c03bf286e9f4e87cca68375503c3b3476f0460e /dev-perl/libvorbis-perl/libvorbis-perl-0.50.0.ebuild | |
parent | Change version scheme (diff) | |
download | gentoo-2-6465f25b76207eac3422eff2989cf658bec3a0e5.tar.gz gentoo-2-6465f25b76207eac3422eff2989cf658bec3a0e5.tar.bz2 gentoo-2-6465f25b76207eac3422eff2989cf658bec3a0e5.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/libvorbis-perl/libvorbis-perl-0.50.0.ebuild')
-rw-r--r-- | dev-perl/libvorbis-perl/libvorbis-perl-0.50.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0.ebuild new file mode 100644 index 000000000000..7497d8efaeae --- /dev/null +++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.50.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 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.50.0.ebuild,v 1.1 2011/08/27 18:39:06 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FOOF +MODULE_VERSION=0.05 +inherit perl-module + +DESCRIPTION="Ogg::Vorbis - Perl extension for Ogg Vorbis streams" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="media-libs/libogg + media-libs/libvorbis" +DEPEND="${RDEPEND}" |