summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-08 02:43:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-08 02:43:05 +0000
commitc87ad59dcaa7a2176881f7dce9ac073f4448b322 (patch)
tree156cc2b5fa520ad4e463659cb2f73f029cc74a69 /dev-perl/CGI-Session
parentRemoving wltjr as a maintainer since he was retired. (diff)
downloadhistorical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.gz
historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.bz2
historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.zip
Version bump.
Package-Manager: portage-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.ebuild21
-rw-r--r--dev-perl/CGI-Session/ChangeLog8
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: