public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-fcgi: ruby-fcgi-0.8.8-r2.ebuild ChangeLog
@ 2010-09-19  8:44 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-19  8:44 UTC (permalink / raw
  To: gentoo-commits

graaff      10/09/19 08:44:26

  Modified:             ChangeLog
  Added:                ruby-fcgi-0.8.8-r2.ebuild
  Log:
  Add ree18 support.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-ruby/ruby-fcgi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	5 Sep 2010 16:10:17 -0000	1.40
+++ ChangeLog	19 Sep 2010 08:44:26 -0000	1.41
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-fcgi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.40 2010/09/05 16:10:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.41 2010/09/19 08:44:26 graaff Exp $
+
+*ruby-fcgi-0.8.8-r2 (19 Sep 2010)
+
+  19 Sep 2010; Hans de Graaff <graaff@gentoo.org>
+  +ruby-fcgi-0.8.8-r2.ebuild:
+  Add ree18 support.
 
   05 Sep 2010; Raúl Porcel <armin76@gentoo.org> ruby-fcgi-0.8.8.ebuild:
   ia64/sparc stable wrt #333859



1.1                  dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild

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

Index: ruby-fcgi-0.8.8-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.1 2010/09/19 08:44:26 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ruby19 ree18 jruby"

RUBY_FAKEGEM_NAME="${PN/ruby-/}"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README README.signals ChangeLog"

inherit ruby-fakegem eutils

DESCRIPTION="FastCGI library for Ruby"
HOMEPAGE="http://rubyforge.org/projects/fcgi/"

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

DEPEND="dev-libs/fcgi"
RDEPEND="${DEPEND}"

IUSE=""
SLOT="0"

each_ruby_compile() {
	case ${RUBY} in
		*ruby18|*rubyee18)
			pushd ext/fcgi
			${RUBY} extconf.rb || die "extconf failed"
			emake || die "emake ext failed"
			popd
			cp ext/fcgi/fcgi.so lib || die
			;;
	esac
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-fcgi: ruby-fcgi-0.8.8-r2.ebuild ChangeLog
@ 2012-07-08 16:13 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-07-08 16:13 UTC (permalink / raw
  To: gentoo-commits

jer         12/07/08 16:13:08

  Modified:             ruby-fcgi-0.8.8-r2.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #417573).
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild

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

Index: ruby-fcgi-0.8.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-fcgi-0.8.8-r2.ebuild	1 May 2012 18:24:06 -0000	1.2
+++ ruby-fcgi-0.8.8-r2.ebuild	8 Jul 2012 16:13:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.2 2012/05/01 18:24:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.3 2012/07/08 16:13:08 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -17,7 +17,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://rubyforge.org/projects/fcgi/"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND="dev-libs/fcgi"



1.47                 dev-ruby/ruby-fcgi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	11 Jun 2012 17:39:08 -0000	1.46
+++ ChangeLog	8 Jul 2012 16:13:08 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-fcgi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.46 2012/06/11 17:39:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.47 2012/07/08 16:13:08 jer Exp $
+
+  08 Jul 2012; Jeroen Roovers <jer@gentoo.org> ruby-fcgi-0.8.8-r2.ebuild:
+  Marked ~hppa (bug #417573).
 
   11 Jun 2012; Hans de Graaff <graaff@gentoo.org> -ruby-fcgi-0.8.8-r1.ebuild:
   Remove old version.






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-fcgi: ruby-fcgi-0.8.8-r2.ebuild ChangeLog
@ 2012-07-22 14:32 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2012-07-22 14:32 UTC (permalink / raw
  To: gentoo-commits

nixnut      12/07/22 14:32:22

  Modified:             ruby-fcgi-0.8.8-r2.ebuild ChangeLog
  Log:
  ppc stable #420711
  
  (Portage version: 2.1.10.49/cvs/Linux ppc)

Revision  Changes    Path
1.4                  dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild

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

Index: ruby-fcgi-0.8.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-fcgi-0.8.8-r2.ebuild	8 Jul 2012 16:13:08 -0000	1.3
+++ ruby-fcgi-0.8.8-r2.ebuild	22 Jul 2012 14:32:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.3 2012/07/08 16:13:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.4 2012/07/22 14:32:22 nixnut Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -17,7 +17,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://rubyforge.org/projects/fcgi/"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~hppa ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND="dev-libs/fcgi"



1.48                 dev-ruby/ruby-fcgi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	8 Jul 2012 16:13:08 -0000	1.47
+++ ChangeLog	22 Jul 2012 14:32:22 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-fcgi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.47 2012/07/08 16:13:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.48 2012/07/22 14:32:22 nixnut Exp $
+
+  22 Jul 2012; <nixnut@gentoo.org> ruby-fcgi-0.8.8-r2.ebuild:
+  ppc stable #420711
 
   08 Jul 2012; Jeroen Roovers <jer@gentoo.org> ruby-fcgi-0.8.8-r2.ebuild:
   Marked ~hppa (bug #417573).





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-fcgi: ruby-fcgi-0.8.8-r2.ebuild ChangeLog
@ 2012-07-24 17:54 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-24 17:54 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/24 17:54:28

  Modified:             ruby-fcgi-0.8.8-r2.ebuild ChangeLog
  Log:
  marked x86 per bug 420711
  
  (Portage version: 2.2.0_alpha120/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild

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

Index: ruby-fcgi-0.8.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-fcgi-0.8.8-r2.ebuild	22 Jul 2012 14:32:22 -0000	1.4
+++ ruby-fcgi-0.8.8-r2.ebuild	24 Jul 2012 17:54:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.4 2012/07/22 14:32:22 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.5 2012/07/24 17:54:28 jdhore Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -17,7 +17,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://rubyforge.org/projects/fcgi/"
 
-KEYWORDS="~amd64 ~hppa ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND="dev-libs/fcgi"



1.49                 dev-ruby/ruby-fcgi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	22 Jul 2012 14:32:22 -0000	1.48
+++ ChangeLog	24 Jul 2012 17:54:28 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-fcgi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.48 2012/07/22 14:32:22 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.49 2012/07/24 17:54:28 jdhore Exp $
+
+  24 Jul 2012; Jeff Horelick <jdhore@gentoo.org> ruby-fcgi-0.8.8-r2.ebuild:
+  marked x86 per bug 420711
 
   22 Jul 2012; <nixnut@gentoo.org> ruby-fcgi-0.8.8-r2.ebuild:
   ppc stable #420711





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-fcgi: ruby-fcgi-0.8.8-r2.ebuild ChangeLog
@ 2012-08-07 17:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-07 17:39 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/07 17:39:24

  Modified:             ruby-fcgi-0.8.8-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #420711
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild

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

Index: ruby-fcgi-0.8.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-fcgi-0.8.8-r2.ebuild	24 Jul 2012 17:54:28 -0000	1.5
+++ ruby-fcgi-0.8.8-r2.ebuild	7 Aug 2012 17:39:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.5 2012/07/24 17:54:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.6 2012/08/07 17:39:24 ago Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -17,7 +17,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://rubyforge.org/projects/fcgi/"
 
-KEYWORDS="~amd64 ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND="dev-libs/fcgi"



1.50                 dev-ruby/ruby-fcgi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	24 Jul 2012 17:54:28 -0000	1.49
+++ ChangeLog	7 Aug 2012 17:39:24 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-fcgi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.49 2012/07/24 17:54:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.50 2012/08/07 17:39:24 ago Exp $
+
+  07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> ruby-fcgi-0.8.8-r2.ebuild:
+  Stable for amd64, wrt bug #420711
 
   24 Jul 2012; Jeff Horelick <jdhore@gentoo.org> ruby-fcgi-0.8.8-r2.ebuild:
   marked x86 per bug 420711





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-fcgi: ruby-fcgi-0.8.8-r2.ebuild ChangeLog
@ 2012-08-10 10:28 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-10 10:28 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/10 10:28:01

  Modified:             ruby-fcgi-0.8.8-r2.ebuild ChangeLog
  Log:
  Stable ppc64, bug #420711
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild

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

Index: ruby-fcgi-0.8.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-fcgi-0.8.8-r2.ebuild	7 Aug 2012 17:39:24 -0000	1.6
+++ ruby-fcgi-0.8.8-r2.ebuild	10 Aug 2012 10:28:01 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.6 2012/08/07 17:39:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.8-r2.ebuild,v 1.7 2012/08/10 10:28:01 blueness Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -17,7 +17,7 @@
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="http://rubyforge.org/projects/fcgi/"
 
-KEYWORDS="amd64 ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND="dev-libs/fcgi"



1.51                 dev-ruby/ruby-fcgi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	7 Aug 2012 17:39:24 -0000	1.50
+++ ChangeLog	10 Aug 2012 10:28:01 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-fcgi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.50 2012/08/07 17:39:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.51 2012/08/10 10:28:01 blueness Exp $
+
+  10 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
+  ruby-fcgi-0.8.8-r2.ebuild:
+  Stable ppc64, bug #420711
 
   07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> ruby-fcgi-0.8.8-r2.ebuild:
   Stable for amd64, wrt bug #420711





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

end of thread, other threads:[~2012-08-10 10:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-19  8:44 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-fcgi: ruby-fcgi-0.8.8-r2.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-08 16:13 Jeroen Roovers (jer)
2012-07-22 14:32 Gysbert Wassenaar (nixnut)
2012-07-24 17:54 Jeff Horelick (jdhore)
2012-08-07 17:39 Agostino Sarubbo (ago)
2012-08-10 10:28 Anthony G. Basile (blueness)

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