public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2010-11-26 12:09 Hans de Graaff (graaff)
  0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff (graaff) @ 2010-11-26 12:09 UTC (permalink / raw
  To: gentoo-commits

graaff      10/11/26 12:09:12

  Modified:             ChangeLog
  Added:                coderay-0.9.6.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	1 Nov 2010 19:14:50 -0000	1.24
+++ ChangeLog	26 Nov 2010 12:09:11 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.24 2010/11/01 19:14:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.25 2010/11/26 12:09:11 graaff Exp $
+
+*coderay-0.9.6 (26 Nov 2010)
+
+  26 Nov 2010; Hans de Graaff <graaff@gentoo.org> +coderay-0.9.6.ebuild:
+  Version bump.
 
   01 Nov 2010; Hans de Graaff <graaff@gentoo.org> -coderay-0.9.3.ebuild,
   -coderay-0.9.4.ebuild:



1.1                  dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.1 2010/11/26 12:09:12 graaff Exp $

EAPI=2

USE_RUBY="ruby18 ree18 ruby19 jruby"

RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_DOCDIR="doc"

RUBY_FAKEGEM_EXTRADOC="lib/README"

inherit ruby-fakegem

DESCRIPTION="A Ruby library for syntax highlighting."
HOMEPAGE="http://coderay.rubychan.de/"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

# Redcloth is optional but automagically tested, so we add this
# dependency to ensure that we get at least a version that works: bug
# 330621. We use this convoluted way because redcloth isn't available
# yet for jruby.
USE_RUBY=ruby18 ruby_add_bdepend "ruby_targets_ruby18 test" ">=dev-ruby/redcloth-4.2.2"
USE_RUBY=ruby19 ruby_add_bdepend "ruby_targets_ruby19 test" ">=dev-ruby/redcloth-4.2.2"
USE_RUBY=ree18 ruby_add_bdepend "ruby_targets_ree18 test" ">=dev-ruby/redcloth-4.2.2"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2010-12-04 16:10 Fabian Groffen (grobian)
  0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2010-12-04 16:10 UTC (permalink / raw
  To: gentoo-commits

grobian     10/12/04 16:10:42

  Modified:             ChangeLog coderay-0.9.6.ebuild
  Log:
  Added Prefix keywords
  
  (Portage version: 2.2.01.17304-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.26                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	26 Nov 2010 12:09:11 -0000	1.25
+++ ChangeLog	4 Dec 2010 16:10:42 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.25 2010/11/26 12:09:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.26 2010/12/04 16:10:42 grobian Exp $
+
+  04 Dec 2010; Fabian Groffen <grobian@gentoo.org> coderay-0.9.6.ebuild:
+  Added Prefix keywords
 
 *coderay-0.9.6 (26 Nov 2010)
 



1.2                  dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coderay-0.9.6.ebuild	26 Nov 2010 12:09:12 -0000	1.1
+++ coderay-0.9.6.ebuild	4 Dec 2010 16:10:42 -0000	1.2
@@ -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/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.1 2010/11/26 12:09:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.2 2010/12/04 16:10:42 grobian Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2011-01-28 10:09 Hans de Graaff (graaff)
  0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-28 10:09 UTC (permalink / raw
  To: gentoo-commits

graaff      11/01/28 10:09:05

  Modified:             ChangeLog coderay-0.9.6.ebuild
  Log:
  Drop ruby19 to create new stable candidate.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	16 Jan 2011 08:23:38 -0000	1.28
+++ ChangeLog	28 Jan 2011 10:09:05 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.28 2011/01/16 08:23:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.29 2011/01/28 10:09:05 graaff Exp $
+
+  28 Jan 2011; Hans de Graaff <graaff@gentoo.org> coderay-0.9.6.ebuild:
+  Drop ruby19 to create new stable candidate.
 
 *coderay-0.9.7 (16 Jan 2011)
 



1.3                  dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coderay-0.9.6.ebuild	4 Dec 2010 16:10:42 -0000	1.2
+++ coderay-0.9.6.ebuild	28 Jan 2011 10:09:05 -0000	1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.2 2010/12/04 16:10:42 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.3 2011/01/28 10:09:05 graaff Exp $
 
 EAPI=2
 
-USE_RUBY="ruby18 ree18 ruby19 jruby"
+USE_RUBY="ruby18 ree18 jruby"
 
 RUBY_FAKEGEM_TASK_DOC="doc"
 RUBY_FAKEGEM_DOCDIR="doc"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2011-03-08 10:45 Thomas Kahle (tomka)
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-08 10:45 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/08 10:45:20

  Modified:             ChangeLog coderay-0.9.6.ebuild
  Log:
  x86 stable per bug 353032
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.30                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	28 Jan 2011 10:09:05 -0000	1.29
+++ ChangeLog	8 Mar 2011 10:45:20 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.29 2011/01/28 10:09:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.30 2011/03/08 10:45:20 tomka Exp $
+
+  08 Mar 2011; Thomas Kahle <tomka@gentoo.org> coderay-0.9.6.ebuild:
+  x86 stable per bug 353032
 
   28 Jan 2011; Hans de Graaff <graaff@gentoo.org> coderay-0.9.6.ebuild:
   Drop ruby19 to create new stable candidate.



1.4                  dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- coderay-0.9.6.ebuild	28 Jan 2011 10:09:05 -0000	1.3
+++ coderay-0.9.6.ebuild	8 Mar 2011 10:45:20 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.3 2011/01/28 10:09:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.4 2011/03/08 10:45:20 tomka Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2011-03-08 18:08 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 10+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-08 18:08 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/08 18:08:05

  Modified:             ChangeLog coderay-0.9.6.ebuild
  Log:
  Stable on amd64 wrt bug #353032
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	8 Mar 2011 10:45:20 -0000	1.30
+++ ChangeLog	8 Mar 2011 18:08:05 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.30 2011/03/08 10:45:20 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.31 2011/03/08 18:08:05 hwoarang Exp $
+
+  08 Mar 2011; Markos Chandras <hwoarang@gentoo.org> coderay-0.9.6.ebuild:
+  Stable on amd64 wrt bug #353032
 
   08 Mar 2011; Thomas Kahle <tomka@gentoo.org> coderay-0.9.6.ebuild:
   x86 stable per bug 353032



1.5                  dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- coderay-0.9.6.ebuild	8 Mar 2011 10:45:20 -0000	1.4
+++ coderay-0.9.6.ebuild	8 Mar 2011 18:08:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.4 2011/03/08 10:45:20 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.5 2011/03/08 18:08:05 hwoarang Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2011-03-27 19:32 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2011-03-27 19:32 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/27 19:32:33

  Modified:             ChangeLog coderay-0.9.6.ebuild
  Log:
  Marking coderay-0.9.6 ~ppc for bug 353032
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.32                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	8 Mar 2011 18:08:05 -0000	1.31
+++ ChangeLog	27 Mar 2011 19:32:33 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.31 2011/03/08 18:08:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.32 2011/03/27 19:32:33 ranger Exp $
+
+  27 Mar 2011; Brent Baude <ranger@gentoo.org> coderay-0.9.6.ebuild:
+  Marking coderay-0.9.6 ppc stable for bug 353032
 
   08 Mar 2011; Markos Chandras <hwoarang@gentoo.org> coderay-0.9.6.ebuild:
   Stable on amd64 wrt bug #353032



1.6                  dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- coderay-0.9.6.ebuild	8 Mar 2011 18:08:05 -0000	1.5
+++ coderay-0.9.6.ebuild	27 Mar 2011 19:32:33 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.5 2011/03/08 18:08:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.6 2011/03/27 19:32:33 ranger Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2011-04-01  8:31 Michael Weber (xmw)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Weber (xmw) @ 2011-04-01  8:31 UTC (permalink / raw
  To: gentoo-commits

xmw         11/04/01 08:31:31

  Modified:             ChangeLog coderay-0.9.6.ebuild
  Log:
  sparc stable (bug 353032)
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	27 Mar 2011 19:32:33 -0000	1.32
+++ ChangeLog	1 Apr 2011 08:31:31 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.32 2011/03/27 19:32:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.33 2011/04/01 08:31:31 xmw Exp $
+
+  01 Apr 2011; Michael Weber <xmw@gentoo.org> coderay-0.9.6.ebuild:
+  sparc stable (bug 353032)
 
   27 Mar 2011; Brent Baude <ranger@gentoo.org> coderay-0.9.6.ebuild:
   Marking coderay-0.9.6 ppc stable for bug 353032



1.7                  dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- coderay-0.9.6.ebuild	27 Mar 2011 19:32:33 -0000	1.6
+++ coderay-0.9.6.ebuild	1 Apr 2011 08:31:31 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.6 2011/03/27 19:32:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.7 2011/04/01 08:31:31 xmw Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2011-04-16 17:37 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-16 17:37 UTC (permalink / raw
  To: gentoo-commits

armin76     11/04/16 17:37:57

  Modified:             ChangeLog coderay-0.9.6.ebuild
  Log:
  ia64 stable wrt #353032
  
  (Portage version: 2.1.9.45/cvs/Linux ia64)

Revision  Changes    Path
1.34                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	1 Apr 2011 08:31:31 -0000	1.33
+++ ChangeLog	16 Apr 2011 17:37:57 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.33 2011/04/01 08:31:31 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.34 2011/04/16 17:37:57 armin76 Exp $
+
+  16 Apr 2011; Raúl Porcel <armin76@gentoo.org> coderay-0.9.6.ebuild:
+  ia64 stable wrt #353032
 
   01 Apr 2011; Michael Weber <xmw@gentoo.org> coderay-0.9.6.ebuild:
   sparc stable (bug 353032)



1.8                  dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- coderay-0.9.6.ebuild	1 Apr 2011 08:31:31 -0000	1.7
+++ coderay-0.9.6.ebuild	16 Apr 2011 17:37:57 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.7 2011/04/01 08:31:31 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.8 2011/04/16 17:37:57 armin76 Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2011-07-22 13:40 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-22 13:40 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/22 13:40:08

  Modified:             ChangeLog coderay-0.9.6.ebuild
  Log:
  ppc64 stable wrt #371259, comment out line invoking USE=ruby19
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	1 May 2011 07:30:44 -0000	1.36
+++ ChangeLog	22 Jul 2011 13:40:07 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.36 2011/05/01 07:30:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.37 2011/07/22 13:40:07 xarthisius Exp $
+
+  22 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> coderay-0.9.6.ebuild:
+  ppc64 stable wrt #371259, comment out line invoking USE=ruby19
 
 *coderay-0.9.8 (01 May 2011)
 



1.9                  dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- coderay-0.9.6.ebuild	16 Apr 2011 17:37:57 -0000	1.8
+++ coderay-0.9.6.ebuild	22 Jul 2011 13:40:07 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.8 2011/04/16 17:37:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.9 2011/07/22 13:40:07 xarthisius Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this
@@ -26,5 +26,5 @@
 # 330621. We use this convoluted way because redcloth isn't available
 # yet for jruby.
 USE_RUBY=ruby18 ruby_add_bdepend "ruby_targets_ruby18 test" ">=dev-ruby/redcloth-4.2.2"
-USE_RUBY=ruby19 ruby_add_bdepend "ruby_targets_ruby19 test" ">=dev-ruby/redcloth-4.2.2"
+#USE_RUBY=ruby19 ruby_add_bdepend "ruby_targets_ruby19 test" ">=dev-ruby/redcloth-4.2.2"
 USE_RUBY=ree18 ruby_add_bdepend "ruby_targets_ree18 test" ">=dev-ruby/redcloth-4.2.2"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild
@ 2011-10-03 20:02 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-03 20:02 UTC (permalink / raw
  To: gentoo-commits

jer         11/10/03 20:02:37

  Modified:             ChangeLog coderay-0.9.6.ebuild
  Log:
  Stable for HPPA (bug #385149).
  
  (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	27 Sep 2011 17:51:59 -0000	1.40
+++ ChangeLog	3 Oct 2011 20:02:37 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.40 2011/09/27 17:51:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.41 2011/10/03 20:02:37 jer Exp $
+
+  03 Oct 2011; Jeroen Roovers <jer@gentoo.org> coderay-0.9.6.ebuild:
+  Stable for HPPA (bug #385149).
 
 *coderay-1.0.0 (27 Sep 2011)
 



1.10                 dev-ruby/coderay/coderay-0.9.6.ebuild

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

Index: coderay-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- coderay-0.9.6.ebuild	22 Jul 2011 13:40:07 -0000	1.9
+++ coderay-0.9.6.ebuild	3 Oct 2011 20:02:37 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.9 2011/07/22 13:40:07 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.10 2011/10/03 20:02:37 jer Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this






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

end of thread, other threads:[~2011-10-03 20:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-16 17:37 [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.6.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-03 20:02 Jeroen Roovers (jer)
2011-07-22 13:40 Kacper Kowalik (xarthisius)
2011-04-01  8:31 Michael Weber (xmw)
2011-03-27 19:32 Brent Baude (ranger)
2011-03-08 18:08 Markos Chandras (hwoarang)
2011-03-08 10:45 Thomas Kahle (tomka)
2011-01-28 10:09 Hans de Graaff (graaff)
2010-12-04 16:10 Fabian Groffen (grobian)
2010-11-26 12:09 Hans de Graaff (graaff)

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