diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-26 17:25:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-26 17:25:57 +0000 |
commit | 41259d20966ca160918dd91a077cd54e68c90d41 (patch) | |
tree | 0f4b0ceea544f6305a0f05ae37a99ddf34c7fd97 /perl-core/CGI | |
parent | ppc stable wrt #341167 (diff) | |
download | gentoo-2-41259d20966ca160918dd91a077cd54e68c90d41.tar.gz gentoo-2-41259d20966ca160918dd91a077cd54e68c90d41.tar.bz2 gentoo-2-41259d20966ca160918dd91a077cd54e68c90d41.zip |
[bump] perl-core/CGI-3.530.0
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/CGI')
-rw-r--r-- | perl-core/CGI/CGI-3.530.0.ebuild | 21 | ||||
-rw-r--r-- | perl-core/CGI/ChangeLog | 7 |
2 files changed, 27 insertions, 1 deletions
diff --git a/perl-core/CGI/CGI-3.530.0.ebuild b/perl-core/CGI/CGI-3.530.0.ebuild new file mode 100644 index 000000000000..b11aeea41734 --- /dev/null +++ b/perl-core/CGI/CGI-3.530.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.530.0.ebuild,v 1.1 2011/04/26 17:25:57 tove Exp $ + +EAPI=4 + +MY_PN=${PN}.pm +MODULE_AUTHOR=MARKSTOS +MODULE_VERSION=3.53 +inherit perl-module + +DESCRIPTION="Simple Common Gateway Interface Class" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +#DEPEND="dev-lang/perl" +# dev-perl/FCGI" #236921 + +SRC_TEST="do" diff --git a/perl-core/CGI/ChangeLog b/perl-core/CGI/ChangeLog index 3dd10ab4cd45..073628fa5688 100644 --- a/perl-core/CGI/ChangeLog +++ b/perl-core/CGI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/CGI # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.96 2011/01/26 13:13:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.97 2011/04/26 17:25:57 tove Exp $ + +*CGI-3.530.0 (26 Apr 2011) + + 26 Apr 2011; Torsten Veller <tove@gentoo.org> +CGI-3.530.0.ebuild: + Version bump *CGI-3.520 (26 Jan 2011) |