summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/CGI-Session/CGI-Session-4.03.ebuild7
-rw-r--r--dev-perl/CGI-Session/CGI-Session-4.13.ebuild7
-rw-r--r--dev-perl/CGI-Session/ChangeLog6
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.03.ebuild b/dev-perl/CGI-Session/CGI-Session-4.03.ebuild
index aaaabd0f2363..099274f9129d 100644
--- a/dev-perl/CGI-Session/CGI-Session-4.03.ebuild
+++ b/dev-perl/CGI-Session/CGI-Session-4.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/CGI-Session/CGI-Session-4.03.ebuild,v 1.7 2006/07/03 20:30:43 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.03.ebuild,v 1.8 2006/08/04 22:43:25 mcummings Exp $
inherit perl-module
@@ -15,5 +15,6 @@ IUSE=""
SRC_TEST="do"
-DEPEND="virtual/perl-Digest-MD5"
-RDEPEND="${DEPEND}" \ No newline at end of file
+DEPEND="virtual/perl-Digest-MD5
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/CGI-Session/CGI-Session-4.13.ebuild b/dev-perl/CGI-Session/CGI-Session-4.13.ebuild
index ec6fc98fdfd0..2837db7f19ae 100644
--- a/dev-perl/CGI-Session/CGI-Session-4.13.ebuild
+++ b/dev-perl/CGI-Session/CGI-Session-4.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/CGI-Session/CGI-Session-4.13.ebuild,v 1.4 2006/07/13 04:12:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.13.ebuild,v 1.5 2006/08/04 22:43:25 mcummings Exp $
inherit perl-module
@@ -15,5 +15,6 @@ IUSE=""
SRC_TEST="do"
-DEPEND="virtual/perl-Digest-MD5"
-RDEPEND="${DEPEND}" \ No newline at end of file
+DEPEND="virtual/perl-Digest-MD5
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog
index d72f91cee6b2..cde32412a577 100644
--- a/dev-perl/CGI-Session/ChangeLog
+++ b/dev-perl/CGI-Session/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/CGI-Session
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.12 2006/07/13 04:12:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.13 2006/08/04 22:43:25 mcummings Exp $
+
+ 04 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ CGI-Session-4.03.ebuild, CGI-Session-4.13.ebuild:
+ Adding perl dep; fixed DEPEND
13 Jul 2006; Aron Griffis <agriffis@gentoo.org> CGI-Session-4.13.ebuild:
Mark 4.13 stable on ia64