public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2014-01-29  1:54 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-01-29  1:54 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/01/29 01:54:00

  Modified:             ChangeLog
  Added:                log4r-1.1.10-r1.ebuild
  Log:
  Add ruby20 support as requested by radhermit.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.42                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	15 Jan 2014 12:36:03 -0000	1.41
+++ ChangeLog	29 Jan 2014 01:54:00 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.41 2014/01/15 12:36:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.42 2014/01/29 01:54:00 mrueg Exp $
+
+*log4r-1.1.10-r1 (29 Jan 2014)
+
+  29 Jan 2014; Manuel Rüger <mrueg@gentoo.org> +log4r-1.1.10-r1.ebuild:
+  Add ruby20 support as requested by radhermit.
 
   15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10.ebuild:
   Stable for alpha, wrt bug #483512



1.1                  dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.1 2014/01/29 01:54:00 mrueg Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"

RUBY_FAKEGEM_TASK_DOC=""

# There are no working tests atm, to be checked on next version bump.
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_DOCDIR="doc"

inherit ruby-fakegem

DESCRIPTION="Log4r is a comprehensive and flexible logging library written in
Ruby for use in Ruby programs."
HOMEPAGE="http://log4r.sourceforge.net/"
IUSE=""

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"

all_ruby_install() {
	all_fakegem_install

	insinto /usr/share/doc/${PF}
	doins -r examples
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2014-10-11  5:18 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-10-11  5:18 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/10/11 05:18:18

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  Add ruby21 target.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- log4r-1.1.10-r1.ebuild	5 Aug 2014 16:00:51 -0000	1.3
+++ log4r-1.1.10-r1.ebuild	11 Oct 2014 05:18:18 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.3 2014/08/05 16:00:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.4 2014/10/11 05:18:18 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



1.45                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	5 Aug 2014 16:00:51 -0000	1.44
+++ ChangeLog	11 Oct 2014 05:18:18 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.44 2014/08/05 16:00:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.45 2014/10/11 05:18:18 mrueg Exp $
+
+  11 Oct 2014; Manuel Rüger <mrueg@gentoo.org> log4r-1.1.10-r1.ebuild:
+  Add ruby21 target.
 
   05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> log4r-1.1.10-r1.ebuild,
   log4r-1.1.10.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2015-02-01 15:45 Hans de Graaff (graaff)
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff (graaff) @ 2015-02-01 15:45 UTC (permalink / raw
  To: gentoo-commits

graaff      15/02/01 15:45:13

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.5                  dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- log4r-1.1.10-r1.ebuild	11 Oct 2014 05:18:18 -0000	1.4
+++ log4r-1.1.10-r1.ebuild	1 Feb 2015 15:45:13 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.4 2014/10/11 05:18:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.5 2015/02/01 15:45:13 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



1.46                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	11 Oct 2014 05:18:18 -0000	1.45
+++ ChangeLog	1 Feb 2015 15:45:13 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.45 2014/10/11 05:18:18 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.46 2015/02/01 15:45:13 graaff Exp $
+
+  01 Feb 2015; Hans de Graaff <graaff@gentoo.org> log4r-1.1.10-r1.ebuild:
+  Add ruby22.
 
   11 Oct 2014; Manuel Rüger <mrueg@gentoo.org> log4r-1.1.10-r1.ebuild:
   Add ruby21 target.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2015-03-24 17:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-24 17:24 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/24 17:24:26

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543538
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- log4r-1.1.10-r1.ebuild	16 Mar 2015 19:30:10 -0000	1.6
+++ log4r-1.1.10-r1.ebuild	24 Mar 2015 17:24:26 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.6 2015/03/16 19:30:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.7 2015/03/24 17:24:26 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 all_ruby_install() {
 	all_fakegem_install



1.48                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	16 Mar 2015 19:30:10 -0000	1.47
+++ ChangeLog	24 Mar 2015 17:24:26 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.47 2015/03/16 19:30:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.48 2015/03/24 17:24:26 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
+  Stable for amd64, wrt bug #543538
 
 *log4r-1.1.10-r2 (16 Mar 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2015-03-25 14:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-25 14:06 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/25 14:06:13

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #543538
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- log4r-1.1.10-r1.ebuild	24 Mar 2015 17:24:26 -0000	1.7
+++ log4r-1.1.10-r1.ebuild	25 Mar 2015 14:06:13 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.7 2015/03/24 17:24:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.8 2015/03/25 14:06:13 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 all_ruby_install() {
 	all_fakegem_install



1.49                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	24 Mar 2015 17:24:26 -0000	1.48
+++ ChangeLog	25 Mar 2015 14:06:13 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.48 2015/03/24 17:24:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.49 2015/03/25 14:06:13 ago Exp $
+
+  25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
+  Stable for x86, wrt bug #543538
 
   24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
   Stable for amd64, wrt bug #543538





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2015-03-26 13:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-26 13:36 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/26 13:36:16

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #543538
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- log4r-1.1.10-r1.ebuild	25 Mar 2015 14:06:13 -0000	1.8
+++ log4r-1.1.10-r1.ebuild	26 Mar 2015 13:36:16 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.8 2015/03/25 14:06:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.9 2015/03/26 13:36:16 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86"
 
 all_ruby_install() {
 	all_fakegem_install



1.50                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	25 Mar 2015 14:06:13 -0000	1.49
+++ ChangeLog	26 Mar 2015 13:36:16 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.49 2015/03/25 14:06:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.50 2015/03/26 13:36:16 ago Exp $
+
+  26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
+  Stable for ppc, wrt bug #543538
 
   25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
   Stable for x86, wrt bug #543538





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2015-03-26 13:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-26 13:36 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/26 13:36:52

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #543538
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- log4r-1.1.10-r1.ebuild	26 Mar 2015 13:36:16 -0000	1.9
+++ log4r-1.1.10-r1.ebuild	26 Mar 2015 13:36:52 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.9 2015/03/26 13:36:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.10 2015/03/26 13:36:52 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
 
 all_ruby_install() {
 	all_fakegem_install



1.51                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	26 Mar 2015 13:36:16 -0000	1.50
+++ ChangeLog	26 Mar 2015 13:36:52 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.50 2015/03/26 13:36:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.51 2015/03/26 13:36:52 ago Exp $
+
+  26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
+  Stable for ppc64, wrt bug #543538
 
   26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
   Stable for ppc, wrt bug #543538





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2015-04-01  8:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-01  8:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/01 08:27:01

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #543538
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- log4r-1.1.10-r1.ebuild	26 Mar 2015 13:36:52 -0000	1.10
+++ log4r-1.1.10-r1.ebuild	1 Apr 2015 08:27:01 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.10 2015/03/26 13:36:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.11 2015/04/01 08:27:01 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86"
 
 all_ruby_install() {
 	all_fakegem_install



1.52                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	26 Mar 2015 13:36:52 -0000	1.51
+++ ChangeLog	1 Apr 2015 08:27:01 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.51 2015/03/26 13:36:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.52 2015/04/01 08:27:01 ago Exp $
+
+  01 Apr 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
+  Stable for sparc, wrt bug #543538
 
   26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
   Stable for ppc64, wrt bug #543538





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2015-04-02 20:21 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2015-04-02 20:21 UTC (permalink / raw
  To: gentoo-commits

maekke      15/04/02 20:21:58

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  arm stable, bug #543538
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.12                 dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- log4r-1.1.10-r1.ebuild	1 Apr 2015 08:27:01 -0000	1.11
+++ log4r-1.1.10-r1.ebuild	2 Apr 2015 20:21:58 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.11 2015/04/01 08:27:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.12 2015/04/02 20:21:58 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
 
 all_ruby_install() {
 	all_fakegem_install



1.53                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	1 Apr 2015 08:27:01 -0000	1.52
+++ ChangeLog	2 Apr 2015 20:21:58 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.52 2015/04/01 08:27:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.53 2015/04/02 20:21:58 maekke Exp $
+
+  02 Apr 2015; Markus Meier <maekke@gentoo.org> log4r-1.1.10-r1.ebuild:
+  arm stable, bug #543538
 
   01 Apr 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
   Stable for sparc, wrt bug #543538





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2015-04-03 10:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-03 10:42 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/03 10:42:59

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #543538
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- log4r-1.1.10-r1.ebuild	2 Apr 2015 20:21:58 -0000	1.12
+++ log4r-1.1.10-r1.ebuild	3 Apr 2015 10:42:59 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.12 2015/04/02 20:21:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.13 2015/04/03 10:42:59 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86"
 
 all_ruby_install() {
 	all_fakegem_install



1.54                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	2 Apr 2015 20:21:58 -0000	1.53
+++ ChangeLog	3 Apr 2015 10:42:59 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.53 2015/04/02 20:21:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.54 2015/04/03 10:42:59 ago Exp $
+
+  03 Apr 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
+  Stable for ia64, wrt bug #543538
 
   02 Apr 2015; Markus Meier <maekke@gentoo.org> log4r-1.1.10-r1.ebuild:
   arm stable, bug #543538





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
@ 2015-04-03 10:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-03 10:43 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/03 10:43:23

  Modified:             log4r-1.1.10-r1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #543538
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.14                 dev-ruby/log4r/log4r-1.1.10-r1.ebuild

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

Index: log4r-1.1.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- log4r-1.1.10-r1.ebuild	3 Apr 2015 10:42:59 -0000	1.13
+++ log4r-1.1.10-r1.ebuild	3 Apr 2015 10:43:22 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.13 2015/04/03 10:42:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.14 2015/04/03 10:43:22 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
 
 all_ruby_install() {
 	all_fakegem_install



1.55                 dev-ruby/log4r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	3 Apr 2015 10:42:59 -0000	1.54
+++ ChangeLog	3 Apr 2015 10:43:22 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/log4r
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.54 2015/04/03 10:42:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.55 2015/04/03 10:43:22 ago Exp $
+
+  03 Apr 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
+  Stable for alpha, wrt bug #543538
 
   03 Apr 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
   Stable for ia64, wrt bug #543538





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

end of thread, other threads:[~2015-04-03 10:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 17:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-03 10:43 Agostino Sarubbo (ago)
2015-04-03 10:42 Agostino Sarubbo (ago)
2015-04-02 20:21 Markus Meier (maekke)
2015-04-01  8:27 Agostino Sarubbo (ago)
2015-03-26 13:36 Agostino Sarubbo (ago)
2015-03-26 13:36 Agostino Sarubbo (ago)
2015-03-25 14:06 Agostino Sarubbo (ago)
2015-02-01 15:45 Hans de Graaff (graaff)
2014-10-11  5:18 Manuel Rueger (mrueg)
2014-01-29  1:54 Manuel Rueger (mrueg)

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