diff options
Diffstat (limited to 'dev-perl/Class-Inspector')
6 files changed, 22 insertions, 11 deletions
diff --git a/dev-perl/Class-Inspector/ChangeLog b/dev-perl/Class-Inspector/ChangeLog index 510236b67778..1c0dc4321c8c 100644 --- a/dev-perl/Class-Inspector/ChangeLog +++ b/dev-perl/Class-Inspector/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Class-Inspector # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.32 2006/06/29 17:59:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.33 2006/07/04 04:46:19 ian Exp $ + + 04 Jul 2006; Christian Hartmann <ian@gentoo.org> + Class-Inspector-1.06.ebuild, Class-Inspector-1.08.ebuild, + Class-Inspector-1.13.ebuild, Class-Inspector-1.14.ebuild, + Class-Inspector-1.16.ebuild: + Fixed RDEPEND wrt bug #134781 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> Class-Inspector-1.14.ebuild: diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild index 24178bb3684d..d1a5cc2a4c58 100644 --- a/dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild +++ b/dev-perl/Class-Inspector/Class-Inspector-1.06.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/Class-Inspector/Class-Inspector-1.06.ebuild,v 1.12 2006/02/13 10:56:29 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.06.ebuild,v 1.13 2006/07/04 04:46:19 ian Exp $ inherit perl-module @@ -14,5 +14,6 @@ KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" IUSE="" DEPEND="virtual/perl-Test-Simple" +RDEPEND="${DEPEND}" -SRC_TEST="do" +SRC_TEST="do"
\ No newline at end of file diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild index d19b5037abcc..a29991bc48be 100644 --- a/dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild +++ b/dev-perl/Class-Inspector/Class-Inspector-1.08.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/Class-Inspector/Class-Inspector-1.08.ebuild,v 1.6 2006/02/13 10:56:29 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild,v 1.7 2006/07/04 04:46:19 ian Exp $ inherit perl-module @@ -14,5 +14,6 @@ KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="virtual/perl-Test-Simple" +RDEPEND="${DEPEND}" -SRC_TEST="do" +SRC_TEST="do"
\ No newline at end of file diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild index 273ae5f04f74..b643756a3572 100644 --- a/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild +++ b/dev-perl/Class-Inspector/Class-Inspector-1.13.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/Class-Inspector/Class-Inspector-1.13.ebuild,v 1.8 2006/02/13 10:56:29 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild,v 1.9 2006/07/04 04:46:19 ian Exp $ inherit perl-module @@ -14,5 +14,6 @@ KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" IUSE="" DEPEND="virtual/perl-Test-Simple" +RDEPEND="${DEPEND}" -SRC_TEST="do" +SRC_TEST="do"
\ No newline at end of file diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.14.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.14.ebuild index 6dc78a798b14..e07336ed99a2 100644 --- a/dev-perl/Class-Inspector/Class-Inspector-1.14.ebuild +++ b/dev-perl/Class-Inspector/Class-Inspector-1.14.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/Class-Inspector/Class-Inspector-1.14.ebuild,v 1.3 2006/06/29 17:59:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.14.ebuild,v 1.4 2006/07/04 04:46:19 ian Exp $ inherit perl-module @@ -14,5 +14,6 @@ KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc sparc ~x86" IUSE="" DEPEND="virtual/perl-Test-Simple" +RDEPEND="${DEPEND}" -SRC_TEST="do" +SRC_TEST="do"
\ No newline at end of file diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.16.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.16.ebuild index 2297c8ab8f99..9d26b155b7c5 100644 --- a/dev-perl/Class-Inspector/Class-Inspector-1.16.ebuild +++ b/dev-perl/Class-Inspector/Class-Inspector-1.16.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/Class-Inspector/Class-Inspector-1.16.ebuild,v 1.1 2006/05/22 00:24:23 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.16.ebuild,v 1.2 2006/07/04 04:46:19 ian Exp $ inherit perl-module @@ -14,5 +14,6 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="virtual/perl-Test-Simple" +RDEPEND="${DEPEND}" -SRC_TEST="do" +SRC_TEST="do"
\ No newline at end of file |