summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-16 01:10:12 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-16 01:10:12 +0000
commit370c819a4d6668ce0a1f5c8fe0694ce13ef87a76 (patch)
tree891e20dcbf5d0bc4aef16875f427c55e3a956680 /dev-perl/libvorbis-perl
parentEbuild maintenance (diff)
downloadgentoo-2-370c819a4d6668ce0a1f5c8fe0694ce13ef87a76.tar.gz
gentoo-2-370c819a4d6668ce0a1f5c8fe0694ce13ef87a76.tar.bz2
gentoo-2-370c819a4d6668ce0a1f5c8fe0694ce13ef87a76.zip
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/libvorbis-perl')
-rw-r--r--dev-perl/libvorbis-perl/ChangeLog8
-rw-r--r--dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild9
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-perl/libvorbis-perl/ChangeLog b/dev-perl/libvorbis-perl/ChangeLog
index b050343ee634..ae155d7367c7 100644
--- a/dev-perl/libvorbis-perl/ChangeLog
+++ b/dev-perl/libvorbis-perl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/libvorbis-perl
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog,v 1.17 2006/08/06 02:44:10 mcummings Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog,v 1.18 2007/01/16 01:10:12 mcummings Exp $
+
+ 16 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ -libvorbis-perl-0.04.ebuild, libvorbis-perl-0.05.ebuild:
+ Ebuild maintenance
06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
libvorbis-perl-0.04.ebuild, libvorbis-perl-0.05.ebuild:
diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild
index 740416754214..9e5c60e540f2 100644
--- a/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild
+++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.9 2006/08/06 02:44:10 mcummings Exp $
+# $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 $
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"
+SRC_URI="mirror://cpan/authors/id/F/FO/FOOF/${P}.tar.gz"
HOMEPAGE="http://synthcode.com/code/vorbis/"
SLOT="0"
@@ -17,5 +16,3 @@ IUSE=""
DEPEND="media-libs/libogg
media-libs/libvorbis
dev-lang/perl"
-RDEPEND="${DEPEND}"
-