public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/timecop: timecop-0.7.1.ebuild ChangeLog
@ 2014-05-04  7:05 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2014-05-04  7:05 UTC (permalink / raw
  To: gentoo-commits

graaff      14/05/04 07:05:35

  Modified:             ChangeLog
  Added:                timecop-0.7.1.ebuild
  Log:
  Version bump. Drop jruby since the code is no longer compatible.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.17                 dev-ruby/timecop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	24 Apr 2014 16:49:12 -0000	1.16
+++ ChangeLog	4 May 2014 07:05:35 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/timecop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.16 2014/04/24 16:49:12 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.17 2014/05/04 07:05:35 graaff Exp $
+
+*timecop-0.7.1 (04 May 2014)
+
+  04 May 2014; Hans de Graaff <graaff@gentoo.org> +timecop-0.7.1.ebuild:
+  Version bump. Drop jruby since the code is no longer compatible.
 
   24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> timecop-0.6.0.ebuild:
   Remove ruby18 support.



1.1                  dev-ruby/timecop/timecop-0.7.1.ebuild

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

Index: timecop-0.7.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.1 2014/05/04 07:05:35 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_TEST="test"

RUBY_FAKEGEM_TASK_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.markdown"

inherit ruby-fakegem

DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities"
HOMEPAGE="http://github.com/jtrupiano/timecop"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""

ruby_add_bdepend "test? ( dev-ruby/mocha )"

all_ruby_prepare() {
	sed -i -e '/bundler/ s:^:#:' -e '/History.rdoc/d' Rakefile test/test_helper.rb || die
	sed -i -e '/rubygems/ a\gem "test-unit"' test/test_helper.rb || die
}
each_ruby_prepare() {
	sed -i -e "/bin\/sh/ a\RUBY='${RUBY}'" test/run_tests.sh || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/timecop: timecop-0.7.1.ebuild ChangeLog
@ 2015-01-27  7:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2015-01-27  7:42 UTC (permalink / raw
  To: gentoo-commits

jer         15/01/27 07:42:13

  Modified:             timecop-0.7.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #534306).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  dev-ruby/timecop/timecop-0.7.1.ebuild

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

Index: timecop-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- timecop-0.7.1.ebuild	2 Jan 2015 10:14:04 -0000	1.2
+++ timecop-0.7.1.ebuild	27 Jan 2015 07:42:13 -0000	1.3
@@ -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/timecop/timecop-0.7.1.ebuild,v 1.2 2015/01/02 10:14:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.3 2015/01/27 07:42:13 jer Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/mocha )"



1.21                 dev-ruby/timecop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	2 Jan 2015 10:14:04 -0000	1.20
+++ ChangeLog	27 Jan 2015 07:42:13 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/timecop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.20 2015/01/02 10:14:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.21 2015/01/27 07:42:13 jer Exp $
+
+  27 Jan 2015; Jeroen Roovers <jer@gentoo.org> timecop-0.7.1.ebuild:
+  Stable for HPPA (bug #534306).
 
 *timecop-0.7.1-r1 (02 Jan 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/timecop: timecop-0.7.1.ebuild ChangeLog
@ 2015-01-31 14:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-31 14:09 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/31 14:09:29

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

Revision  Changes    Path
1.4                  dev-ruby/timecop/timecop-0.7.1.ebuild

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

Index: timecop-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- timecop-0.7.1.ebuild	27 Jan 2015 07:42:13 -0000	1.3
+++ timecop-0.7.1.ebuild	31 Jan 2015 14:09:29 -0000	1.4
@@ -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/timecop/timecop-0.7.1.ebuild,v 1.3 2015/01/27 07:42:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.4 2015/01/31 14:09:29 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/mocha )"



1.22                 dev-ruby/timecop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	27 Jan 2015 07:42:13 -0000	1.21
+++ ChangeLog	31 Jan 2015 14:09:29 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/timecop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.21 2015/01/27 07:42:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.22 2015/01/31 14:09:29 ago Exp $
+
+  31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> timecop-0.7.1.ebuild:
+  Stable for amd64, wrt bug #534306
 
   27 Jan 2015; Jeroen Roovers <jer@gentoo.org> timecop-0.7.1.ebuild:
   Stable for HPPA (bug #534306).





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/timecop: timecop-0.7.1.ebuild ChangeLog
@ 2015-02-01 13:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-01 13:49 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/01 13:49:34

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

Revision  Changes    Path
1.5                  dev-ruby/timecop/timecop-0.7.1.ebuild

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

Index: timecop-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- timecop-0.7.1.ebuild	31 Jan 2015 14:09:29 -0000	1.4
+++ timecop-0.7.1.ebuild	1 Feb 2015 13:49:34 -0000	1.5
@@ -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/timecop/timecop-0.7.1.ebuild,v 1.4 2015/01/31 14:09:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.5 2015/02/01 13:49:34 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/mocha )"



1.23                 dev-ruby/timecop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	31 Jan 2015 14:09:29 -0000	1.22
+++ ChangeLog	1 Feb 2015 13:49:34 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/timecop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.22 2015/01/31 14:09:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.23 2015/02/01 13:49:34 ago Exp $
+
+  01 Feb 2015; Agostino Sarubbo <ago@gentoo.org> timecop-0.7.1.ebuild:
+  Stable for x86, wrt bug #534306
 
   31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> timecop-0.7.1.ebuild:
   Stable for amd64, wrt bug #534306





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/timecop: timecop-0.7.1.ebuild ChangeLog
@ 2015-02-04  8:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-04  8:05 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/04 08:05:37

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

Revision  Changes    Path
1.6                  dev-ruby/timecop/timecop-0.7.1.ebuild

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

Index: timecop-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- timecop-0.7.1.ebuild	1 Feb 2015 13:49:34 -0000	1.5
+++ timecop-0.7.1.ebuild	4 Feb 2015 08:05:37 -0000	1.6
@@ -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/timecop/timecop-0.7.1.ebuild,v 1.5 2015/02/01 13:49:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.6 2015/02/04 08:05:37 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/mocha )"



1.24                 dev-ruby/timecop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	1 Feb 2015 13:49:34 -0000	1.23
+++ ChangeLog	4 Feb 2015 08:05:37 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/timecop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.23 2015/02/01 13:49:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.24 2015/02/04 08:05:37 ago Exp $
+
+  04 Feb 2015; Agostino Sarubbo <ago@gentoo.org> timecop-0.7.1.ebuild:
+  Stable for ppc64, wrt bug #534306
 
   01 Feb 2015; Agostino Sarubbo <ago@gentoo.org> timecop-0.7.1.ebuild:
   Stable for x86, wrt bug #534306





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/timecop: timecop-0.7.1.ebuild ChangeLog
@ 2015-02-05 10:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-05 10:23 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/05 10:23:09

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

Revision  Changes    Path
1.7                  dev-ruby/timecop/timecop-0.7.1.ebuild

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

Index: timecop-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- timecop-0.7.1.ebuild	4 Feb 2015 08:05:37 -0000	1.6
+++ timecop-0.7.1.ebuild	5 Feb 2015 10:23:09 -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/timecop/timecop-0.7.1.ebuild,v 1.6 2015/02/04 08:05:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.7 2015/02/05 10:23:09 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/mocha )"



1.25                 dev-ruby/timecop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	4 Feb 2015 08:05:37 -0000	1.24
+++ ChangeLog	5 Feb 2015 10:23:09 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/timecop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.24 2015/02/04 08:05:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.25 2015/02/05 10:23:09 ago Exp $
+
+  05 Feb 2015; Agostino Sarubbo <ago@gentoo.org> timecop-0.7.1.ebuild:
+  Stable for ppc, wrt bug #534306
 
   04 Feb 2015; Agostino Sarubbo <ago@gentoo.org> timecop-0.7.1.ebuild:
   Stable for ppc64, wrt bug #534306





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

end of thread, other threads:[~2015-02-05 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 13:49 [gentoo-commits] gentoo-x86 commit in dev-ruby/timecop: timecop-0.7.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-05 10:23 Agostino Sarubbo (ago)
2015-02-04  8:05 Agostino Sarubbo (ago)
2015-01-31 14:09 Agostino Sarubbo (ago)
2015-01-27  7:42 Jeroen Roovers (jer)
2014-05-04  7:05 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