diff options
author | 2011-05-28 19:22:52 +0000 | |
---|---|---|
committer | 2011-05-28 19:22:52 +0000 | |
commit | 745107304f2f1f0f7bd07dc0d7f433c8d008cae3 (patch) | |
tree | 46bf3a742ae8531c108ad6a16c1626f18649dadf /dev-perl/FCGI | |
parent | [bump] dev-perl/MIME-Charset-1.8.2 (diff) | |
download | gentoo-2-745107304f2f1f0f7bd07dc0d7f433c8d008cae3.tar.gz gentoo-2-745107304f2f1f0f7bd07dc0d7f433c8d008cae3.tar.bz2 gentoo-2-745107304f2f1f0f7bd07dc0d7f433c8d008cae3.zip |
[bump] dev-perl/FCGI-0.730.0
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/FCGI')
-rw-r--r-- | dev-perl/FCGI/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/FCGI/FCGI-0.730.0.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/FCGI/ChangeLog b/dev-perl/FCGI/ChangeLog index 41b5f0ea3a50..3cfbafd507ca 100644 --- a/dev-perl/FCGI/ChangeLog +++ b/dev-perl/FCGI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/FCGI -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/ChangeLog,v 1.19 2010/10/20 08:31:34 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/ChangeLog,v 1.20 2011/05/28 19:22:52 tove Exp $ + +*FCGI-0.730.0 (28 May 2011) + + 28 May 2011; Torsten Veller <tove@gentoo.org> +FCGI-0.730.0.ebuild: + Version bump 20 Oct 2010; Torsten Veller <tove@gentoo.org> -FCGI-0.68.ebuild, -FCGI-0.69.ebuild, -FCGI-0.70.ebuild: diff --git a/dev-perl/FCGI/FCGI-0.730.0.ebuild b/dev-perl/FCGI/FCGI-0.730.0.ebuild new file mode 100644 index 000000000000..47bbf9823cc4 --- /dev/null +++ b/dev-perl/FCGI/FCGI-0.730.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/FCGI-0.730.0.ebuild,v 1.1 2011/05/28 19:22:52 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FLORA +MODULE_VERSION=0.73 +inherit perl-module + +DESCRIPTION="Fast CGI" + +LICENSE="openmarket" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +SRC_TEST="do" |