diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:43:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:43:25 +0000 |
commit | 9984527148f158f9a34a3e453284ec19606267da (patch) | |
tree | 86d0a95d84cbfacbd2de763e20d75983ddc9eda3 /dev-perl/CGI-Session | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-9984527148f158f9a34a3e453284ec19606267da.tar.gz gentoo-2-9984527148f158f9a34a3e453284ec19606267da.tar.bz2 gentoo-2-9984527148f158f9a34a3e453284ec19606267da.zip |
Adding perl dep; fixed DEPEND
(Portage version: 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 |