diff options
author | 2006-07-05 17:41:38 +0000 | |
---|---|---|
committer | 2006-07-05 17:41:38 +0000 | |
commit | dd71cf16b8d309956be283a00372de9065fd2461 (patch) | |
tree | ea6631fdd3797513eaca830372bdf73310984f5f /dev-perl/libvorbis-perl | |
parent | stable x86 for ruby (diff) | |
download | historical-dd71cf16b8d309956be283a00372de9065fd2461.tar.gz historical-dd71cf16b8d309956be283a00372de9065fd2461.tar.bz2 historical-dd71cf16b8d309956be283a00372de9065fd2461.zip |
Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/libvorbis-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 |