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

graaff      13/02/28 13:50:41

  Modified:             ChangeLog
  Added:                coderay-1.0.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.64                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	28 Feb 2013 13:47:41 -0000	1.63
+++ ChangeLog	28 Feb 2013 13:50:41 -0000	1.64
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.63 2013/02/28 13:47:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.64 2013/02/28 13:50:41 graaff Exp $
+
+*coderay-1.0.9 (28 Feb 2013)
+
+  28 Feb 2013; Hans de Graaff <graaff@gentoo.org> +coderay-1.0.9.ebuild:
+  Version bump.
 
   28 Feb 2013; Hans de Graaff <graaff@gentoo.org> -coderay-1.0.0.ebuild,
   -coderay-1.0.7.ebuild:



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

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

Index: coderay-1.0.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.1 2013/02/28 13:50:41 graaff Exp $

EAPI=4

USE_RUBY="ruby18 ree18 ruby19 jruby"

# The test target also contains test:exe but that requires
# shoulda-context which we do not have packaged yet.
RUBY_FAKEGEM_TASK_TEST="test:functional test:units"

RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_DOCDIR="doc"

RUBY_FAKEGEM_EXTRADOC="Changes-pre-1.0.textile Changes.textile FOLDERS README_INDEX.rdoc README.textile"

inherit ruby-fakegem

DESCRIPTION="A Ruby library for syntax highlighting."
HOMEPAGE="http://coderay.rubychan.de/"
SRC_URI="https://github.com/rubychan/coderay/tarball/v${PV} -> ${P}.tgz"

RUBY_S="rubychan-coderay-*"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
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="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )"

