public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: ChangeLog spawn-fcgi-1.6.3.ebuild
@ 2009-09-28  8:29 Thilo Bangert (bangert)
  0 siblings, 0 replies; 8+ messages in thread
From: Thilo Bangert (bangert) @ 2009-09-28  8:29 UTC (permalink / raw
  To: gentoo-commits

bangert     09/09/28 08:29:12

  Modified:             ChangeLog
  Added:                spawn-fcgi-1.6.3.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc42/cvs/Linux i686)

Revision  Changes    Path
1.20                 www-servers/spawn-fcgi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	3 Jul 2009 21:17:10 -0000	1.19
+++ ChangeLog	28 Sep 2009 08:29:11 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for www-servers/spawn-fcgi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.19 2009/07/03 21:17:10 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.20 2009/09/28 08:29:11 bangert Exp $
+
+*spawn-fcgi-1.6.3 (28 Sep 2009)
+
+  28 Sep 2009; Thilo Bangert <bangert@gentoo.org> +spawn-fcgi-1.6.3.ebuild:
+  version bump
 
   03 Jul 2009; Thilo Bangert <bangert@gentoo.org> files/spawn-fcgi.confd,
   files/spawn-fcgi.initd:



1.1                  www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.1&content-type=text/plain

Index: spawn-fcgi-1.6.3.ebuild
===================================================================
# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/09/28 08:29:11 bangert Exp $

EAPI="2"

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.bz2"

