diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:04:59 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:04:59 +0000 |
commit | 3d56c77396e077a6a95511259babc11adb257e0f (patch) | |
tree | 99ab6f1af44d4223723a14e26d883470f41f2fa0 /dev-perl/CGI-Session | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | gentoo-2-3d56c77396e077a6a95511259babc11adb257e0f.tar.gz gentoo-2-3d56c77396e077a6a95511259babc11adb257e0f.tar.bz2 gentoo-2-3d56c77396e077a6a95511259babc11adb257e0f.zip |
Version bump.
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'dev-perl/CGI-Session')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.38.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/CGI-Session/ChangeLog | 8 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.38.ebuild b/dev-perl/CGI-Session/CGI-Session-4.38.ebuild new file mode 100644 index 000000000000..eb1264ca0c6a --- /dev/null +++ b/dev-perl/CGI-Session/CGI-Session-4.38.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 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.38.ebuild,v 1.1 2008/12/08 02:04:59 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="persistent session data in CGI applications " +HOMEPAGE="http://search.cpan.org/~sherzodr" +SRC_URI="mirror://cpan/authors/id/M/MA/MARKSTOS/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +RDEPEND="virtual/perl-Digest-MD5 + dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog index 9630d6b3512e..7346dd50c402 100644 --- a/dev-perl/CGI-Session/ChangeLog +++ b/dev-perl/CGI-Session/ChangeLog @@ -1,6 +1,12 @@ # 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.26 2008/11/18 14:26:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.27 2008/12/08 02:04:59 robbat2 Exp $ + +*CGI-Session-4.38 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +CGI-Session-4.38.ebuild: + Version bump. 18 Nov 2008; Torsten Veller <tove@gentoo.org> CGI-Session-4.35.ebuild, CGI-Session-4.36.ebuild: |