mrueg 14/06/07 17:50:51 Modified: ChangeLog Added: spawn-fcgi-1.6.4.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.43 www-servers/spawn-fcgi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 12 May 2014 06:57:31 -0000 1.42 +++ ChangeLog 7 Jun 2014 17:50:51 -0000 1.43 @@ -1,6 +1,11 @@ # ChangeLog for www-servers/spawn-fcgi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.42 2014/05/12 06:57:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.43 2014/06/07 17:50:51 mrueg Exp $ + +*spawn-fcgi-1.6.4 (07 Jun 2014) + + 07 Jun 2014; Manuel RĂ¼ger <[email protected]> +spawn-fcgi-1.6.4.ebuild: + Version bump. *spawn-fcgi-1.6.3-r2 (12 May 2014) 1.1 www-servers/spawn-fcgi/spawn-fcgi-1.6.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.4.ebuild?rev=1.1&content-type=text/plain Index: spawn-fcgi-1.6.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.4.ebuild,v 1.1 2014/06/07 17:50:51 mrueg Exp $ EAPI=5 DESCRIPTION="A FCGI spawner for lighttpd and cherokee and other webservers" HOMEPAGE="http://redmine.lighttpd.net/projects/spawn-fcgi" SRC_URI="http://www.lighttpd.net/download/${P}.tar.xz" LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="ipv6" DEPEND="" RDEPEND=" !<=www-servers/lighttpd-1.4.20 !<=www-servers/cherokee-0.98.1" src_configure() { econf $(use_enable ipv6) } src_install() { default newconfd "${FILESDIR}"/spawn-fcgi.confd spawn-fcgi newinitd "${FILESDIR}"/spawn-fcgi.initd-r2 spawn-fcgi docinto examples dodoc doc/run-generic doc/run-php doc/run-rails }
