public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog
@ 2013-10-06 11:36 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-10-06 11:36 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/10/06 11:36:29

  Modified:             ChangeLog
  Added:                fcgi-0.9.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.7                  dev-ruby/fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	23 Sep 2013 07:16:33 -0000	1.6
+++ ChangeLog	6 Oct 2013 11:36:29 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/fcgi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.6 2013/09/23 07:16:33 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.7 2013/10/06 11:36:29 mrueg Exp $
+
+*fcgi-0.9.2.1 (06 Oct 2013)
+
+  06 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +fcgi-0.9.2.1.ebuild:
+  Version bump.
 
 *fcgi-0.9.2 (23 Sep 2013)
 



1.1                  dev-ruby/fcgi/fcgi-0.9.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.1&content-type=text/plain

Index: fcgi-0.9.2.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.1 2013/10/06 11:36:29 mrueg Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README.rdoc README.signals"

inherit multilib ruby-fakegem

DESCRIPTION="FastCGI library for Ruby"
HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
LICENSE="Ruby"

DEPEND+=" dev-libs/fcgi"
RDEPEND+=" dev-libs/fcgi"

IUSE=""
SLOT="0"

each_ruby_configure() {
	case ${RUBY} in
		*ruby18|*ruby19|*ruby20)
			${RUBY} -C ext/fcgi extconf.rb || die "extconf failed"
			;;
	esac
}

each_ruby_compile() {
	case ${RUBY} in
		*ruby18|*ruby19|*ruby20)
			emake V=1 -C ext/fcgi
			cp ext/fcgi/fcgi$(get_modname) lib || die
			;;
	esac
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog
@ 2013-12-15 17:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-15 17:18 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/15 17:18:16

  Modified:             fcgi-0.9.2.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #492268
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-ruby/fcgi/fcgi-0.9.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?r1=1.1&r2=1.2

Index: fcgi-0.9.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fcgi-0.9.2.1.ebuild	6 Oct 2013 11:36:29 -0000	1.1
+++ fcgi-0.9.2.1.ebuild	15 Dec 2013 17:18:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.1 2013/10/06 11:36:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.2 2013/12/15 17:18:16 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby18 ruby19 ruby20 jruby"
@@ -15,7 +15,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND+=" dev-libs/fcgi"



1.9                  dev-ruby/fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	3 Nov 2013 03:36:23 -0000	1.8
+++ ChangeLog	15 Dec 2013 17:18:16 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fcgi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.8 2013/11/03 03:36:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.9 2013/12/15 17:18:16 ago Exp $
+
+  15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fcgi-0.9.2.1.ebuild:
+  Stable for amd64, wrt bug #492268
 
   03 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -fcgi-0.9.1.ebuild,
   -fcgi-0.9.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog
@ 2013-12-15 17:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-15 17:30 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/15 17:30:29

  Modified:             fcgi-0.9.2.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #492268
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-ruby/fcgi/fcgi-0.9.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?r1=1.2&r2=1.3

Index: fcgi-0.9.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fcgi-0.9.2.1.ebuild	15 Dec 2013 17:18:16 -0000	1.2
+++ fcgi-0.9.2.1.ebuild	15 Dec 2013 17:30:29 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.2 2013/12/15 17:18:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.3 2013/12/15 17:30:29 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby18 ruby19 ruby20 jruby"
@@ -15,7 +15,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND+=" dev-libs/fcgi"



1.10                 dev-ruby/fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	15 Dec 2013 17:18:16 -0000	1.9
+++ ChangeLog	15 Dec 2013 17:30:29 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fcgi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.9 2013/12/15 17:18:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.10 2013/12/15 17:30:29 ago Exp $
+
+  15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fcgi-0.9.2.1.ebuild:
+  Stable for ppc, wrt bug #492268
 
   15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fcgi-0.9.2.1.ebuild:
   Stable for amd64, wrt bug #492268





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog
@ 2013-12-15 17:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-15 17:30 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/15 17:30:40

  Modified:             fcgi-0.9.2.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #492268
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-ruby/fcgi/fcgi-0.9.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?r1=1.3&r2=1.4

Index: fcgi-0.9.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fcgi-0.9.2.1.ebuild	15 Dec 2013 17:30:29 -0000	1.3
+++ fcgi-0.9.2.1.ebuild	15 Dec 2013 17:30:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.3 2013/12/15 17:30:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.4 2013/12/15 17:30:40 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby18 ruby19 ruby20 jruby"
@@ -15,7 +15,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND+=" dev-libs/fcgi"



1.11                 dev-ruby/fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	15 Dec 2013 17:30:29 -0000	1.10
+++ ChangeLog	15 Dec 2013 17:30:40 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fcgi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.10 2013/12/15 17:30:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.11 2013/12/15 17:30:40 ago Exp $
+
+  15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fcgi-0.9.2.1.ebuild:
+  Stable for x86, wrt bug #492268
 
   15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fcgi-0.9.2.1.ebuild:
   Stable for ppc, wrt bug #492268





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog
@ 2014-02-01  4:13 Akinori Hattori (hattya)
  0 siblings, 0 replies; 8+ messages in thread
