diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-21 20:38:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-21 20:38:59 +0000 |
commit | 4437118621e8f85072f351690bf55b761af2c455 (patch) | |
tree | 8b5a4911c72789fc5c0cda4f606aef0365982c2d /dev-perl/CGI-Session | |
parent | Version bump (diff) | |
download | gentoo-2-4437118621e8f85072f351690bf55b761af2c455.tar.gz gentoo-2-4437118621e8f85072f351690bf55b761af2c455.tar.bz2 gentoo-2-4437118621e8f85072f351690bf55b761af2c455.zip |
Version bump
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'dev-perl/CGI-Session')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.41.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/CGI-Session/ChangeLog | 7 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.41.ebuild b/dev-perl/CGI-Session/CGI-Session-4.41.ebuild new file mode 100644 index 000000000000..f85dda2ac0d7 --- /dev/null +++ b/dev-perl/CGI-Session/CGI-Session-4.41.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 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.41.ebuild,v 1.1 2009/03/21 20:38:59 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=MARKSTOS +inherit perl-module + +DESCRIPTION="persistent session data in CGI applications " + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Digest-MD5 + virtual/perl-Scalar-List-Utils + >=virtual/perl-CGI-3.26" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( virtual/perl-Test-Simple + dev-perl/Cgi-Simple + dev-perl/Test-Pod )" + +SRC_TEST="do" diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog index 3b18ccf4dde7..b0a5860660c2 100644 --- a/dev-perl/CGI-Session/ChangeLog +++ b/dev-perl/CGI-Session/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/CGI-Session # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.30 2009/01/04 10:25:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.31 2009/03/21 20:38:59 tove Exp $ + +*CGI-Session-4.41 (21 Mar 2009) + + 21 Mar 2009; Torsten Veller <tove@gentoo.org> +CGI-Session-4.41.ebuild: + Version bump *CGI-Session-4.40 (04 Jan 2009) |