diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-15 07:18:17 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-15 07:18:17 +0000 |
commit | da8f44a9a7cb2c0a67b52d9ffa28e24069529fc7 (patch) | |
tree | dd10eb0ca2b18c5d0c20d6cfed8482441abda915 /dev-perl/CGI-Session | |
parent | Add missing gnome-python dep (monolithic for stable and bump to -r1 for dep o... (diff) | |
download | gentoo-2-da8f44a9a7cb2c0a67b52d9ffa28e24069529fc7.tar.gz gentoo-2-da8f44a9a7cb2c0a67b52d9ffa28e24069529fc7.tar.bz2 gentoo-2-da8f44a9a7cb2c0a67b52d9ffa28e24069529fc7.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/CGI-Session')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.36.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/CGI-Session/ChangeLog | 7 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.36.ebuild b/dev-perl/CGI-Session/CGI-Session-4.36.ebuild new file mode 100644 index 000000000000..e7d35ae0517f --- /dev/null +++ b/dev-perl/CGI-Session/CGI-Session-4.36.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.36.ebuild,v 1.1 2008/09/15 07:18:17 tove 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} + dev-perl/module-build" diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog index cae7afc58922..edf4e36173a7 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.23 2008/09/05 17:19:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.24 2008/09/15 07:18:17 tove Exp $ + +*CGI-Session-4.36 (15 Sep 2008) + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> +CGI-Session-4.36.ebuild: + Version bump 05 Sep 2008; Raúl Porcel <armin76@gentoo.org> CGI-Session-4.35.ebuild: ia64/sparc/x86 stable |