diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
commit | 5db60a0fb4d17ace93a54a273ca1af1705010389 (patch) | |
tree | d1e516f3e0efd6617e9ee8d8e069840980f1296c /dev-perl/CGI-Session | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.gz historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.bz2 historical-5db60a0fb4d17ace93a54a273ca1af1705010389.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/CGI-Session')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.03.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.13.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/CGI-Session/ChangeLog | 6 |
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 |