public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.4.0.ebuild
@ 2009-12-21 19:48 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 9+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-21 19:48 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/12/21 19:48:30

  Modified:             ChangeLog
  Added:                hoe-2.4.0.ebuild
  Log:
  Bump and port to fakegem.
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.61                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	9 Dec 2009 18:41:24 -0000	1.60
+++ ChangeLog	21 Dec 2009 19:48:30 -0000	1.61
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.60 2009/12/09 18:41:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.61 2009/12/21 19:48:30 flameeyes Exp $
+
+*hoe-2.4.0 (21 Dec 2009)
+
+  21 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> +hoe-2.4.0.ebuild,
+  +files/hoe-2.4.0-tests.patch:
+  Bump and port to fakegem.
 
   09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -hoe-1.8.2.ebuild,
   -hoe-2.1.0.ebuild:



1.1                  dev-ruby/hoe/hoe-2.4.0.ebuild

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

Index: hoe-2.4.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.1 2009/12/21 19:48:30 flameeyes Exp $

EAPI=2
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_DOC="docs"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"

RUBY_FAKEGEM_EXTRAINSTALL="template"

inherit ruby-fakegem

DESCRIPTION="Hoe extends rake to provide full project automation."
HOMEPAGE="http://seattlerb.rubyforge.org/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/minitest"

ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rubyforge-2.0.3"

