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.1.ebuild
@ 2010-01-01 10:10 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-01-01 10:10 UTC (permalink / raw
  To: gentoo-commits

graaff      10/01/01 10:10:29

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

Revision  Changes    Path
1.11                 dev-ruby/coderay/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	15 Dec 2009 15:43:03 -0000	1.10
+++ ChangeLog	1 Jan 2010 10:10:28 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/coderay
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.10 2009/12/15 15:43:03 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.11 2010/01/01 10:10:28 graaff Exp $
+
+*coderay-0.9.1 (01 Jan 2010)
+
+  01 Jan 2010; Hans de Graaff <graaff@gentoo.org> +coderay-0.9.1.ebuild:
+  Version bump.
 
 *coderay-0.8.357-r1 (15 Dec 2009)
 



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

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

Index: coderay-0.9.1.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.1.ebuild,v 1.1 2010/01/01 10:10:28 graaff Exp $

EAPI=2

USE_RUBY="ruby18 ruby19 jruby"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""

inherit ruby-fakegem

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

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

all_ruby_install() {
	for bin in coderay coderay_stylesheet; do
		ruby_fakegem_binwrapper $bin
	done

	dodoc lib/README || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.1.ebuild
@ 2010-01-13 16:30 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2010-01-13 16:30 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/13 16:30:17

  Modified:             ChangeLog coderay-0.9.1.ebuild
  Log:
  Marking coderay-0.9.1 ~ppc64 for bug 300739
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.12                 dev-ruby/coderay/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 Jan 2010 10:10:28 -0000	1.11
+++ ChangeLog	13 Jan 2010 16:30:17 -0000	1.12
@@ -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.11 2010/01/01 10:10:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.12 2010/01/13 16:30:17 ranger Exp $
+
+  13 Jan 2010; Brent Baude <ranger@gentoo.org> coderay-0.9.1.ebuild:
+  Marking coderay-0.9.1 ~ppc64 for bug 300739
 
 *coderay-0.9.1 (01 Jan 2010)
 



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

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

Index: coderay-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coderay-0.9.1.ebuild	1 Jan 2010 10:10:28 -0000	1.1
+++ coderay-0.9.1.ebuild	13 Jan 2010 16:30:17 -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.1.ebuild,v 1.1 2010/01/01 10:10:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.1.ebuild,v 1.2 2010/01/13 16:30:17 ranger Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_install() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.1.ebuild
@ 2010-01-14 15:39 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2010-01-14 15:39 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/14 15:39:29

  Modified:             ChangeLog coderay-0.9.1.ebuild
  Log:
  Marking coderay-0.9.1 ~ppc for bug 297711
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.13                 dev-ruby/coderay/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Jan 2010 16:30:17 -0000	1.12
+++ ChangeLog	14 Jan 2010 15:39:28 -0000	1.13
@@ -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.12 2010/01/13 16:30:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.13 2010/01/14 15:39:28 ranger Exp $
+
+  14 Jan 2010; Brent Baude <ranger@gentoo.org> coderay-0.9.1.ebuild:
+  Marking coderay-0.9.1 ~ppc for bug 297711
 
   13 Jan 2010; Brent Baude <ranger@gentoo.org> coderay-0.9.1.ebuild:
   Marking coderay-0.9.1 ~ppc64 for bug 300739



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

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

Index: coderay-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coderay-0.9.1.ebuild	13 Jan 2010 16:30:17 -0000	1.2
+++ coderay-0.9.1.ebuild	14 Jan 2010 15:39:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.1.ebuild,v 1.2 2010/01/13 16:30:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.1.ebuild,v 1.3 2010/01/14 15:39:28 ranger Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_install() {






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

end of thread, other threads:[~2010-01-14 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-01 10:10 [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: ChangeLog coderay-0.9.1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-13 16:30 Brent Baude (ranger)
2010-01-14 15:39 Brent Baude (ranger)

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