summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 02:21:28 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 02:21:28 +0000
commitb04e56290bc2b10110435085512ed24ae9494317 (patch)
tree85f5f8d04cc1590d19193c75d3503c92f7173890 /dev-perl/DBIx-ContextualFetch
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-b04e56290bc2b10110435085512ed24ae9494317.tar.gz
gentoo-2-b04e56290bc2b10110435085512ed24ae9494317.tar.bz2
gentoo-2-b04e56290bc2b10110435085512ed24ae9494317.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/DBIx-ContextualFetch')
-rw-r--r--dev-perl/DBIx-ContextualFetch/ChangeLog7
-rw-r--r--dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild9
-rw-r--r--dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild9
-rw-r--r--dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild9
-rw-r--r--dev-perl/DBIx-ContextualFetch/files/digest-DBIx-ContextualFetch-1.032
5 files changed, 23 insertions, 13 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/ChangeLog b/dev-perl/DBIx-ContextualFetch/ChangeLog
index 78a986150df7..1b13b8683190 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.19 2006/07/10 15:10:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/ChangeLog,v 1.20 2006/08/05 02:21:28 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ DBIx-ContextualFetch-1.01.ebuild, DBIx-ContextualFetch-1.02.ebuild,
+ DBIx-ContextualFetch-1.03.ebuild:
+ Adding perl dep; fixed DEPEND
10 Jul 2006; Aron Griffis <agriffis@gentoo.org>
DBIx-ContextualFetch-1.03.ebuild:
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild
index 7651e321db59..5e490a2bfd95 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.14 2006/07/04 07:22:58 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.01.ebuild,v 1.15 2006/08/05 02:21:28 mcummings Exp $
inherit perl-module
@@ -15,6 +15,7 @@ IUSE=""
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
+ dev-perl/DBD-SQLite
+ virtual/perl-Test-Simple
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild
index 7e2477e52304..af2a5df651fb 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.5 2006/07/04 07:22:58 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild,v 1.6 2006/08/05 02:21:28 mcummings Exp $
inherit perl-module
@@ -16,6 +16,7 @@ SRC_TEST="do"
# DBD-SQLite is for testing
DEPEND=">=dev-perl/DBI-1.37
- dev-perl/DBD-SQLite
- virtual/perl-Test-Simple"
-RDEPEND="${DEPEND}" \ No newline at end of file
+ dev-perl/DBD-SQLite
+ virtual/perl-Test-Simple
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild
index 63bedcbe592c..4490222e6282 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.7 2006/07/10 15:10:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.03.ebuild,v 1.8 2006/08/05 02:21:28 mcummings Exp $
inherit perl-module
@@ -16,6 +16,7 @@ SRC_TEST="do"
# DBD-SQLite is for testing
DEPEND=">=dev-perl/DBI-1.37
- dev-perl/DBD-SQLite
- virtual/perl-Test-Simple"
-RDEPEND="${DEPEND}" \ No newline at end of file
+ dev-perl/DBD-SQLite
+ virtual/perl-Test-Simple
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/DBIx-ContextualFetch/files/digest-DBIx-ContextualFetch-1.03 b/dev-perl/DBIx-ContextualFetch/files/digest-DBIx-ContextualFetch-1.03
index b5fb131ba8ac..61dc3a38fa72 100644
--- a/dev-perl/DBIx-ContextualFetch/files/digest-DBIx-ContextualFetch-1.03
+++ b/dev-perl/DBIx-ContextualFetch/files/digest-DBIx-ContextualFetch-1.03
@@ -1 +1,3 @@
MD5 20a78432ae26b266216b7b30ff7941c3 DBIx-ContextualFetch-1.03.tar.gz 4487
+RMD160 cd0aa0e634da277aae30b4e295eac2e0680d007e DBIx-ContextualFetch-1.03.tar.gz 4487
+SHA256 85e2f805bfc81cd738c294316b27a515397036f397a0ff1c6c8d754c38530306 DBIx-ContextualFetch-1.03.tar.gz 4487