LICENSE="BSD"
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() {
	emake DESTDIR="${D}" install || die 'install failed'
	dodoc README NEWS

	newconfd "${FILESDIR}"/spawn-fcgi.confd spawn-fcgi
	newinitd "${FILESDIR}"/spawn-fcgi.initd spawn-fcgi
	#pidfile dir
	keepdir /var/run/spawn-fcgi
	fperms 0700 /var/run/spawn-fcgi

	docinto examples
	dodoc doc/run-generic doc/run-php doc/run-rails
}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: ChangeLog spawn-fcgi-1.6.3.ebuild
@ 2010-02-01 19:39 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-02-01 19:39 UTC (permalink / raw
  To: gentoo-commits

ranger      10/02/01 19:39:45

  Modified:             ChangeLog spawn-fcgi-1.6.3.ebuild
  Log:
  stable ppc64, bug 302530
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.22                 www-servers/spawn-fcgi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Sep 2009 08:38:02 -0000	1.21
+++ ChangeLog	1 Feb 2010 19:39:44 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/spawn-fcgi
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.21 2009/09/28 08:38:02 bangert Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.22 2010/02/01 19:39:44 ranger Exp $
+
+  01 Feb 2010; Brent Baude <ranger@gentoo.org> spawn-fcgi-1.6.3.ebuild:
+  stable ppc64, bug 302530
 
   28 Sep 2009; Thilo Bangert <bangert@gentoo.org> files/spawn-fcgi.confd,
   files/spawn-fcgi.initd:



1.2                  www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?r1=1.1&r2=1.2

Index: spawn-fcgi-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spawn-fcgi-1.6.3.ebuild	28 Sep 2009 08:29:11 -0000	1.1
+++ spawn-fcgi-1.6.3.ebuild	1 Feb 2010 19:39:44 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.3.ebuild,v 1.1 2009/09/28 08:29:11 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v 1.2 2010/02/01 19:39:44 ranger Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86"
 IUSE="ipv6"
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: ChangeLog spawn-fcgi-1.6.3.ebuild
@ 2010-02-03 10:04 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-03 10:04 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/03 10:04:22

  Modified:             ChangeLog spawn-fcgi-1.6.3.ebuild
  Log:
  stable x86, bug 302530
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.23                 www-servers/spawn-fcgi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	1 Feb 2010 19:39:44 -0000	1.22
+++ ChangeLog	3 Feb 2010 10:04:21 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for www-servers/spawn-fcgi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.22 2010/02/01 19:39:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.23 2010/02/03 10:04:21 fauli Exp $
+
+  03 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+  spawn-fcgi-1.6.3.ebuild:
+  stable x86, bug 302530
 
   01 Feb 2010; Brent Baude <ranger@gentoo.org> spawn-fcgi-1.6.3.ebuild:
   stable ppc64, bug 302530



1.3                  www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?r1=1.2&r2=1.3

Index: spawn-fcgi-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spawn-fcgi-1.6.3.ebuild	1 Feb 2010 19:39:44 -0000	1.2
+++ spawn-fcgi-1.6.3.ebuild	3 Feb 2010 10:04:21 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.3.ebuild,v 1.2 2010/02/01 19:39:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v 1.3 2010/02/03 10:04:21 fauli Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86"
 IUSE="ipv6"
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: ChangeLog spawn-fcgi-1.6.3.ebuild
@ 2010-02-10 18:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-10 18:18 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/10 18:18:40

  Modified:             ChangeLog spawn-fcgi-1.6.3.ebuild
  Log:
  alpha/arm/ia64/sh/sparc stable wrt #302530
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.24                 www-servers/spawn-fcgi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	3 Feb 2010 10:04:21 -0000	1.23
+++ ChangeLog	10 Feb 2010 18:18:40 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/spawn-fcgi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.23 2010/02/03 10:04:21 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.24 2010/02/10 18:18:40 armin76 Exp $
+
+  10 Feb 2010; Raúl Porcel <armin76@gentoo.org> spawn-fcgi-1.6.3.ebuild:
+  alpha/arm/ia64/sh/sparc stable wrt #302530
 
   03 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
   spawn-fcgi-1.6.3.ebuild:



1.4                  www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?r1=1.3&r2=1.4

Index: spawn-fcgi-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spawn-fcgi-1.6.3.ebuild	3 Feb 2010 10:04:21 -0000	1.3
+++ spawn-fcgi-1.6.3.ebuild	10 Feb 2010 18:18:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.3.ebuild,v 1.3 2010/02/03 10:04:21 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v 1.4 2010/02/10 18:18:40 armin76 Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc ppc64 sh sparc x86"
 IUSE="ipv6"
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: ChangeLog spawn-fcgi-1.6.3.ebuild
@ 2010-02-10 19:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-02-10 19:15 UTC (permalink / raw
  To: gentoo-commits

jer         10/02/10 19:15:58

  Modified:             ChangeLog spawn-fcgi-1.6.3.ebuild
  Log:
  Stable for HPPA (bug #302530).
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.25                 www-servers/spawn-fcgi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	10 Feb 2010 18:18:40 -0000	1.24
+++ ChangeLog	10 Feb 2010 19:15:57 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/spawn-fcgi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.24 2010/02/10 18:18:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.25 2010/02/10 19:15:57 jer Exp $
+
+  10 Feb 2010; Jeroen Roovers <jer@gentoo.org> spawn-fcgi-1.6.3.ebuild:
+  Stable for HPPA (bug #302530).
 
   10 Feb 2010; Raúl Porcel <armin76@gentoo.org> spawn-fcgi-1.6.3.ebuild:
   alpha/arm/ia64/sh/sparc stable wrt #302530



1.5                  www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?r1=1.4&r2=1.5

Index: spawn-fcgi-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- spawn-fcgi-1.6.3.ebuild	10 Feb 2010 18:18:40 -0000	1.4
+++ spawn-fcgi-1.6.3.ebuild	10 Feb 2010 19:15:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.3.ebuild,v 1.4 2010/02/10 18:18:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v 1.5 2010/02/10 19:15:57 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc ppc64 sh sparc x86"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ppc64 sh sparc x86"
 IUSE="ipv6"
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: ChangeLog spawn-fcgi-1.6.3.ebuild
@ 2010-04-11 13:58 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-04-11 13:58 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/04/11 13:58:58

  Modified:             ChangeLog spawn-fcgi-1.6.3.ebuild
  Log:
  ppc stable #302530
  (Portage version: 2.1.7.17/cvs/Linux ppc)

Revision  Changes    Path
1.27                 www-servers/spawn-fcgi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	10 Feb 2010 21:29:45 -0000	1.26
+++ ChangeLog	11 Apr 2010 13:58:58 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/spawn-fcgi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.26 2010/02/10 21:29:45 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.27 2010/04/11 13:58:58 nixnut Exp $
+
+  11 Apr 2010; <nixnut@gentoo.org> spawn-fcgi-1.6.3.ebuild:
+  ppc stable #302530
 
   10 Feb 2010; Thilo Bangert <bangert@gentoo.org>
   -spawn-fcgi-1.6.1-r1.ebuild, -spawn-fcgi-1.6.2.ebuild:



1.6                  www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?r1=1.5&r2=1.6

Index: spawn-fcgi-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- spawn-fcgi-1.6.3.ebuild	10 Feb 2010 19:15:57 -0000	1.5
+++ spawn-fcgi-1.6.3.ebuild	11 Apr 2010 13:58:58 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.3.ebuild,v 1.5 2010/02/10 19:15:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v 1.6 2010/04/11 13:58:58 nixnut Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ppc64 sh sparc x86"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
 IUSE="ipv6"
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: ChangeLog spawn-fcgi-1.6.3.ebuild
@ 2010-05-21 18:56 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-21 18:56 UTC (permalink / raw
  To: gentoo-commits

pacho       10/05/21 18:56:04

  Modified:             ChangeLog spawn-fcgi-1.6.3.ebuild
  Log:
  stable amd64, bug 302530
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 www-servers/spawn-fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	11 Apr 2010 13:58:58 -0000	1.27
+++ ChangeLog	21 May 2010 18:56:04 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/spawn-fcgi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.27 2010/04/11 13:58:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.28 2010/05/21 18:56:04 pacho Exp $
+
+  21 May 2010; Pacho Ramos <pacho@gentoo.org> spawn-fcgi-1.6.3.ebuild:
+  stable amd64, bug 302530
 
   11 Apr 2010; <nixnut@gentoo.org> spawn-fcgi-1.6.3.ebuild:
   ppc stable #302530



1.7                  www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild?r1=1.6&r2=1.7

Index: spawn-fcgi-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- spawn-fcgi-1.6.3.ebuild	11 Apr 2010 13:58:58 -0000	1.6
+++ spawn-fcgi-1.6.3.ebuild	21 May 2010 18:56:04 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.3.ebuild,v 1.6 2010/04/11 13:58:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.3.ebuild,v 1.7 2010/05/21 18:56:04 pacho Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
 IUSE="ipv6"
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: ChangeLog spawn-fcgi-1.6.3.ebuild
@ 2012-12-08 14:04 Michael Palimaka (kensington)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka (kensington) @ 2012-12-08 14:04 UTC (permalink / raw
  To: gentoo-commits

kensington    12/12/08 14:04:23

  Modified:             ChangeLog
  Removed:              spawn-fcgi-1.6.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.40                 www-servers/spawn-fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/spawn-fcgi/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	7 Dec 2012 22:58:18 -0000	1.39
+++ ChangeLog	8 Dec 2012 14:04:23 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for www-servers/spawn-fcgi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.39 2012/12/07 22:58:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.40 2012/12/08 14:04:23 kensington Exp $
+
+  08 Dec 2012; Michael Palimaka <kensington@gentoo.org> -files/spawn-fcgi.initd,
+  -spawn-fcgi-1.6.3.ebuild:
+  Remove old.
 
   07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> spawn-fcgi-1.6.3-r1.ebuild:
   Stable for ppc64, wrt bug #414083
@@ -147,4 +151,3 @@
   01 Apr 2009; Thilo Bangert <bangert@gentoo.org> +files/spawn-fcgi.confd,
   +files/spawn-fcgi.initd, +metadata.xml, +spawn-fcgi-1.6.1.ebuild:
   initial commit - init script adapted from bug #149467
-





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-12-08 14:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-11 13:58 [gentoo-commits] gentoo-x86 commit in www-servers/spawn-fcgi: ChangeLog spawn-fcgi-1.6.3.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-08 14:04 Michael Palimaka (kensington)
2010-05-21 18:56 Pacho Ramos (pacho)
2010-02-10 19:15 Jeroen Roovers (jer)
2010-02-10 18:18 Raul Porcel (armin76)
2010-02-03 10:04 Christian Faulhammer (fauli)
2010-02-01 19:39 Brent Baude (ranger)
2009-09-28  8:29 Thilo Bangert (bangert)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox