diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 17:41:38 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 17:41:38 +0000 |
commit | ebbff6d40ea1da6fce138eaefc933a35012f5a6e (patch) | |
tree | 7f81fb8000aa7c57fc5d3d7c5db0fff4377967c1 /dev-perl | |
parent | stable x86 for ruby (diff) | |
download | gentoo-2-ebbff6d40ea1da6fce138eaefc933a35012f5a6e.tar.gz gentoo-2-ebbff6d40ea1da6fce138eaefc933a35012f5a6e.tar.bz2 gentoo-2-ebbff6d40ea1da6fce138eaefc933a35012f5a6e.zip |
Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/libvorbis-perl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/libvorbis-perl/ChangeLog b/dev-perl/libvorbis-perl/ChangeLog index 4436b99e95fc..2c429122bac0 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.14 2006/03/30 23:50:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/ChangeLog,v 1.15 2006/07/05 17:41:38 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> + libvorbis-perl-0.04.ebuild, libvorbis-perl-0.05.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> libvorbis-perl-0.05.ebuild: diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild index 7d8315fc59f4..8299eeb4db53 100644 --- a/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild +++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.04.ebuild,v 1.13 2005/05/01 17:06:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.04.ebuild,v 1.14 2006/07/05 17:41:38 ian Exp $ inherit perl-module @@ -14,6 +14,6 @@ LICENSE="Artistic" KEYWORDS="x86 sparc ppc amd64" IUSE="" -DEPEND="${DEPEND} - media-libs/libogg +DEPEND="media-libs/libogg media-libs/libvorbis" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild b/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild index 97472eb5809a..8e3afe7df81f 100644 --- a/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild +++ b/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.6 2006/03/30 23:50:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libvorbis-perl/libvorbis-perl-0.05.ebuild,v 1.7 2006/07/05 17:41:38 ian Exp $ inherit perl-module @@ -14,6 +14,6 @@ LICENSE="Artistic" KEYWORDS="amd64 ~ia64 ppc sparc x86" IUSE="" -DEPEND="${DEPEND} - media-libs/libogg +DEPEND="media-libs/libogg media-libs/libvorbis" +RDEPEND="${DEPEND}"
\ No newline at end of file |