diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-29 12:26:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-29 12:26:00 +0000 |
commit | 09bbc953a71146c90400a26b08c27ff6552c9278 (patch) | |
tree | f2d8a1f70135814f2f10b0b5d01672c082d089a8 /dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild | |
parent | Fix LICENSE: same terms as perl (#301969). Maintenance (diff) | |
download | historical-09bbc953a71146c90400a26b08c27ff6552c9278.tar.gz historical-09bbc953a71146c90400a26b08c27ff6552c9278.tar.bz2 historical-09bbc953a71146c90400a26b08c27ff6552c9278.zip |
Fix LICENSE (#301969). Maintenance
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild')
-rw-r--r-- | dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild index 9e5c60e540f2..321e8801189b 100644 --- a/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild +++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild @@ -1,18 +1,20 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 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.10 2007/01/16 01:10:12 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild,v 1.11 2010/01/29 12:25:59 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=FOOF inherit perl-module DESCRIPTION="Ogg::Vorbis - Perl extension for Ogg Vorbis streams" -SRC_URI="mirror://cpan/authors/id/F/FO/FOOF/${P}.tar.gz" HOMEPAGE="http://synthcode.com/code/vorbis/" SLOT="0" -LICENSE="Artistic" +LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="amd64 ia64 ppc sparc x86" IUSE="" -DEPEND="media-libs/libogg - media-libs/libvorbis - dev-lang/perl" +RDEPEND="media-libs/libogg + media-libs/libvorbis" +DEPEND="${RDEPEND}" |