summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-03 20:28:49 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-03 20:28:49 +0000
commitd0df3f8c5c0063b51cc4ae52ef9a029161f622be (patch)
tree6431e2b4f3f845fa3b778d9ffb221fe49696686f /dev-perl/CDDB-File
parentFixed RDEPEND wrt bug #134781 (diff)
downloadgentoo-2-d0df3f8c5c0063b51cc4ae52ef9a029161f622be.tar.gz
gentoo-2-d0df3f8c5c0063b51cc4ae52ef9a029161f622be.tar.bz2
gentoo-2-d0df3f8c5c0063b51cc4ae52ef9a029161f622be.zip
Fixed RDEPEND wrt bug #134781; fixed DEPEND
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/CDDB-File')
-rw-r--r--dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild8
-rw-r--r--dev-perl/CDDB-File/CDDB-File-1.05.ebuild8
-rw-r--r--dev-perl/CDDB-File/ChangeLog6
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild b/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild
index 4fe635db9553..17772b7e37e7 100644
--- a/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild
+++ b/dev-perl/CDDB-File/CDDB-File-1.03-r1.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/CDDB-File/CDDB-File-1.03-r1.ebuild,v 1.12 2006/02/13 10:43:55 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/CDDB-File-1.03-r1.ebuild,v 1.13 2006/07/03 20:28:49 ian Exp $
inherit perl-module
@@ -8,9 +8,9 @@ DESCRIPTION="Parse a CDDB/freedb data file"
SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz"
SLOT="0"
HOMEPAGE="http://search.cpan.org/~tmtm/${P}/"
-DEPEND="${DEPEND}
- virtual/perl-Test-Simple"
+DEPEND="virtual/perl-Test-Simple"
+RDEPEND="${DEPEND}"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 ia64 ppc x86"
-IUSE=""
+IUSE="" \ No newline at end of file
diff --git a/dev-perl/CDDB-File/CDDB-File-1.05.ebuild b/dev-perl/CDDB-File/CDDB-File-1.05.ebuild
index 75f3e1e0f3a9..4edc423f8ed0 100644
--- a/dev-perl/CDDB-File/CDDB-File-1.05.ebuild
+++ b/dev-perl/CDDB-File/CDDB-File-1.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/CDDB-File/CDDB-File-1.05.ebuild,v 1.7 2006/02/13 10:43:55 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/CDDB-File-1.05.ebuild,v 1.8 2006/07/03 20:28:49 ian Exp $
inherit perl-module
@@ -8,10 +8,10 @@ DESCRIPTION="Parse a CDDB/freedb data file"
SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz"
SLOT="0"
HOMEPAGE="http://search.cpan.org/~tmtm/${P}/"
-DEPEND="${DEPEND}
- virtual/perl-Test-Simple"
+DEPEND="virtual/perl-Test-Simple"
+RDEPEND="${DEPEND}"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 ia64 ppc x86"
IUSE=""
-SRC_TEST="do"
+SRC_TEST="do" \ No newline at end of file
diff --git a/dev-perl/CDDB-File/ChangeLog b/dev-perl/CDDB-File/ChangeLog
index ee8601477f03..de95e4c4e64f 100644
--- a/dev-perl/CDDB-File/ChangeLog
+++ b/dev-perl/CDDB-File/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/CDDB-File
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/ChangeLog,v 1.18 2006/02/13 10:43:55 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/ChangeLog,v 1.19 2006/07/03 20:28:49 ian Exp $
+
+ 03 Jul 2006; Christian Hartmann <ian@gentoo.org> CDDB-File-1.03-r1.ebuild,
+ CDDB-File-1.05.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed DEPEND
13 Feb 2006; <mcumming@gentoo.org> CDDB-File-1.03-r1.ebuild,
CDDB-File-1.05.ebuild: