summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 04:49:53 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 04:49:53 +0000
commita9762e506e82b626b3f822022676a5241e209af5 (patch)
tree171039ccc2d90782675f858281626a4b43b42f0a /dev-perl
parentAdding perl dep; fixed header; fixed DEPEND (diff)
downloadhistorical-a9762e506e82b626b3f822022676a5241e209af5.tar.gz
historical-a9762e506e82b626b3f822022676a5241e209af5.tar.bz2
historical-a9762e506e82b626b3f822022676a5241e209af5.zip
Adding perl dep; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/IO-String/ChangeLog7
-rw-r--r--dev-perl/IO-String/IO-String-1.03.ebuild8
-rw-r--r--dev-perl/IO-String/IO-String-1.05.ebuild6
-rw-r--r--dev-perl/IO-String/IO-String-1.06.ebuild8
-rw-r--r--dev-perl/IO-String/IO-String-1.07.ebuild6
-rw-r--r--dev-perl/IO-String/IO-String-1.08.ebuild6
-rw-r--r--dev-perl/IO-Tty/ChangeLog7
-rw-r--r--dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild8
-rw-r--r--dev-perl/IO-Tty/IO-Tty-0.04.ebuild8
-rw-r--r--dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild8
-rw-r--r--dev-perl/IO-Tty/IO-Tty-1.02.ebuild8
-rw-r--r--dev-perl/IO-Tty/IO-Tty-1.05.ebuild6
-rw-r--r--dev-perl/IO-Tty/IO-Tty-1.07.ebuild6
-rw-r--r--dev-perl/IO-stringy/ChangeLog6
-rw-r--r--dev-perl/IO-stringy/IO-stringy-2.109.ebuild8
-rw-r--r--dev-perl/IO-stringy/IO-stringy-2.110.ebuild6
-rw-r--r--dev-perl/IPC-Run/ChangeLog6
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.78.ebuild8
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.79.ebuild8
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.80.ebuild8
-rw-r--r--dev-perl/IPC-Run3/ChangeLog6
-rw-r--r--dev-perl/IPC-Run3/IPC-Run3-0.01.ebuild8
-rw-r--r--dev-perl/IPC-Run3/IPC-Run3-0.033.ebuild8
-rw-r--r--dev-perl/IPC-Run3/IPC-Run3-0.034.ebuild8
-rw-r--r--dev-perl/IPC-Run3/IPC-Run3-0.035.ebuild8
25 files changed, 139 insertions, 41 deletions
diff --git a/dev-perl/IO-String/ChangeLog b/dev-perl/IO-String/ChangeLog
index 5afeb9334d37..8ee3b0401998 100644
--- a/dev-perl/IO-String/ChangeLog
+++ b/dev-perl/IO-String/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/IO-String
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/ChangeLog,v 1.42 2006/05/28 15:26:27 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/ChangeLog,v 1.43 2006/08/05 04:45:00 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ IO-String-1.03.ebuild, IO-String-1.05.ebuild, IO-String-1.06.ebuild,
+ IO-String-1.07.ebuild, IO-String-1.08.ebuild:
+ Adding perl dep; fixed header; fixed DEPEND
28 May 2006; Bryan Østergaard <kloeri@gentoo.org> IO-String-1.08.ebuild:
Stable on alpha.
diff --git a/dev-perl/IO-String/IO-String-1.03.ebuild b/dev-perl/IO-String/IO-String-1.03.ebuild
index 007af0009183..9de4b967f30b 100644
--- a/dev-perl/IO-String/IO-String-1.03.ebuild
+++ b/dev-perl/IO-String/IO-String-1.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/IO-String-1.03.ebuild,v 1.7 2005/02/06 23:02:46 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/IO-String-1.03.ebuild,v 1.8 2006/08/05 04:45:00 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ppc sparc alpha"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-String/IO-String-1.05.ebuild b/dev-perl/IO-String/IO-String-1.05.ebuild
index 0e846a0f7914..1cbfc346f2ee 100644
--- a/dev-perl/IO-String/IO-String-1.05.ebuild
+++ b/dev-perl/IO-String/IO-String-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/IO-String/IO-String-1.05.ebuild,v 1.13 2006/01/15 17:42:11 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/IO-String-1.05.ebuild,v 1.14 2006/08/05 04:45:00 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-String/IO-String-1.06.ebuild b/dev-perl/IO-String/IO-String-1.06.ebuild
index e56b523b45c3..7dd143acbe77 100644
--- a/dev-perl/IO-String/IO-String-1.06.ebuild
+++ b/dev-perl/IO-String/IO-String-1.06.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/IO-String-1.06.ebuild,v 1.1 2005/04/26 00:16:41 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/IO-String-1.06.ebuild,v 1.2 2006/08/05 04:45:00 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-String/IO-String-1.07.ebuild b/dev-perl/IO-String/IO-String-1.07.ebuild
index 63f89841a2f0..84978f661c50 100644
--- a/dev-perl/IO-String/IO-String-1.07.ebuild
+++ b/dev-perl/IO-String/IO-String-1.07.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/IO-String/IO-String-1.07.ebuild,v 1.8 2006/02/25 23:54:09 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/IO-String-1.07.ebuild,v 1.9 2006/08/05 04:45:00 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-String/IO-String-1.08.ebuild b/dev-perl/IO-String/IO-String-1.08.ebuild
index eb45e9ed2657..bbe607a5e5da 100644
--- a/dev-perl/IO-String/IO-String-1.08.ebuild
+++ b/dev-perl/IO-String/IO-String-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/IO-String/IO-String-1.08.ebuild,v 1.11 2006/05/28 15:26:27 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/IO-String-1.08.ebuild,v 1.12 2006/08/05 04:45:00 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-f
IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-Tty/ChangeLog b/dev-perl/IO-Tty/ChangeLog
index 17587b2de1cd..2ce00a8b5584 100644
--- a/dev-perl/IO-Tty/ChangeLog
+++ b/dev-perl/IO-Tty/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/IO-Tty
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.18 2006/07/30 02:02:44 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.19 2006/08/05 04:46:42 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> IO-Tty-0.04.ebuild,
+ IO-Tty-0.04-r1.ebuild, IO-Tty-1.02.ebuild, IO-Tty-1.02-r1.ebuild,
+ IO-Tty-1.05.ebuild, IO-Tty-1.07.ebuild:
+ Adding perl dep; fixed header; fixed DEPEND
*IO-Tty-1.07 (30 Jul 2006)
diff --git a/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild b/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild
index 7bca52aeac59..ae8a0310749f 100644
--- a/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild
+++ b/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild,v 1.10 2005/03/14 11:21:19 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild,v 1.11 2006/08/05 04:46:42 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="x86 amd64 ppc sparc alpha"
IUSE=""
mymake="/usr"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-Tty/IO-Tty-0.04.ebuild b/dev-perl/IO-Tty/IO-Tty-0.04.ebuild
index 0242ad3175a6..1cff6e69f307 100644
--- a/dev-perl/IO-Tty/IO-Tty-0.04.ebuild
+++ b/dev-perl/IO-Tty/IO-Tty-0.04.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-0.04.ebuild,v 1.17 2005/03/14 11:21:19 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-0.04.ebuild,v 1.18 2006/08/05 04:46:42 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="x86 amd64 ppc sparc alpha"
IUSE=""
mymake="/usr"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild b/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild
index fb46b00d2497..e99d34017e26 100644
--- a/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild
+++ b/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild,v 1.12 2005/10/02 12:49:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild,v 1.13 2006/08/05 04:46:42 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="alpha amd64 ia64 ppc s390 sparc x86"
IUSE=""
mymake="/usr"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-Tty/IO-Tty-1.02.ebuild b/dev-perl/IO-Tty/IO-Tty-1.02.ebuild
index 9996a8219227..1f38e8d51bea 100644
--- a/dev-perl/IO-Tty/IO-Tty-1.02.ebuild
+++ b/dev-perl/IO-Tty/IO-Tty-1.02.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.02.ebuild,v 1.10 2005/03/14 11:21:19 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.02.ebuild,v 1.11 2006/08/05 04:46:42 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="x86 amd64 ppc sparc alpha"
IUSE=""
mymake="/usr"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-Tty/IO-Tty-1.05.ebuild b/dev-perl/IO-Tty/IO-Tty-1.05.ebuild
index 4043803a70e3..36a0723e512c 100644
--- a/dev-perl/IO-Tty/IO-Tty-1.05.ebuild
+++ b/dev-perl/IO-Tty/IO-Tty-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/IO-Tty/IO-Tty-1.05.ebuild,v 1.1 2006/06/23 17:47:57 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.05.ebuild,v 1.2 2006/08/05 04:46:42 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
IUSE=""
mymake="/usr"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-Tty/IO-Tty-1.07.ebuild b/dev-perl/IO-Tty/IO-Tty-1.07.ebuild
index 9aac4c7c730b..77b766e31be8 100644
--- a/dev-perl/IO-Tty/IO-Tty-1.07.ebuild
+++ b/dev-perl/IO-Tty/IO-Tty-1.07.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/IO-Tty/IO-Tty-1.07.ebuild,v 1.1 2006/07/30 02:02:44 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.07.ebuild,v 1.2 2006/08/05 04:46:42 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
IUSE=""
mymake="/usr"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-stringy/ChangeLog b/dev-perl/IO-stringy/ChangeLog
index 8bbaac9528de..2136310bd535 100644
--- a/dev-perl/IO-stringy/ChangeLog
+++ b/dev-perl/IO-stringy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/IO-stringy
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/ChangeLog,v 1.29 2006/04/27 18:47:30 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/ChangeLog,v 1.30 2006/08/05 04:48:02 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ IO-stringy-2.109.ebuild, IO-stringy-2.110.ebuild:
+ Adding perl dep; fixed header; fixed DEPEND
27 Apr 2006; Marien Zwart <marienz@gentoo.org>
files/digest-IO-stringy-2.109, Manifest:
diff --git a/dev-perl/IO-stringy/IO-stringy-2.109.ebuild b/dev-perl/IO-stringy/IO-stringy-2.109.ebuild
index 5ad7f4eb2878..cdfcc7319d62 100644
--- a/dev-perl/IO-stringy/IO-stringy-2.109.ebuild
+++ b/dev-perl/IO-stringy/IO-stringy-2.109.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/IO-stringy-2.109.ebuild,v 1.12 2005/04/27 13:17:41 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/IO-stringy-2.109.ebuild,v 1.13 2006/08/05 04:48:02 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ KEYWORDS="alpha amd64 ppc ppc64 s390 sparc x86"
IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IO-stringy/IO-stringy-2.110.ebuild b/dev-perl/IO-stringy/IO-stringy-2.110.ebuild
index dec5549da6f2..6e7ca02d2476 100644
--- a/dev-perl/IO-stringy/IO-stringy-2.110.ebuild
+++ b/dev-perl/IO-stringy/IO-stringy-2.110.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/IO-stringy/IO-stringy-2.110.ebuild,v 1.11 2006/04/24 15:36:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/IO-stringy-2.110.ebuild,v 1.12 2006/08/05 04:48:02 mcummings Exp $
inherit perl-module
@@ -13,3 +13,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog
index d8fdbd9c854f..45d5ef110208 100644
--- a/dev-perl/IPC-Run/ChangeLog
+++ b/dev-perl/IPC-Run/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/IPC-Run
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.12 2006/07/04 11:27:30 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.13 2006/08/05 04:49:16 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> IPC-Run-0.78.ebuild,
+ IPC-Run-0.79.ebuild, IPC-Run-0.80.ebuild:
+ Adding perl dep; fixed header; fixed DEPEND
04 Jul 2006; Christian Hartmann <ian@gentoo.org> IPC-Run-0.79.ebuild,
IPC-Run-0.80.ebuild:
diff --git a/dev-perl/IPC-Run/IPC-Run-0.78.ebuild b/dev-perl/IPC-Run/IPC-Run-0.78.ebuild
index 2b29f4462607..957375788d05 100644
--- a/dev-perl/IPC-Run/IPC-Run-0.78.ebuild
+++ b/dev-perl/IPC-Run/IPC-Run-0.78.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.78.ebuild,v 1.6 2005/10/02 12:50:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.78.ebuild,v 1.7 2006/08/05 04:49:16 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IPC-Run/IPC-Run-0.79.ebuild b/dev-perl/IPC-Run/IPC-Run-0.79.ebuild
index 7b1c804e2ed3..9c1a5e409a09 100644
--- a/dev-perl/IPC-Run/IPC-Run-0.79.ebuild
+++ b/dev-perl/IPC-Run/IPC-Run-0.79.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/IPC-Run/IPC-Run-0.79.ebuild,v 1.5 2006/07/04 11:27:30 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.79.ebuild,v 1.6 2006/08/05 04:49:16 mcummings Exp $
inherit perl-module
@@ -13,5 +13,7 @@ LICENSE="Artistic"
KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86"
IUSE=""
-DEPEND=">=dev-perl/IO-Tty-1.0"
-RDEPEND="${DEPEND}" \ No newline at end of file
+DEPEND=">=dev-perl/IO-Tty-1.0
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
+
diff --git a/dev-perl/IPC-Run/IPC-Run-0.80.ebuild b/dev-perl/IPC-Run/IPC-Run-0.80.ebuild
index a034447b71df..36d0ceac5e82 100644
--- a/dev-perl/IPC-Run/IPC-Run-0.80.ebuild
+++ b/dev-perl/IPC-Run/IPC-Run-0.80.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/IPC-Run/IPC-Run-0.80.ebuild,v 1.2 2006/07/04 11:27:30 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.80.ebuild,v 1.3 2006/08/05 04:49:16 mcummings Exp $
inherit perl-module
@@ -13,5 +13,7 @@ LICENSE="Artistic"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
-DEPEND=">=dev-perl/IO-Tty-1.0"
-RDEPEND="${DEPEND}" \ No newline at end of file
+DEPEND=">=dev-perl/IO-Tty-1.0
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
+
diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog
index 513ba2901c4f..a5010a922c4c 100644
--- a/dev-perl/IPC-Run3/ChangeLog
+++ b/dev-perl/IPC-Run3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/IPC-Run3
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.9 2006/07/30 02:07:15 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.10 2006/08/05 04:49:53 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> IPC-Run3-0.01.ebuild,
+ IPC-Run3-0.033.ebuild, IPC-Run3-0.034.ebuild, IPC-Run3-0.035.ebuild:
+ Adding perl dep; fixed header; fixed DEPEND
*IPC-Run3-0.035 (30 Jul 2006)
diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.01.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.01.ebuild
index 2e5c035df9b0..270fc2d8bb8a 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.01.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.01.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.01.ebuild,v 1.1 2005/04/09 01:02:42 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.01.ebuild,v 1.2 2006/08/05 04:49:53 mcummings Exp $
inherit perl-module
@@ -13,3 +13,7 @@ LICENSE="as-is"
KEYWORDS="~x86 ~amd64"
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.033.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.033.ebuild
index c841428b2616..aa621dc04cec 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.033.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.033.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/IPC-Run3/IPC-Run3-0.033.ebuild,v 1.2 2006/01/13 21:33:24 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.033.ebuild,v 1.3 2006/08/05 04:49:53 mcummings Exp $
inherit perl-module
@@ -15,4 +15,8 @@ KEYWORDS="~amd64 x86"
SRC_TEST="do"
DEPEND=">=dev-perl/Test-Pod-1.00
- >=dev-perl/Test-Pod-Coverage-1.04"
+ >=dev-perl/Test-Pod-Coverage-1.04
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+
diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.034.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.034.ebuild
index 4abe4ce74035..6b1888864e52 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.034.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.034.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/IPC-Run3/IPC-Run3-0.034.ebuild,v 1.5 2006/07/10 16:12:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.034.ebuild,v 1.6 2006/08/05 04:49:53 mcummings Exp $
inherit perl-module
@@ -15,4 +15,8 @@ KEYWORDS="~amd64 ia64 sparc x86"
SRC_TEST="do"
DEPEND=">=dev-perl/Test-Pod-1.00
- >=dev-perl/Test-Pod-Coverage-1.04"
+ >=dev-perl/Test-Pod-Coverage-1.04
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+
diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.035.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.035.ebuild
index 061a438e2bc3..c39aae9fe529 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.035.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.035.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/IPC-Run3/IPC-Run3-0.035.ebuild,v 1.1 2006/07/30 02:07:15 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.035.ebuild,v 1.2 2006/08/05 04:49:53 mcummings Exp $
inherit perl-module
@@ -15,4 +15,8 @@ KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
SRC_TEST="do"
DEPEND=">=dev-perl/Test-Pod-1.00
- >=dev-perl/Test-Pod-Coverage-1.04"
+ >=dev-perl/Test-Pod-Coverage-1.04
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+