all_ruby_prepare() {
	epatch "${FILESDIR}"/${P}-tests.patch
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.4.0.ebuild
@ 2009-12-23  1:22 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-23  1:22 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/23 01:22:45

  Modified:             ChangeLog hoe-2.4.0.ebuild
  Log:
  Marked ~hppa (bug #297830).
  (Portage version: 2.2_rc60/cvs/Linux i686)

Revision  Changes    Path
1.62                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	21 Dec 2009 19:48:30 -0000	1.61
+++ ChangeLog	23 Dec 2009 01:22:45 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.61 2009/12/21 19:48:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.62 2009/12/23 01:22:45 jer Exp $
+
+  23 Dec 2009; Jeroen Roovers <jer@gentoo.org> hoe-2.4.0.ebuild:
+  Marked ~hppa (bug #297830).
 
 *hoe-2.4.0 (21 Dec 2009)
 



1.2                  dev-ruby/hoe/hoe-2.4.0.ebuild

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

Index: hoe-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hoe-2.4.0.ebuild	21 Dec 2009 19:48:30 -0000	1.1
+++ hoe-2.4.0.ebuild	23 Dec 2009 01:22:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.1 2009/12/21 19:48:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.2 2009/12/23 01:22:45 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE=""
 
 ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/minitest"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.4.0.ebuild
@ 2009-12-23 13:26 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-23 13:26 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/23 13:26:33

  Modified:             ChangeLog hoe-2.4.0.ebuild
  Log:
  Marked ~ppc (bug #297830).
  (Portage version: 2.2_rc60/cvs/Linux i686)

Revision  Changes    Path
1.63                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	23 Dec 2009 01:22:45 -0000	1.62
+++ ChangeLog	23 Dec 2009 13:26:33 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.62 2009/12/23 01:22:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.63 2009/12/23 13:26:33 jer Exp $
+
+  23 Dec 2009; Jeroen Roovers <jer@gentoo.org> hoe-2.4.0.ebuild:
+  Marked ~ppc (bug #297830).
 
   23 Dec 2009; Jeroen Roovers <jer@gentoo.org> hoe-2.4.0.ebuild:
   Marked ~hppa (bug #297830).



1.3                  dev-ruby/hoe/hoe-2.4.0.ebuild

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

Index: hoe-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hoe-2.4.0.ebuild	23 Dec 2009 01:22:45 -0000	1.2
+++ hoe-2.4.0.ebuild	23 Dec 2009 13:26:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.2 2009/12/23 01:22:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.3 2009/12/23 13:26:33 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="~amd64 ~hppa ~ppc"
 IUSE=""
 
 ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/minitest"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.4.0.ebuild
@ 2009-12-25 16:42 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 9+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-25 16:42 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/12/25 16:42:03

  Modified:             ChangeLog hoe-2.4.0.ebuild
  Log:
  Depend on the minitest virtual, add ruby19 to the list of supported implementations (even though it requires hoe-seattlerb for 1.9.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	23 Dec 2009 13:26:33 -0000	1.63
+++ ChangeLog	25 Dec 2009 16:42:02 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.63 2009/12/23 13:26:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.64 2009/12/25 16:42:02 flameeyes Exp $
+
+  25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> hoe-2.4.0.ebuild:
+  Depend on the minitest virtual, add ruby19 to the list of supported
+  implementations (even though it requires hoe-seattlerb for 1.9.
 
   23 Dec 2009; Jeroen Roovers <jer@gentoo.org> hoe-2.4.0.ebuild:
   Marked ~ppc (bug #297830).



1.4                  dev-ruby/hoe/hoe-2.4.0.ebuild

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

Index: hoe-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hoe-2.4.0.ebuild	23 Dec 2009 13:26:33 -0000	1.3
+++ hoe-2.4.0.ebuild	25 Dec 2009 16:42:02 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.3 2009/12/23 13:26:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.4 2009/12/25 16:42:02 flameeyes Exp $
 
 EAPI=2
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 ruby19"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 
@@ -22,7 +22,8 @@
 KEYWORDS="~amd64 ~hppa ~ppc"
 IUSE=""
 
-ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/minitest"
+# also requires dev-ruby/hoe-seattlerb for 1.9
+ruby_add_bdepend test virtual/ruby-minitest
 
 ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rubyforge-2.0.3"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.4.0.ebuild
@ 2010-01-04  3:56 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 9+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-04  3:56 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/04 03:56:22

  Modified:             ChangeLog hoe-2.4.0.ebuild
  Log:
  Add support for JRuby (although it has a possibly cyclic dependency over jruby-openssl).
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	25 Dec 2009 16:42:02 -0000	1.64
+++ ChangeLog	4 Jan 2010 03:56:22 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/hoe
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.64 2009/12/25 16:42:02 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.65 2010/01/04 03:56:22 flameeyes Exp $
+
+  04 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> hoe-2.4.0.ebuild:
+  Add support for JRuby (although it has a possibly cyclic dependency over
+  jruby-openssl).
 
   25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> hoe-2.4.0.ebuild:
   Depend on the minitest virtual, add ruby19 to the list of supported



1.5                  dev-ruby/hoe/hoe-2.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?r1=1.4&r2=1.5

Index: hoe-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hoe-2.4.0.ebuild	25 Dec 2009 16:42:02 -0000	1.4
+++ hoe-2.4.0.ebuild	4 Jan 2010 03:56:22 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.4 2009/12/25 16:42:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.5 2010/01/04 03:56:22 flameeyes Exp $
 
 EAPI=2
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18 ruby19 jruby"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.4.0.ebuild
@ 2010-01-04 11:12 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-04 11:12 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/04 11:12:18

  Modified:             ChangeLog hoe-2.4.0.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.66                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	4 Jan 2010 03:56:22 -0000	1.65
+++ ChangeLog	4 Jan 2010 11:12:17 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.65 2010/01/04 03:56:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.66 2010/01/04 11:12:17 fauli Exp $
+
+  04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> hoe-2.4.0.ebuild:
+  Transfer Prefix keywords
 
   04 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> hoe-2.4.0.ebuild:
   Add support for JRuby (although it has a possibly cyclic dependency over



1.6                  dev-ruby/hoe/hoe-2.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?r1=1.5&r2=1.6

Index: hoe-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hoe-2.4.0.ebuild	4 Jan 2010 03:56:22 -0000	1.5
+++ hoe-2.4.0.ebuild	4 Jan 2010 11:12:17 -0000	1.6
@@ -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/hoe/hoe-2.4.0.ebuild,v 1.5 2010/01/04 03:56:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.6 2010/01/04 11:12:17 fauli Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc"
+KEYWORDS="~amd64 ~hppa ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # also requires dev-ruby/hoe-seattlerb for 1.9






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.4.0.ebuild
@ 2010-01-04 23:04 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-01-04 23:04 UTC (permalink / raw
  To: gentoo-commits

maekke      10/01/04 23:04:13

  Modified:             ChangeLog hoe-2.4.0.ebuild
  Log:
  add ~x86, bug #297830
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	4 Jan 2010 11:12:17 -0000	1.66
+++ ChangeLog	4 Jan 2010 23:04:13 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.66 2010/01/04 11:12:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.67 2010/01/04 23:04:13 maekke Exp $
+
+  04 Jan 2010; Markus Meier <maekke@gentoo.org> hoe-2.4.0.ebuild:
+  add ~x86, bug #297830
 
   04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> hoe-2.4.0.ebuild:
   Transfer Prefix keywords



1.7                  dev-ruby/hoe/hoe-2.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?r1=1.6&r2=1.7

Index: hoe-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hoe-2.4.0.ebuild	4 Jan 2010 11:12:17 -0000	1.6
+++ hoe-2.4.0.ebuild	4 Jan 2010 23:04:13 -0000	1.7
@@ -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/hoe/hoe-2.4.0.ebuild,v 1.6 2010/01/04 11:12:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.7 2010/01/04 23:04:13 maekke Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # also requires dev-ruby/hoe-seattlerb for 1.9






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.4.0.ebuild
@ 2010-01-06 18:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-06 18:48 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/06 18:48:13

  Modified:             ChangeLog hoe-2.4.0.ebuild
  Log:
  Add ~ia64/~sparc
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.68                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	4 Jan 2010 23:04:13 -0000	1.67
+++ ChangeLog	6 Jan 2010 18:48:13 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.67 2010/01/04 23:04:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.68 2010/01/06 18:48:13 armin76 Exp $
+
+  06 Jan 2010; Raúl Porcel <armin76@gentoo.org> hoe-2.4.0.ebuild:
+  Add ~ia64/~sparc
 
   04 Jan 2010; Markus Meier <maekke@gentoo.org> hoe-2.4.0.ebuild:
   add ~x86, bug #297830



1.8                  dev-ruby/hoe/hoe-2.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?r1=1.7&r2=1.8

Index: hoe-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hoe-2.4.0.ebuild	4 Jan 2010 23:04:13 -0000	1.7
+++ hoe-2.4.0.ebuild	6 Jan 2010 18:48:13 -0000	1.8
@@ -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/hoe/hoe-2.4.0.ebuild,v 1.7 2010/01/04 23:04:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.8 2010/01/06 18:48:13 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # also requires dev-ruby/hoe-seattlerb for 1.9






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

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

ranger      10/01/13 16:20:50

  Modified:             ChangeLog hoe-2.4.0.ebuild
  Log:
  Marking hoe-2.4.0 ~ppc64 for bug 297830
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.70                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	7 Jan 2010 20:06:57 -0000	1.69
+++ ChangeLog	13 Jan 2010 16:20:50 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.69 2010/01/07 20:06:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.70 2010/01/13 16:20:50 ranger Exp $
+
+  13 Jan 2010; Brent Baude <ranger@gentoo.org> hoe-2.4.0.ebuild:
+  Marking hoe-2.4.0 ~ppc64 for bug 297830
 
 *hoe-2.5.0 (07 Jan 2010)
 



1.9                  dev-ruby/hoe/hoe-2.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?r1=1.8&r2=1.9

Index: hoe-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hoe-2.4.0.ebuild	6 Jan 2010 18:48:13 -0000	1.8
+++ hoe-2.4.0.ebuild	13 Jan 2010 16:20:50 -0000	1.9
@@ -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/hoe/hoe-2.4.0.ebuild,v 1.8 2010/01/06 18:48:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.9 2010/01/13 16:20:50 ranger Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # also requires dev-ruby/hoe-seattlerb for 1.9






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

end of thread, other threads:[~2010-01-13 16:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 23:04 [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.4.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-13 16:20 Brent Baude (ranger)
2010-01-06 18:48 Raul Porcel (armin76)
2010-01-04 11:12 Christian Faulhammer (fauli)
2010-01-04  3:56 Diego Petteno (flameeyes)
2009-12-25 16:42 Diego Petteno (flameeyes)
2009-12-23 13:26 Jeroen Roovers (jer)
2009-12-23  1:22 Jeroen Roovers (jer)
2009-12-21 19:48 Diego Petteno (flameeyes)

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