public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2013-07-07  8:10 Hans de Graaff (graaff)
  0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff (graaff) @ 2013-07-07  8:10 UTC (permalink / raw
  To: gentoo-commits

graaff      13/07/07 08:10:42

  Modified:             ChangeLog
  Added:                rubygems-6.ebuild
  Log:
  Add ruby20 support.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.45                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	24 Mar 2013 17:49:43 -0000	1.44
+++ ChangeLog	7 Jul 2013 08:10:42 -0000	1.45
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.44 2013/03/24 17:49:43 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.45 2013/07/07 08:10:42 graaff Exp $
+
+*rubygems-6 (07 Jul 2013)
+
+  07 Jul 2013; Hans de Graaff <graaff@gentoo.org> +rubygems-6.ebuild:
+  Add ruby20 support.
 
   24 Mar 2013; Julian Ospald <hasufell@gentoo.org> Manifest:
   fix Manifest
@@ -76,4 +81,3 @@
   +rubygems-2.ebuild, +rubygems-3.ebuild, +rubygems-4.ebuild, +metadata.xml:
   Add back virtual/rubygems since we cannot support unbundled rubygems for all
   ruby targets.
-



1.1                  virtual/rubygems/rubygems-6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/rubygems-6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/rubygems-6.ebuild?rev=1.1&content-type=text/plain

Index: rubygems-6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.1 2013/07/07 08:10:42 graaff Exp $

EAPI=5
USE_RUBY="ruby20"

inherit ruby-ng

DESCRIPTION="Virtual ebuild for rubygems"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="${USE_RUBY}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
IUSE=""

RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"

pkg_setup() { :; }
src_unpack() { :; }
src_prepare() { :; }
src_compile() { :; }
src_install() { :; }
pkg_preinst() { :; }
pkg_postinst() { :; }

# DEVELOPERS' NOTE!
#
# This virtual has multiple version that ties one-by-one with the Ruby
# implementation they provide the value for; this is to simplify
# keywording practise that has been shown to be very messy for other
# virtuals.
#
# Make sure that you DO NOT change the version of the virtual's
# ebuilds unless you're adding a new implementation; instead simply
# revision-bump it.
#
# A reference to ~${PV} for each of the version has to be added to
# profiles/base/package.use.force to make sure that they are always
# used with their own implementation.
#
# ruby_add_[br]depend will take care of depending on multiple versions
# without any frown.





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

* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2013-09-01 14:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01 14:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 14:44:07

  Modified:             rubygems-6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #483254
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  virtual/rubygems/rubygems-6.ebuild

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

Index: rubygems-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubygems-6.ebuild	7 Jul 2013 08:10:42 -0000	1.1
+++ rubygems-6.ebuild	1 Sep 2013 14:44:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.1 2013/07/07 08:10:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.2 2013/09/01 14:44:07 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"



1.46                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	7 Jul 2013 08:10:42 -0000	1.45
+++ ChangeLog	1 Sep 2013 14:44:07 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.45 2013/07/07 08:10:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.46 2013/09/01 14:44:07 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
+  Stable for amd64, wrt bug #483254
 
 *rubygems-6 (07 Jul 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2013-09-01 14:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01 14:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 14:45:53

  Modified:             rubygems-6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #483254
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  virtual/rubygems/rubygems-6.ebuild

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

Index: rubygems-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rubygems-6.ebuild	1 Sep 2013 14:44:07 -0000	1.2
+++ rubygems-6.ebuild	1 Sep 2013 14:45:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.2 2013/09/01 14:44:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.3 2013/09/01 14:45:53 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"



1.47                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	1 Sep 2013 14:44:07 -0000	1.46
+++ ChangeLog	1 Sep 2013 14:45:53 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.46 2013/09/01 14:44:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.47 2013/09/01 14:45:53 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
+  Stable for x86, wrt bug #483254
 
   01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
   Stable for amd64, wrt bug #483254





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

* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2013-09-17  7:32 Fabian Groffen (grobian)
  0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2013-09-17  7:32 UTC (permalink / raw
  To: gentoo-commits

grobian     13/09/17 07:32:38

  Modified:             rubygems-6.ebuild ChangeLog
  Log:
  Keyword for Prefix, now we have ruby-2 too
  
  (Portage version: 2.2.4.22351-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.5                  virtual/rubygems/rubygems-6.ebuild

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

Index: rubygems-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rubygems-6.ebuild	5 Sep 2013 15:49:42 -0000	1.4
+++ rubygems-6.ebuild	17 Sep 2013 07:32:38 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.4 2013/09/05 15:49:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.5 2013/09/17 07:32:38 grobian Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"



1.49                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	5 Sep 2013 15:49:42 -0000	1.48
+++ ChangeLog	17 Sep 2013 07:32:38 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.48 2013/09/05 15:49:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.49 2013/09/17 07:32:38 grobian Exp $
+
+  17 Sep 2013; Fabian Groffen <grobian@gentoo.org> rubygems-6.ebuild:
+  Keyword for Prefix, now we have ruby-2 too
 
   05 Sep 2013; Jeroen Roovers <jer@gentoo.org> rubygems-6.ebuild:
   Stable for HPPA (bug #483254).





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

* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2013-12-15 17:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-15 17:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/15 17:25:36

  Modified:             rubygems-6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #483254
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  virtual/rubygems/rubygems-6.ebuild

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

Index: rubygems-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rubygems-6.ebuild	17 Sep 2013 07:32:38 -0000	1.5
+++ rubygems-6.ebuild	15 Dec 2013 17:25:36 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.5 2013/09/17 07:32:38 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.6 2013/12/15 17:25:36 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"



1.50                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	17 Sep 2013 07:32:38 -0000	1.49
+++ ChangeLog	15 Dec 2013 17:25:36 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.49 2013/09/17 07:32:38 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.50 2013/12/15 17:25:36 ago Exp $
+
+  15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
+  Stable for ppc, wrt bug #483254
 
   17 Sep 2013; Fabian Groffen <grobian@gentoo.org> rubygems-6.ebuild:
   Keyword for Prefix, now we have ruby-2 too





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

* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2013-12-15 17:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-15 17:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/15 17:26:39

  Modified:             rubygems-6.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #483254
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  virtual/rubygems/rubygems-6.ebuild

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

Index: rubygems-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rubygems-6.ebuild	15 Dec 2013 17:25:36 -0000	1.6
+++ rubygems-6.ebuild	15 Dec 2013 17:26:39 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.6 2013/12/15 17:25:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.7 2013/12/15 17:26:39 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"



1.51                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	15 Dec 2013 17:25:36 -0000	1.50
+++ ChangeLog	15 Dec 2013 17:26:39 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.50 2013/12/15 17:25:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.51 2013/12/15 17:26:39 ago Exp $
+
+  15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
+  Stable for ppc64, wrt bug #483254
 
   15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
   Stable for ppc, wrt bug #483254





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

* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2013-12-20 15:53 Akinori Hattori (hattya)
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori (hattya) @ 2013-12-20 15:53 UTC (permalink / raw
  To: gentoo-commits

hattya      13/12/20 15:53:06

  Modified:             rubygems-6.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #483254
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.8                  virtual/rubygems/rubygems-6.ebuild

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

Index: rubygems-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rubygems-6.ebuild	15 Dec 2013 17:26:39 -0000	1.7
+++ rubygems-6.ebuild	20 Dec 2013 15:53:06 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.7 2013/12/15 17:26:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.8 2013/12/20 15:53:06 hattya Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"



1.52                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	15 Dec 2013 17:26:39 -0000	1.51
+++ ChangeLog	20 Dec 2013 15:53:06 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.51 2013/12/15 17:26:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.52 2013/12/20 15:53:06 hattya Exp $
+
+  20 Dec 2013; Akinori Hattori <hattya@gentoo.org> rubygems-6.ebuild:
+  ia64 stable wrt bug #483254
 
   15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
   Stable for ppc64, wrt bug #483254





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

* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2014-01-05 12:19 Naohiro Aota (naota)
  0 siblings, 0 replies; 10+ messages in thread
From: Naohiro Aota (naota) @ 2014-01-05 12:19 UTC (permalink / raw
  To: gentoo-commits

naota       14/01/05 12:19:53

  Modified:             rubygems-6.ebuild ChangeLog
  Log:
  Add ~x86-fbsd.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.10                 virtual/rubygems/rubygems-6.ebuild

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

Index: rubygems-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rubygems-6.ebuild	29 Dec 2013 17:20:39 -0000	1.9
+++ rubygems-6.ebuild	5 Jan 2014 12:19:53 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.9 2013/12/29 17:20:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.10 2014/01/05 12:19:53 naota Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"



1.56                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	5 Jan 2014 10:48:01 -0000	1.55
+++ ChangeLog	5 Jan 2014 12:19:53 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.55 2014/01/05 10:48:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.56 2014/01/05 12:19:53 naota Exp $
+
+  05 Jan 2014; Naohiro Aota <naota@gentoo.org> rubygems-6.ebuild:
+  Add ~x86-fbsd.
 
   05 Jan 2014; Hans de Graaff <graaff@gentoo.org> rubygems-1.ebuild,
   rubygems-4.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2014-01-26 13:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 13:05 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/26 13:05:38

  Modified:             rubygems-6.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #483254
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 virtual/rubygems/rubygems-6.ebuild

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

Index: rubygems-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rubygems-6.ebuild	5 Jan 2014 12:19:53 -0000	1.10
+++ rubygems-6.ebuild	26 Jan 2014 13:05:38 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.10 2014/01/05 12:19:53 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.11 2014/01/26 13:05:38 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"



1.57                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	5 Jan 2014 12:19:53 -0000	1.56
+++ ChangeLog	26 Jan 2014 13:05:38 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.56 2014/01/05 12:19:53 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.57 2014/01/26 13:05:38 ago Exp $
+
+  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
+  Stable for sparc, wrt bug #483254
 
   05 Jan 2014; Naohiro Aota <naota@gentoo.org> rubygems-6.ebuild:
   Add ~x86-fbsd.





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

* [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog
@ 2014-01-26 13:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 13:06 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/26 13:06:23

  Modified:             rubygems-6.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #483254
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 virtual/rubygems/rubygems-6.ebuild

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

Index: rubygems-6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rubygems-6.ebuild	26 Jan 2014 13:05:38 -0000	1.11
+++ rubygems-6.ebuild	26 Jan 2014 13:06:23 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.11 2014/01/26 13:05:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.12 2014/01/26 13:06:23 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby20"
@@ -13,7 +13,7 @@
 
 LICENSE=""
 SLOT="${USE_RUBY}"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]"



1.58                 virtual/rubygems/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/rubygems/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	26 Jan 2014 13:05:38 -0000	1.57
+++ ChangeLog	26 Jan 2014 13:06:23 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/rubygems
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.57 2014/01/26 13:05:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.58 2014/01/26 13:06:23 ago Exp $
+
+  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
+  Stable for alpha, wrt bug #483254
 
   26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild:
   Stable for sparc, wrt bug #483254





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

end of thread, other threads:[~2014-01-26 13:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-07  8:10 [gentoo-commits] gentoo-x86 commit in virtual/rubygems: rubygems-6.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-01 14:44 Agostino Sarubbo (ago)
2013-09-01 14:45 Agostino Sarubbo (ago)
2013-09-17  7:32 Fabian Groffen (grobian)
2013-12-15 17:25 Agostino Sarubbo (ago)
2013-12-15 17:26 Agostino Sarubbo (ago)
2013-12-20 15:53 Akinori Hattori (hattya)
2014-01-05 12:19 Naohiro Aota (naota)
2014-01-26 13:05 Agostino Sarubbo (ago)
2014-01-26 13:06 Agostino Sarubbo (ago)

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