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.5.0.ebuild
@ 2010-01-07 20:06 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 11+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-07 20:06 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/07 20:06:58

  Modified:             ChangeLog
  Added:                hoe-2.5.0.ebuild
  Log:
  Version bump, rubyforge is no longer needed at runtime either. Tests needed some fixing though.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	6 Jan 2010 18:48:13 -0000	1.68
+++ ChangeLog	7 Jan 2010 20:06:57 -0000	1.69
@@ -1,6 +1,13 @@
 # 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.68 2010/01/06 18:48:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.69 2010/01/07 20:06:57 flameeyes Exp $
+
+*hoe-2.5.0 (07 Jan 2010)
+
+  07 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> +hoe-2.5.0.ebuild,
+  +files/hoe-2.5.0-tests.patch:
+  Version bump, rubyforge is no longer needed at runtime either. Tests
+  needed some fixing though.
 
   06 Jan 2010; Raúl Porcel <armin76@gentoo.org> hoe-2.4.0.ebuild:
   Add ~ia64/~sparc



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

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

Index: hoe-2.5.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.5.0.ebuild,v 1.1 2010/01/07 20:06:57 flameeyes Exp $

EAPI=2
USE_RUBY="ruby18 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 ~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;
# - 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 "virtual/ruby-minitest >=dev-ruby/rubyforge-2.0.3"

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

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






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

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

ranger      10/01/18 17:11:56

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

Revision  Changes    Path
1.71                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	13 Jan 2010 16:20:50 -0000	1.70
+++ ChangeLog	18 Jan 2010 17:11:56 -0000	1.71
@@ -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.70 2010/01/13 16:20:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.71 2010/01/18 17:11:56 ranger Exp $
+
+  18 Jan 2010; Brent Baude <ranger@gentoo.org> hoe-2.5.0.ebuild:
+  Marking hoe-2.5.0 ~ppc64 for bug 297830
 
   13 Jan 2010; Brent Baude <ranger@gentoo.org> hoe-2.4.0.ebuild:
   Marking hoe-2.4.0 ~ppc64 for bug 297830



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

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

