diff options
author | 2010-04-07 06:54:37 +0000 | |
---|---|---|
committer | 2010-04-07 06:54:37 +0000 | |
commit | e542351c95c7120c3277712f5ef7522fe8e0e95b (patch) | |
tree | 14b0e42df49680bc03aca49f742b0a2dac5a2395 /dev-perl/FCGI | |
parent | Version bump: Updated to tzdata version 2010h. (diff) | |
download | historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.tar.gz historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.tar.bz2 historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/FCGI')
-rw-r--r-- | dev-perl/FCGI/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/FCGI/FCGI-0.71.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/FCGI/ChangeLog b/dev-perl/FCGI/ChangeLog index 35e371b0b88d..75e6f30e78ca 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.15 2010/03/23 07:37:50 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/ChangeLog,v 1.16 2010/04/07 06:45:06 tove Exp $ + +*FCGI-0.71 (07 Apr 2010) + + 07 Apr 2010; Torsten Veller <tove@gentoo.org> +FCGI-0.71.ebuild: + Version bump *FCGI-0.70 (23 Mar 2010) diff --git a/dev-perl/FCGI/FCGI-0.71.ebuild b/dev-perl/FCGI/FCGI-0.71.ebuild new file mode 100644 index 000000000000..4eced1686cf3 --- /dev/null +++ b/dev-perl/FCGI/FCGI-0.71.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/FCGI-0.71.ebuild,v 1.1 2010/04/07 06:45:06 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=FLORA +inherit perl-module + +DESCRIPTION="Fast CGI" + +LICENSE="openmarket" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +SRC_TEST="do" |