diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-04 07:22:58 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-04 07:22:58 +0000 |
commit | cb6690ad6bbdbc69b7d2cdc97a39d831aa7f88a8 (patch) | |
tree | 874d928e6a041e536590abdec2a7a6aa594b979b /dev-perl/DBIx-ContextualFetch | |
parent | Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND (diff) | |
download | historical-cb6690ad6bbdbc69b7d2cdc97a39d831aa7f88a8.tar.gz historical-cb6690ad6bbdbc69b7d2cdc97a39d831aa7f88a8.tar.bz2 historical-cb6690ad6bbdbc69b7d2cdc97a39d831aa7f88a8.zip |
Fixed RDEPEND wrt bug #134781
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/DBIx-ContextualFetch')
4 files changed, 12 insertions, 4 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/ChangeLog b/dev-perl/DBIx-ContextualFetch/ChangeLog index f957d21d77db..f9b30a040a63 100644 --- a/dev-perl/DBIx-ContextualFetch/ChangeLog +++ b/dev-perl/DBIx-ContextualFetch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DBIx-ContextualFetch # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.17 2006/04/27 18:02:00 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.18 2006/07/04 07:22:58 ian Exp $ + + 04 Jul 2006; Christian Hartmann <ian@gentoo.org> + DBIx-ContextualFetch-1.01.ebuild, DBIx-ContextualFetch-1.02.ebuild, + DBIx-ContextualFetch-1.03.ebuild: + Fixed RDEPEND wrt bug #134781 27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-DBIx-ContextualFetch-1.01, diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild index 9b2504cb3c6f..7651e321db59 100644 --- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild +++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.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/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild,v 1.13 2006/02/13 11:00:28 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild,v 1.14 2006/07/04 07:22:58 ian Exp $ inherit perl-module @@ -17,3 +17,4 @@ SRC_TEST="do" DEPEND=">=dev-perl/DBI-1.37 dev-perl/DBD-SQLite virtual/perl-Test-Simple" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild index 00db1f20e202..7e2477e52304 100644 --- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild +++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.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/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild,v 1.4 2006/02/13 11:00:28 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild,v 1.5 2006/07/04 07:22:58 ian Exp $ inherit perl-module @@ -18,3 +18,4 @@ SRC_TEST="do" DEPEND=">=dev-perl/DBI-1.37 dev-perl/DBD-SQLite virtual/perl-Test-Simple" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild index bce0df774003..9725b025d25a 100644 --- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild +++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.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/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild,v 1.5 2006/03/30 22:28:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild,v 1.6 2006/07/04 07:22:58 ian Exp $ inherit perl-module @@ -18,3 +18,4 @@ SRC_TEST="do" DEPEND=">=dev-perl/DBI-1.37 dev-perl/DBD-SQLite virtual/perl-Test-Simple" +RDEPEND="${DEPEND}"
\ No newline at end of file |