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

graaff      10/12/11 08:42:57

  Modified:             ChangeLog
  Added:                hoe-2.8.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.96                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	13 Nov 2010 16:43:47 -0000	1.95
+++ ChangeLog	11 Dec 2010 08:42:57 -0000	1.96
@@ -1,6 +1,12 @@
 # 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.95 2010/11/13 16:43:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.96 2010/12/11 08:42:57 graaff Exp $
+
+*hoe-2.8.0 (11 Dec 2010)
+
+  11 Dec 2010; Hans de Graaff <graaff@gentoo.org> +hoe-2.8.0.ebuild,
+  +files/hoe-2.8.0-test-file-ordering.patch:
+  Version bump.
 
   13 Nov 2010; Raúl Porcel <armin76@gentoo.org> hoe-2.6.0-r1.ebuild:
   ia64/sparc stable



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

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

Index: hoe-2.8.0.ebuild
===================================================================
# 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.8.0.ebuild,v 1.1 2010/12/11 08:42:57 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"

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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""

RUBY_PATCHES=( "${P}-test-file-ordering.patch" )

# - also requires dev-ruby/hoe-seattlerb for 1.9;
# - dev-ruby/gemcutter is an optional dependency at both runtime and
#   test-time, at least for us;
# - rubyforge is loaded at runtime when needed, so we don't strictly
#   depend on it at runtime, but we need it for tests (for now);
ruby_add_bdepend "test? ( dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )"

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






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

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

grobian     10/12/27 20:21:41

  Modified:             hoe-2.8.0.ebuild ChangeLog
  Log:
  Marked ~x64-solaris
  
  (Portage version: 2.2.01.17422-prefix/cvs/Darwin powerpc, RepoMan options: --force)

Revision  Changes    Path
1.2                  dev-ruby/hoe/hoe-2.8.0.ebuild

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

Index: hoe-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hoe-2.8.0.ebuild	11 Dec 2010 08:42:57 -0000	1.1
+++ hoe-2.8.0.ebuild	27 Dec 2010 20:21:41 -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/hoe/hoe-2.8.0.ebuild,v 1.1 2010/12/11 08:42:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.2 2010/12/27 20:21:41 grobian Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${P}-test-file-ordering.patch" )