all_ruby_prepare() {
	sed -i -e '/git ls-files/ s:^:#:' coderay.gemspec || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog
@ 2013-04-05 11:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 11:51 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 11:51:15

  Modified:             coderay-1.0.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #464366
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-ruby/coderay/coderay-1.0.9.ebuild

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

Index: coderay-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coderay-1.0.9.ebuild	28 Feb 2013 13:50:41 -0000	1.1
+++ coderay-1.0.9.ebuild	5 Apr 2013 11:51:15 -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/coderay/coderay-1.0.9.ebuild,v 1.1 2013/02/28 13:50:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.2 2013/04/05 11:51:15 ago Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.65                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	28 Feb 2013 13:50:41 -0000	1.64
+++ ChangeLog	5 Apr 2013 11:51:15 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.64 2013/02/28 13:50:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.65 2013/04/05 11:51:15 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
+  Stable for amd64, wrt bug #464366
 
 *coderay-1.0.9 (28 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog
@ 2013-04-05 12:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 12:07 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 12:07:42

  Modified:             coderay-1.0.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #464366
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-ruby/coderay/coderay-1.0.9.ebuild

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

Index: coderay-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coderay-1.0.9.ebuild	5 Apr 2013 11:51:15 -0000	1.2
+++ coderay-1.0.9.ebuild	5 Apr 2013 12:07:42 -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/coderay/coderay-1.0.9.ebuild,v 1.2 2013/04/05 11:51:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.3 2013/04/05 12:07:42 ago Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.66                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	5 Apr 2013 11:51:15 -0000	1.65
+++ ChangeLog	5 Apr 2013 12:07:42 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.65 2013/04/05 11:51:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.66 2013/04/05 12:07:42 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
+  Stable for x86, wrt bug #464366
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
   Stable for amd64, wrt bug #464366





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog
@ 2013-04-05 17:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 17:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 17:38:18

  Modified:             coderay-1.0.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #464366
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-ruby/coderay/coderay-1.0.9.ebuild

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

Index: coderay-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- coderay-1.0.9.ebuild	5 Apr 2013 12:07:42 -0000	1.3
+++ coderay-1.0.9.ebuild	5 Apr 2013 17:38:18 -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/coderay/coderay-1.0.9.ebuild,v 1.3 2013/04/05 12:07:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.4 2013/04/05 17:38:18 ago Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.67                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	5 Apr 2013 12:07:42 -0000	1.66
+++ ChangeLog	5 Apr 2013 17:38:18 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.66 2013/04/05 12:07:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.67 2013/04/05 17:38:18 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
+  Stable for ppc, wrt bug #464366
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
   Stable for x86, wrt bug #464366





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog
@ 2013-04-05 18:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 18:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 18:24:50

  Modified:             coderay-1.0.9.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #464366
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-ruby/coderay/coderay-1.0.9.ebuild

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

Index: coderay-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- coderay-1.0.9.ebuild	5 Apr 2013 17:38:18 -0000	1.4
+++ coderay-1.0.9.ebuild	5 Apr 2013 18:24:50 -0000	1.5
@@ -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/coderay/coderay-1.0.9.ebuild,v 1.4 2013/04/05 17:38:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.5 2013/04/05 18:24:50 ago Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.68                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	5 Apr 2013 17:38:18 -0000	1.67
+++ ChangeLog	5 Apr 2013 18:24:50 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.67 2013/04/05 17:38:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.68 2013/04/05 18:24:50 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
+  Stable for ppc64, wrt bug #464366
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
   Stable for ppc, wrt bug #464366





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog
@ 2013-04-11 12:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-11 12:14 UTC (permalink / raw
  To: gentoo-commits

jer         13/04/11 12:14:55

  Modified:             coderay-1.0.9.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #464366).
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  dev-ruby/coderay/coderay-1.0.9.ebuild

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

Index: coderay-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- coderay-1.0.9.ebuild	5 Apr 2013 18:24:50 -0000	1.5
+++ coderay-1.0.9.ebuild	11 Apr 2013 12:14:55 -0000	1.6
@@ -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/coderay/coderay-1.0.9.ebuild,v 1.5 2013/04/05 18:24:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.6 2013/04/11 12:14:55 jer Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.69                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	5 Apr 2013 18:24:50 -0000	1.68
+++ ChangeLog	11 Apr 2013 12:14:55 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.68 2013/04/05 18:24:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.69 2013/04/11 12:14:55 jer Exp $
+
+  11 Apr 2013; Jeroen Roovers <jer@gentoo.org> coderay-1.0.9.ebuild:
+  Stable for HPPA (bug #464366).
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
   Stable for ppc64, wrt bug #464366





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog
@ 2013-04-12  8:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12  8:58 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 08:58:51

  Modified:             coderay-1.0.9.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #464366
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-ruby/coderay/coderay-1.0.9.ebuild

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

Index: coderay-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- coderay-1.0.9.ebuild	11 Apr 2013 12:14:55 -0000	1.6
+++ coderay-1.0.9.ebuild	12 Apr 2013 08:58:51 -0000	1.7
@@ -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/coderay/coderay-1.0.9.ebuild,v 1.6 2013/04/11 12:14:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.7 2013/04/12 08:58:51 ago Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.70                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	11 Apr 2013 12:14:55 -0000	1.69
+++ ChangeLog	12 Apr 2013 08:58:51 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.69 2013/04/11 12:14:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.70 2013/04/12 08:58:51 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
+  Stable for alpha, wrt bug #464366
 
   11 Apr 2013; Jeroen Roovers <jer@gentoo.org> coderay-1.0.9.ebuild:
   Stable for HPPA (bug #464366).





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog
@ 2013-04-12 17:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12 17:29 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 17:29:54

  Modified:             coderay-1.0.9.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #464366
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-ruby/coderay/coderay-1.0.9.ebuild

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

Index: coderay-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- coderay-1.0.9.ebuild	12 Apr 2013 08:58:51 -0000	1.7
+++ coderay-1.0.9.ebuild	12 Apr 2013 17:29:54 -0000	1.8
@@ -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/coderay/coderay-1.0.9.ebuild,v 1.7 2013/04/12 08:58:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.8 2013/04/12 17:29:54 ago Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.71                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	12 Apr 2013 08:58:51 -0000	1.70
+++ ChangeLog	12 Apr 2013 17:29:54 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.70 2013/04/12 08:58:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.71 2013/04/12 17:29:54 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
+  Stable for ia64, wrt bug #464366
 
   12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
   Stable for alpha, wrt bug #464366





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog
@ 2013-04-13  7:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-13  7:47 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/13 07:47:04

  Modified:             coderay-1.0.9.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #464366
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-ruby/coderay/coderay-1.0.9.ebuild

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

Index: coderay-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- coderay-1.0.9.ebuild	12 Apr 2013 17:29:54 -0000	1.8
+++ coderay-1.0.9.ebuild	13 Apr 2013 07:47:04 -0000	1.9
@@ -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/coderay/coderay-1.0.9.ebuild,v 1.8 2013/04/12 17:29:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.9 2013/04/13 07:47:04 ago Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.72                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	12 Apr 2013 17:29:54 -0000	1.71
+++ ChangeLog	13 Apr 2013 07:47:04 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.71 2013/04/12 17:29:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.72 2013/04/13 07:47:04 ago Exp $
+
+  13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
+  Stable for sparc, wrt bug #464366
 
   12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
   Stable for ia64, wrt bug #464366





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog
@ 2013-08-08 19:28 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2013-08-08 19:28 UTC (permalink / raw
  To: gentoo-commits

maekke      13/08/08 19:28:04

  Modified:             coderay-1.0.9.ebuild ChangeLog
  Log:
  add ~arm, bug #477648
  
  (Portage version: 2.1.13.5/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.10                 dev-ruby/coderay/coderay-1.0.9.ebuild

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

Index: coderay-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- coderay-1.0.9.ebuild	13 Apr 2013 07:47:04 -0000	1.9
+++ coderay-1.0.9.ebuild	8 Aug 2013 19:28:04 -0000	1.10
@@ -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/coderay/coderay-1.0.9.ebuild,v 1.9 2013/04/13 07:47:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.10 2013/08/08 19:28:04 maekke Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is optional but automagically tested, so we add this



1.73                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	13 Apr 2013 07:47:04 -0000	1.72
+++ ChangeLog	8 Aug 2013 19:28:04 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coderay
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.72 2013/04/13 07:47:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.73 2013/08/08 19:28:04 maekke Exp $
+
+  08 Aug 2013; Markus Meier <maekke@gentoo.org> coderay-1.0.9.ebuild:
+  add ~arm, bug #477648
 
   13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> coderay-1.0.9.ebuild:
   Stable for sparc, wrt bug #464366





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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 12:07 [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-1.0.9.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-08 19:28 Markus Meier (maekke)
2013-04-13  7:47 Agostino Sarubbo (ago)
2013-04-12 17:29 Agostino Sarubbo (ago)
2013-04-12  8:58 Agostino Sarubbo (ago)
2013-04-11 12:14 Jeroen Roovers (jer)
2013-04-05 18:24 Agostino Sarubbo (ago)
2013-04-05 17:38 Agostino Sarubbo (ago)
2013-04-05 11:51 Agostino Sarubbo (ago)
2013-02-28 13:50 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