Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: spawn-fcgi-1.6.4.ebuild ChangeLog
Date: Sat, 07 Jun 2014 17:51:01
Message-Id: 20140607175051.C79AC2004E@flycatcher.gentoo.org
1 mrueg 14/06/07 17:50:51
2
3 Modified: ChangeLog
4 Added: spawn-fcgi-1.6.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.43 www-servers/spawn-fcgi/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 12 May 2014 06:57:31 -0000 1.42
24 +++ ChangeLog 7 Jun 2014 17:50:51 -0000 1.43
25 @@ -1,6 +1,11 @@
26 # ChangeLog for www-servers/spawn-fcgi
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.42 2014/05/12 06:57:31 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.43 2014/06/07 17:50:51 mrueg Exp $
30 +
31 +*spawn-fcgi-1.6.4 (07 Jun 2014)
32 +
33 + 07 Jun 2014; Manuel RĂ¼ger <mrueg@g.o> +spawn-fcgi-1.6.4.ebuild:
34 + Version bump.
35
36 *spawn-fcgi-1.6.3-r2 (12 May 2014)
37
38
39
40
41 1.1 www-servers/spawn-fcgi/spawn-fcgi-1.6.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.4.ebuild?rev=1.1&view=markup
44 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
45
46 Index: spawn-fcgi-1.6.4.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=5
53
54 DESCRIPTION="A FCGI spawner for lighttpd and cherokee and other webservers"
55 HOMEPAGE="http://redmine.lighttpd.net/projects/spawn-fcgi"
56 SRC_URI="http://www.lighttpd.net/download/${P}.tar.xz"
57
58 LICENSE="BSD GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
61 IUSE="ipv6"
62
63 DEPEND=""
64 RDEPEND="
65 !<=www-servers/lighttpd-1.4.20
66 !<=www-servers/cherokee-0.98.1"
67
68 src_configure() {
69 econf $(use_enable ipv6)
70 }
71
72 src_install() {
73 default
74
75 newconfd "${FILESDIR}"/spawn-fcgi.confd spawn-fcgi
76 newinitd "${FILESDIR}"/spawn-fcgi.initd-r2 spawn-fcgi
77
78 docinto examples
79 dodoc doc/run-generic doc/run-php doc/run-rails
80 }