Index: hoe-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hoe-2.5.0.ebuild	7 Jan 2010 20:06:57 -0000	1.1
+++ hoe-2.5.0.ebuild	18 Jan 2010 17:11:56 -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.5.0.ebuild,v 1.1 2010/01/07 20:06:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v 1.2 2010/01/18 17:11:56 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] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.5.0.ebuild
@ 2010-02-16  7:49 Jonathan Callen (abcd)
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-16  7:49 UTC (permalink / raw
  To: gentoo-commits

abcd        10/02/16 07:49:36

  Modified:             ChangeLog hoe-2.5.0.ebuild
  Log:
  Add ~x64-macos for bug 305355
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.72                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	18 Jan 2010 17:11:56 -0000	1.71
+++ ChangeLog	16 Feb 2010 07:49:35 -0000	1.72
@@ -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.71 2010/01/18 17:11:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.72 2010/02/16 07:49:35 abcd Exp $
+
+  16 Feb 2010; Jonathan Callen <abcd@gentoo.org> hoe-2.5.0.ebuild:
+  Add ~x64-macos for bug 305355
 
   18 Jan 2010; Brent Baude <ranger@gentoo.org> hoe-2.5.0.ebuild:
   Marking hoe-2.5.0 ~ppc64 for bug 297830



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

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

Index: hoe-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hoe-2.5.0.ebuild	18 Jan 2010 17:11:56 -0000	1.2
+++ hoe-2.5.0.ebuild	16 Feb 2010 07:49:35 -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/hoe/hoe-2.5.0.ebuild,v 1.2 2010/01/18 17:11:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v 1.3 2010/02/16 07:49:35 abcd Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~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 ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # - also requires dev-ruby/hoe-seattlerb for 1.9;






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.5.0.ebuild
@ 2010-05-22 13:37 Hans de Graaff (graaff)
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff (graaff) @ 2010-05-22 13:37 UTC (permalink / raw
  To: gentoo-commits

graaff      10/05/22 13:37:34

  Modified:             ChangeLog hoe-2.5.0.ebuild
  Log:
  Drop ruby19 to allow stabilization.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.77                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	9 May 2010 11:34:12 -0000	1.76
+++ ChangeLog	22 May 2010 13:37:34 -0000	1.77
@@ -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.76 2010/05/09 11:34:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.77 2010/05/22 13:37:34 graaff Exp $
+
+  22 May 2010; Hans de Graaff <graaff@gentoo.org> hoe-2.5.0.ebuild:
+  Drop ruby19 to allow stabilization.
 
   09 May 2010; Hans de Graaff <graaff@gentoo.org> -hoe-2.6.0.ebuild:
   Remove broken version.



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

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

Index: hoe-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hoe-2.5.0.ebuild	16 Feb 2010 07:49:35 -0000	1.3
+++ hoe-2.5.0.ebuild	22 May 2010 13:37:34 -0000	1.4
@@ -1,9 +1,9 @@
 # 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.5.0.ebuild,v 1.3 2010/02/16 07:49:35 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v 1.4 2010/05/22 13:37:34 graaff Exp $
 
 EAPI=2
-USE_RUBY="ruby18 ruby19 jruby"
+USE_RUBY="ruby18 jruby"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.5.0.ebuild
@ 2010-06-29 10:37 Christoph Mende (angelos)
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-29 10:37 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/29 10:37:03

  Modified:             ChangeLog hoe-2.5.0.ebuild
  Log:
  Stable on amd64 wrt bug #321043
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.81                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	5 Jun 2010 11:16:39 -0000	1.80
+++ ChangeLog	29 Jun 2010 10:37:03 -0000	1.81
@@ -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.80 2010/06/05 11:16:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.81 2010/06/29 10:37:03 angelos Exp $
+
+  29 Jun 2010; Christoph Mende <angelos@gentoo.org> hoe-2.5.0.ebuild:
+  Stable on amd64 wrt bug #321043
 
 *hoe-2.6.1 (05 Jun 2010)
 



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

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

Index: hoe-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hoe-2.5.0.ebuild	22 May 2010 14:23:12 -0000	1.5
+++ hoe-2.5.0.ebuild	29 Jun 2010 10:37:03 -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.5.0.ebuild,v 1.5 2010/05/22 14:23:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v 1.6 2010/06/29 10:37:03 angelos Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # - also requires dev-ruby/hoe-seattlerb for 1.9;






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

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

fauli       10/07/21 12:32:31

  Modified:             ChangeLog hoe-2.5.0.ebuild
  Log:
  stable x86, bug 321043
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.82                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	29 Jun 2010 10:37:03 -0000	1.81
+++ ChangeLog	21 Jul 2010 12:32:31 -0000	1.82
@@ -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.81 2010/06/29 10:37:03 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.82 2010/07/21 12:32:31 fauli Exp $
+
+  21 Jul 2010; Christian Faulhammer <fauli@gentoo.org> hoe-2.5.0.ebuild:
+  stable x86, bug 321043
 
   29 Jun 2010; Christoph Mende <angelos@gentoo.org> hoe-2.5.0.ebuild:
   Stable on amd64 wrt bug #321043



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

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

Index: hoe-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hoe-2.5.0.ebuild	29 Jun 2010 10:37:03 -0000	1.6
+++ hoe-2.5.0.ebuild	21 Jul 2010 12:32:31 -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.5.0.ebuild,v 1.6 2010/06/29 10:37:03 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v 1.7 2010/07/21 12:32:31 fauli Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # - also requires dev-ruby/hoe-seattlerb for 1.9;






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.5.0.ebuild
@ 2010-07-24 16:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-07-24 16:59 UTC (permalink / raw
  To: gentoo-commits

armin76     10/07/24 16:59:48

  Modified:             ChangeLog hoe-2.5.0.ebuild
  Log:
  ia64/sparc stable wrt #321043
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.83                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	21 Jul 2010 12:32:31 -0000	1.82
+++ ChangeLog	24 Jul 2010 16:59:48 -0000	1.83
@@ -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.82 2010/07/21 12:32:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.83 2010/07/24 16:59:48 armin76 Exp $
+
+  24 Jul 2010; Raúl Porcel <armin76@gentoo.org> hoe-2.5.0.ebuild:
+  ia64/sparc stable wrt #321043
 
   21 Jul 2010; Christian Faulhammer <fauli@gentoo.org> hoe-2.5.0.ebuild:
   stable x86, bug 321043



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

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

Index: hoe-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hoe-2.5.0.ebuild	21 Jul 2010 12:32:31 -0000	1.7
+++ hoe-2.5.0.ebuild	24 Jul 2010 16:59:48 -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.5.0.ebuild,v 1.7 2010/07/21 12:32:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v 1.8 2010/07/24 16:59:48 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # - also requires dev-ruby/hoe-seattlerb for 1.9;






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.5.0.ebuild
@ 2010-08-17  0:29 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-17  0:29 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/17 00:29:18

  Modified:             ChangeLog hoe-2.5.0.ebuild
  Log:
  Stable for HPPA (bug #321043).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.85                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	5 Aug 2010 17:55:12 -0000	1.84
+++ ChangeLog	17 Aug 2010 00:29:18 -0000	1.85
@@ -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.84 2010/08/05 17:55:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.85 2010/08/17 00:29:18 jer Exp $
+
+  17 Aug 2010; Jeroen Roovers <jer@gentoo.org> hoe-2.5.0.ebuild:
+  Stable for HPPA (bug #321043).
 
   05 Aug 2010; Markus Meier <maekke@gentoo.org> hoe-2.6.1.ebuild:
   add ~arm, bug #331061



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

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

Index: hoe-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hoe-2.5.0.ebuild	24 Jul 2010 16:59:48 -0000	1.8
+++ hoe-2.5.0.ebuild	17 Aug 2010 00:29:18 -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.5.0.ebuild,v 1.8 2010/07/24 16:59:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v 1.9 2010/08/17 00:29:18 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # - also requires dev-ruby/hoe-seattlerb for 1.9;






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.5.0.ebuild
@ 2010-09-28 18:53 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2010-09-28 18:53 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/28 18:53:14

  Modified:             ChangeLog hoe-2.5.0.ebuild
  Log:
  Marking hoe-2.5.0 ppc for bug 321043
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.92                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	18 Sep 2010 16:27:08 -0000	1.91
+++ ChangeLog	28 Sep 2010 18:53:14 -0000	1.92
@@ -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.91 2010/09/18 16:27:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.92 2010/09/28 18:53:14 ranger Exp $
+
+  28 Sep 2010; Brent Baude <ranger@gentoo.org> hoe-2.5.0.ebuild:
+  Marking hoe-2.5.0 ppc for bug 321043
 
 *hoe-2.6.2 (18 Sep 2010)
 



1.11                 dev-ruby/hoe/hoe-2.5.0.ebuild

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

Index: hoe-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hoe-2.5.0.ebuild	18 Aug 2010 11:05:02 -0000	1.10
+++ hoe-2.5.0.ebuild	28 Sep 2010 18:53:14 -0000	1.11
@@ -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.5.0.ebuild,v 1.10 2010/08/18 11:05:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v 1.11 2010/09/28 18:53:14 ranger Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # - also requires dev-ruby/hoe-seattlerb for 1.9;






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.5.0.ebuild
@ 2010-09-29 21:38 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2010-09-29 21:38 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/29 21:38:43

  Modified:             ChangeLog hoe-2.5.0.ebuild
  Log:
  Marking hoe-2.5.0 ppc64 for bug 321043
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.93                 dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	28 Sep 2010 18:53:14 -0000	1.92
+++ ChangeLog	29 Sep 2010 21:38:43 -0000	1.93
@@ -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.92 2010/09/28 18:53:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.93 2010/09/29 21:38:43 ranger Exp $
+
+  29 Sep 2010; Brent Baude <ranger@gentoo.org> hoe-2.5.0.ebuild:
+  Marking hoe-2.5.0 ppc64 for bug 321043
 
   28 Sep 2010; Brent Baude <ranger@gentoo.org> hoe-2.5.0.ebuild:
   Marking hoe-2.5.0 ppc for bug 321043



1.12                 dev-ruby/hoe/hoe-2.5.0.ebuild

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

Index: hoe-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hoe-2.5.0.ebuild	28 Sep 2010 18:53:14 -0000	1.11
+++ hoe-2.5.0.ebuild	29 Sep 2010 21:38:43 -0000	1.12
@@ -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.5.0.ebuild,v 1.11 2010/09/28 18:53:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild,v 1.12 2010/09/29 21:38:43 ranger Exp $
 
 EAPI=2
 USE_RUBY="ruby18 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 # - also requires dev-ruby/hoe-seattlerb for 1.9;






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

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

graaff      11/06/03 07:37:22

  Modified:             ChangeLog
  Removed:              hoe-2.5.0.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.113                dev-ruby/hoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	23 Apr 2011 17:39:49 -0000	1.112
+++ ChangeLog	3 Jun 2011 07:37:22 -0000	1.113
@@ -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.112 2011/04/23 17:39:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.113 2011/06/03 07:37:22 graaff Exp $
+
+  03 Jun 2011; Hans de Graaff <graaff@gentoo.org> -hoe-2.5.0.ebuild:
+  Remove old version.
 
   23 Apr 2011; Raúl Porcel <armin76@gentoo.org> hoe-2.8.0.ebuild:
   alpha stable






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

end of thread, other threads:[~2011-06-03  7:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 20:06 [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.5.0.ebuild Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-18 17:11 Brent Baude (ranger)
2010-02-16  7:49 Jonathan Callen (abcd)
2010-05-22 13:37 Hans de Graaff (graaff)
2010-06-29 10:37 Christoph Mende (angelos)
2010-07-21 12:32 Christian Faulhammer (fauli)
2010-07-24 16:59 Raul Porcel (armin76)
2010-08-17  0:29 Jeroen Roovers (jer)
2010-09-28 18:53 Brent Baude (ranger)
2010-09-29 21:38 Brent Baude (ranger)
2011-06-03  7:37 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