diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-04 10:25:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-04 10:25:34 +0000 |
commit | a04bf147fb85634dbbb74ccef680f58795745c69 (patch) | |
tree | 973226f3cafe170eb27e8aea3f275797d69fd4be /dev-perl/CGI-Session | |
parent | Version bump (#243416). Remove dependencies: dev-perl/File-Tail, virtual/perl... (diff) | |
download | gentoo-2-a04bf147fb85634dbbb74ccef680f58795745c69.tar.gz gentoo-2-a04bf147fb85634dbbb74ccef680f58795745c69.tar.bz2 gentoo-2-a04bf147fb85634dbbb74ccef680f58795745c69.zip |
Version bump
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/CGI-Session')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.40.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/CGI-Session/ChangeLog | 9 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.40.ebuild b/dev-perl/CGI-Session/CGI-Session-4.40.ebuild new file mode 100644 index 000000000000..b743f3d9daf4 --- /dev/null +++ b/dev-perl/CGI-Session/CGI-Session-4.40.ebuild @@ -0,0 +1,25 @@ +# 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.40.ebuild,v 1.1 2009/01/04 10:25:34 tove Exp $ + +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 + dev-lang/perl" +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 054d0ba6dd23..3b18ccf4dde7 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.29 2008/12/30 15:54:18 tove Exp $ +# 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 $ + +*CGI-Session-4.40 (04 Jan 2009) + + 04 Jan 2009; Torsten Veller <tove@gentoo.org> +CGI-Session-4.40.ebuild: + Version bump 30 Dec 2008; Torsten Veller <tove@gentoo.org> -CGI-Session-4.36.ebuild, -CGI-Session-4.38.ebuild: |