1.97                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	11 Dec 2010 08:42:57 -0000	1.96
+++ ChangeLog	27 Dec 2010 20:21:41 -0000	1.97
@@ -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.96 2010/12/11 08:42:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.97 2010/12/27 20:21:41 grobian Exp $
+
+  27 Dec 2010; Fabian Groffen <grobian@gentoo.org> hoe-2.8.0.ebuild:
+  Marked ~x64-solaris
 
 *hoe-2.8.0 (11 Dec 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.8.0.ebuild ChangeLog
@ 2011-02-13 10:37 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 10+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-13 10:37 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/13 10:37:08

  Modified:             hoe-2.8.0.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #354481
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/hoe/hoe-2.8.0.ebuild

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

Index: hoe-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hoe-2.8.0.ebuild	11 Feb 2011 15:50:39 -0000	1.4
+++ hoe-2.8.0.ebuild	13 Feb 2011 10:37:08 -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/hoe/hoe-2.8.0.ebuild,v 1.4 2011/02/11 15:50:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.5 2011/02/13 10:37:08 hwoarang Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${P}-test-file-ordering.patch" )



1.106                dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	11 Feb 2011 15:50:39 -0000	1.105
+++ ChangeLog	13 Feb 2011 10:37:08 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.105 2011/02/11 15:50:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.106 2011/02/13 10:37:08 hwoarang Exp $
+
+  13 Feb 2011; Markos Chandras <hwoarang@gentoo.org> hoe-2.8.0.ebuild:
+  Stable on amd64 wrt bug #354481
 
   11 Feb 2011; Hans de Graaff <graaff@gentoo.org> -hoe-2.6.2.ebuild,
   hoe-2.8.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.8.0.ebuild ChangeLog
@ 2011-02-15  7:09 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 10+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-15  7:09 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/02/15 07:09:05

  Modified:             hoe-2.8.0.ebuild ChangeLog
  Log:
  x86 stable wrt bug #354481
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-ruby/hoe/hoe-2.8.0.ebuild

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

Index: hoe-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hoe-2.8.0.ebuild	13 Feb 2011 10:37:08 -0000	1.5
+++ hoe-2.8.0.ebuild	15 Feb 2011 07:09:05 -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/hoe/hoe-2.8.0.ebuild,v 1.5 2011/02/13 10:37:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.6 2011/02/15 07:09:05 phajdan.jr Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${P}-test-file-ordering.patch" )



1.107                dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	13 Feb 2011 10:37:08 -0000	1.106
+++ ChangeLog	15 Feb 2011 07:09:05 -0000	1.107
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.106 2011/02/13 10:37:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.107 2011/02/15 07:09:05 phajdan.jr Exp $
+
+  15 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> hoe-2.8.0.ebuild:
+  x86 stable wrt bug #354481
 
   13 Feb 2011; Markos Chandras <hwoarang@gentoo.org> hoe-2.8.0.ebuild:
   Stable on amd64 wrt bug #354481






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.8.0.ebuild ChangeLog
@ 2011-02-26 18:25 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-26 18:25 UTC (permalink / raw
  To: gentoo-commits

armin76     11/02/26 18:25:19

  Modified:             hoe-2.8.0.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #354481
  
  (Portage version: 2.1.9.41/cvs/Linux ia64)

Revision  Changes    Path
1.7                  dev-ruby/hoe/hoe-2.8.0.ebuild

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

Index: hoe-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hoe-2.8.0.ebuild	15 Feb 2011 07:09:05 -0000	1.6
+++ hoe-2.8.0.ebuild	26 Feb 2011 18:25:19 -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/hoe/hoe-2.8.0.ebuild,v 1.6 2011/02/15 07:09:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.7 2011/02/26 18:25:19 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${P}-test-file-ordering.patch" )



1.108                dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	15 Feb 2011 07:09:05 -0000	1.107
+++ ChangeLog	26 Feb 2011 18:25:19 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.107 2011/02/15 07:09:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.108 2011/02/26 18:25:19 armin76 Exp $
+
+  26 Feb 2011; Raúl Porcel <armin76@gentoo.org> hoe-2.8.0.ebuild:
+  ia64/sparc stable wrt #354481
 
   15 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> hoe-2.8.0.ebuild:
   x86 stable wrt bug #354481






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

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

jer         11/03/01 20:51:46

  Modified:             hoe-2.8.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #354481).
  
  (Portage version: 2.2.0_alpha25/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-ruby/hoe/hoe-2.8.0.ebuild

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

Index: hoe-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hoe-2.8.0.ebuild	26 Feb 2011 18:25:19 -0000	1.7
+++ hoe-2.8.0.ebuild	1 Mar 2011 20:51:46 -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/hoe/hoe-2.8.0.ebuild,v 1.7 2011/02/26 18:25:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.8 2011/03/01 20:51:46 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${P}-test-file-ordering.patch" )



1.109                dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	26 Feb 2011 18:25:19 -0000	1.108
+++ ChangeLog	1 Mar 2011 20:51:46 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.108 2011/02/26 18:25:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.109 2011/03/01 20:51:46 jer Exp $
+
+  01 Mar 2011; Jeroen Roovers <jer@gentoo.org> hoe-2.8.0.ebuild:
+  Stable for HPPA (bug #354481).
 
   26 Feb 2011; Raúl Porcel <armin76@gentoo.org> hoe-2.8.0.ebuild:
   ia64/sparc stable wrt #354481






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

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

ranger      11/03/27 19:13:16

  Modified:             hoe-2.8.0.ebuild ChangeLog
  Log:
  Marking hoe-2.8.0 ~ppc for bug 354481
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.10                 dev-ruby/hoe/hoe-2.8.0.ebuild

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

Index: hoe-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hoe-2.8.0.ebuild	7 Mar 2011 11:58:42 -0000	1.9
+++ hoe-2.8.0.ebuild	27 Mar 2011 19:13:16 -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/hoe/hoe-2.8.0.ebuild,v 1.9 2011/03/07 11:58:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.10 2011/03/27 19:13:16 ranger Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${P}-test-file-ordering.patch" )



1.111                dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	7 Mar 2011 11:58:42 -0000	1.110
+++ ChangeLog	27 Mar 2011 19:13:16 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.110 2011/03/07 11:58:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.111 2011/03/27 19:13:16 ranger Exp $
+
+  27 Mar 2011; Brent Baude <ranger@gentoo.org> hoe-2.8.0.ebuild:
+  Marking hoe-2.8.0 ppc stable for bug 354481
 
   07 Mar 2011; Raúl Porcel <armin76@gentoo.org> hoe-2.5.0.ebuild,
   hoe-2.6.0-r1.ebuild, hoe-2.8.0.ebuild, hoe-2.9.0.ebuild, hoe-2.9.1.ebuild:






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

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

armin76     11/04/23 17:39:49

  Modified:             hoe-2.8.0.ebuild ChangeLog
  Log:
  alpha stable
  
  (Portage version: 2.1.9.45/cvs/Linux ia64)

Revision  Changes    Path
1.11                 dev-ruby/hoe/hoe-2.8.0.ebuild

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

Index: hoe-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hoe-2.8.0.ebuild	27 Mar 2011 19:13:16 -0000	1.10
+++ hoe-2.8.0.ebuild	23 Apr 2011 17:39:49 -0000	1.11
@@ -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/hoe/hoe-2.8.0.ebuild,v 1.10 2011/03/27 19:13:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.11 2011/04/23 17:39:49 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( "${P}-test-file-ordering.patch" )



1.112                dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	27 Mar 2011 19:13:16 -0000	1.111
+++ ChangeLog	23 Apr 2011 17:39:49 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.111 2011/03/27 19:13:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.112 2011/04/23 17:39:49 armin76 Exp $
+
+  23 Apr 2011; Raúl Porcel <armin76@gentoo.org> hoe-2.8.0.ebuild:
+  alpha stable
 
   27 Mar 2011; Brent Baude <ranger@gentoo.org> hoe-2.8.0.ebuild:
   Marking hoe-2.8.0 ppc stable for bug 354481






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.8.0.ebuild ChangeLog
@ 2011-06-03  7:45 Hans de Graaff (graaff)
  0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff (graaff) @ 2011-06-03  7:45 UTC (permalink / raw
  To: gentoo-commits

graaff      11/06/03 07:45:33

  Modified:             hoe-2.8.0.ebuild ChangeLog
  Log:
  Restrict tests to avoid problems with a missing dependency on hoe-seattlerb, which we can't easily add since that is not stable on all arches. This addresses bug 368631.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/hoe/hoe-2.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild?r1=1.11&r2=1.12

Index: hoe-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hoe-2.8.0.ebuild	23 Apr 2011 17:39:49 -0000	1.11
+++ hoe-2.8.0.ebuild	3 Jun 2011 07:45:32 -0000	1.12
@@ -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/hoe/hoe-2.8.0.ebuild,v 1.11 2011/04/23 17:39:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.12 2011/06/03 07:45:32 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby"
@@ -22,6 +22,12 @@
 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
+# Restrict tests since we lack a dependency on hoe-seattlerb (bug
+# 368631)), and this can't be added easily since not all arches have it
+# stable. Newer versions of hoe no longer have this requirement, so we
+# just restrict tests here to avoid test failure.
+RESTRICT="test"
+
 RUBY_PATCHES=( "${P}-test-file-ordering.patch" )
 
 # - also requires dev-ruby/hoe-seattlerb for 1.9;



1.114                dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	3 Jun 2011 07:37:22 -0000	1.113
+++ ChangeLog	3 Jun 2011 07:45:32 -0000	1.114
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.113 2011/06/03 07:37:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.114 2011/06/03 07:45:32 graaff Exp $
+
+  03 Jun 2011; Hans de Graaff <graaff@gentoo.org> hoe-2.8.0.ebuild:
+  Restrict tests to avoid problems with a missing dependency on hoe-seattlerb,
+  which we can't easily add since that is not stable on all arches. This
+  addresses bug 368631.
 
   03 Jun 2011; Hans de Graaff <graaff@gentoo.org> -hoe-2.5.0.ebuild:
   Remove old version.






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.8.0.ebuild ChangeLog
@ 2011-07-10 22:23 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Loeser (halcy0n) @ 2011-07-10 22:23 UTC (permalink / raw
  To: gentoo-commits

halcy0n     11/07/10 22:23:46

  Modified:             hoe-2.8.0.ebuild ChangeLog
  Log:
  Stable for ppc64; bug #354481
  
  (Portage version: 2.1.10.3/cvs/Linux ppc64)

Revision  Changes    Path
1.13                 dev-ruby/hoe/hoe-2.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild?r1=1.12&r2=1.13

Index: hoe-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hoe-2.8.0.ebuild	3 Jun 2011 07:45:32 -0000	1.12
+++ hoe-2.8.0.ebuild	10 Jul 2011 22:23:46 -0000	1.13
@@ -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/hoe/hoe-2.8.0.ebuild,v 1.12 2011/06/03 07:45:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.13 2011/07/10 22:23:46 halcy0n Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Restrict tests since we lack a dependency on hoe-seattlerb (bug



1.115                dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	3 Jun 2011 07:45:32 -0000	1.114
+++ ChangeLog	10 Jul 2011 22:23:46 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.114 2011/06/03 07:45:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.115 2011/07/10 22:23:46 halcy0n Exp $
+
+  10 Jul 2011; Mark Loeser <halcy0n@gentoo.org> hoe-2.8.0.ebuild:
+  Stable for ppc64; bug #354481
 
   03 Jun 2011; Hans de Graaff <graaff@gentoo.org> hoe-2.8.0.ebuild:
   Restrict tests to avoid problems with a missing dependency on hoe-seattlerb,






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

end of thread, other threads:[~2011-07-10 22:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-27 19:13 [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.8.0.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-10 22:23 Mark Loeser (halcy0n)
2011-06-03  7:45 Hans de Graaff (graaff)
2011-04-23 17:39 Raul Porcel (armin76)
2011-03-01 20:51 Jeroen Roovers (jer)
2011-02-26 18:25 Raul Porcel (armin76)
2011-02-15  7:09 PaweA Hajdan (phajdan.jr)
2011-02-13 10:37 Markos Chandras (hwoarang)
2010-12-27 20:21 Fabian Groffen (grobian)
2010-12-11  8:42 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