From: Akinori Hattori (hattya) @ 2014-02-01  4:13 UTC (permalink / raw
  To: gentoo-commits

hattya      14/02/01 04:13:45

  Modified:             fcgi-0.9.2.1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #493780
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.6                  dev-ruby/fcgi/fcgi-0.9.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?r1=1.5&r2=1.6

Index: fcgi-0.9.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fcgi-0.9.2.1.ebuild	22 Dec 2013 14:55:21 -0000	1.5
+++ fcgi-0.9.2.1.ebuild	1 Feb 2014 04:13:45 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.5 2013/12/22 14:55:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.6 2014/02/01 04:13:45 hattya Exp $
 
 EAPI=5
 USE_RUBY="ruby18 ruby19 ruby20 jruby"
@@ -15,7 +15,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND+=" dev-libs/fcgi"



1.14                 dev-ruby/fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	26 Dec 2013 14:47:15 -0000	1.13
+++ ChangeLog	1 Feb 2014 04:13:45 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fcgi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.13 2013/12/26 14:47:15 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.14 2014/02/01 04:13:45 hattya Exp $
+
+  01 Feb 2014; Akinori Hattori <hattya@gentoo.org> fcgi-0.9.2.1.ebuild:
+  ia64 stable wrt bug #493780
 
   26 Dec 2013; Markus Meier <maekke@gentoo.org> fcgi-0.8.8-r2.ebuild:
   arm stable, bug #493780





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog
@ 2014-06-19 18:10 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2014-06-19 18:10 UTC (permalink / raw
  To: gentoo-commits

maekke      14/06/19 18:10:23

  Modified:             fcgi-0.9.2.1.ebuild ChangeLog
  Log:
  arm stable, bug #513052
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.8                  dev-ruby/fcgi/fcgi-0.9.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?r1=1.7&r2=1.8

Index: fcgi-0.9.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fcgi-0.9.2.1.ebuild	12 Jun 2014 16:06:15 -0000	1.7
+++ fcgi-0.9.2.1.ebuild	19 Jun 2014 18:10:23 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.7 2014/06/12 16:06:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.8 2014/06/19 18:10:23 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 jruby"
@@ -15,7 +15,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng"
 
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND+=" dev-libs/fcgi"



1.16                 dev-ruby/fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	12 Jun 2014 16:06:15 -0000	1.15
+++ ChangeLog	19 Jun 2014 18:10:23 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fcgi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.15 2014/06/12 16:06:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.16 2014/06/19 18:10:23 maekke Exp $
+
+  19 Jun 2014; Markus Meier <maekke@gentoo.org> fcgi-0.9.2.1.ebuild:
+  arm stable, bug #513052
 
   12 Jun 2014; Manuel Rüger <mrueg@gentoo.org> fcgi-0.8.8-r2.ebuild,
   fcgi-0.9.2.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog
@ 2014-07-05 12:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-05 12:51 UTC (permalink / raw
  To: gentoo-commits

ago         14/07/05 12:51:27

  Modified:             fcgi-0.9.2.1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #513052
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-ruby/fcgi/fcgi-0.9.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?r1=1.9&r2=1.10

Index: fcgi-0.9.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fcgi-0.9.2.1.ebuild	1 Jul 2014 14:08:02 -0000	1.9
+++ fcgi-0.9.2.1.ebuild	5 Jul 2014 12:51:27 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.9 2014/07/01 14:08:02 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.10 2014/07/05 12:51:27 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 jruby"
@@ -15,7 +15,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND+=" dev-libs/fcgi"



1.18                 dev-ruby/fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	1 Jul 2014 14:08:02 -0000	1.17
+++ ChangeLog	5 Jul 2014 12:51:27 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fcgi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.17 2014/07/01 14:08:02 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.18 2014/07/05 12:51:27 ago Exp $
+
+  05 Jul 2014; Agostino Sarubbo <ago@gentoo.org> fcgi-0.9.2.1.ebuild:
+  Stable for ppc64, wrt bug #513052
 
   01 Jul 2014; Tobias Klausmann <klausman@gentoo.org> fcgi-0.9.2.1.ebuild:
   Stable on alpha, bug #497490





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog
@ 2014-08-15 17:27 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2014-08-15 17:27 UTC (permalink / raw
  To: gentoo-commits

armin76     14/08/15 17:27:56

  Modified:             fcgi-0.9.2.1.ebuild ChangeLog
  Log:
  sparc stable wrt #497490
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)

Revision  Changes    Path
1.11                 dev-ruby/fcgi/fcgi-0.9.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?r1=1.10&r2=1.11

Index: fcgi-0.9.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fcgi-0.9.2.1.ebuild	5 Jul 2014 12:51:27 -0000	1.10
+++ fcgi-0.9.2.1.ebuild	15 Aug 2014 17:27:56 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.10 2014/07/05 12:51:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.11 2014/08/15 17:27:56 armin76 Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 jruby"
@@ -15,7 +15,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng"
 
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND+=" dev-libs/fcgi"



1.21                 dev-ruby/fcgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	6 Aug 2014 06:50:59 -0000	1.20
+++ ChangeLog	15 Aug 2014 17:27:56 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fcgi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.20 2014/08/06 06:50:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.21 2014/08/15 17:27:56 armin76 Exp $
+
+  15 Aug 2014; Raúl Porcel <armin76@gentoo.org> fcgi-0.9.2.1.ebuild:
+  sparc stable wrt #497490
 
 *fcgi-0.9.2.1-r1 (06 Aug 2014)
 





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

end of thread, other threads:[~2014-08-15 17:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 18:10 [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-15 17:27 Raul Porcel (armin76)
2014-07-05 12:51 Agostino Sarubbo (ago)
2014-02-01  4:13 Akinori Hattori (hattya)
2013-12-15 17:30 Agostino Sarubbo (ago)
2013-12-15 17:30 Agostino Sarubbo (ago)
2013-12-15 17:18 Agostino Sarubbo (ago)
2013-10-06 11:36 Manuel Rueger (mrueg)

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