summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-05-25 15:05:24 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-05-25 15:05:24 +0000
commitb2f0913a1a8f367027d69453d5532cc27e9087dd (patch)
treec18ed5b4d0cddd4bca1de4bd9fe6231b6e2265c7 /dev-perl/DBIx-ContextualFetch
parentdev-perl/Test-Simple => perl-core/Test-Simple migration (diff)
downloadgentoo-2-b2f0913a1a8f367027d69453d5532cc27e9087dd.tar.gz
gentoo-2-b2f0913a1a8f367027d69453d5532cc27e9087dd.tar.bz2
gentoo-2-b2f0913a1a8f367027d69453d5532cc27e9087dd.zip
dev-perl/Test-Simple => perl-core/Test-Simple migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/DBIx-ContextualFetch')
-rw-r--r--dev-perl/DBIx-ContextualFetch/ChangeLog6
-rw-r--r--dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild4
-rw-r--r--dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/ChangeLog b/dev-perl/DBIx-ContextualFetch/ChangeLog
index 5f8548d463e7..40c435289db4 100644
--- a/dev-perl/DBIx-ContextualFetch/ChangeLog
+++ b/dev-perl/DBIx-ContextualFetch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/DBIx-ContextualFetch
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.8 2005/05/25 15:04:49 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.9 2005/05/25 15:05:06 mcummings Exp $
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org>
+ DBIx-ContextualFetch-1.02.ebuild:
+ dev-perl/Test-Simple => perl-core/Test-Simple migration
25 May 2005; Michael Cummings <mcummings@gentoo.org>
DBIx-ContextualFetch-1.01.ebuild:
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild
index 00742881acb9..5927485ccfe4 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-2005 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.9 2005/04/25 13:05:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild,v 1.10 2005/05/25 15:04:49 mcummings Exp $
inherit perl-module
@@ -16,4 +16,4 @@ SRC_TEST="do"
DEPEND=">=dev-perl/DBI-1.37
dev-perl/DBD-SQLite
- dev-perl/Test-Simple"
+ perl-core/Test-Simple"
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild
index 78c61b42feb1..e144de91e42f 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-2005 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.1 2005/04/25 13:05:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild,v 1.2 2005/05/25 15:05:06 mcummings Exp $
inherit perl-module
@@ -17,4 +17,4 @@ SRC_TEST="do"
# DBD-SQLite is for testing
DEPEND=">=dev-perl/DBI-1.37
dev-perl/DBD-SQLite
- dev-perl/Test-Simple"
+ perl-core/Test-Simple"