public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.6.9-r1.ebuild
@ 2013-12-25  9:43 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2013-12-25  9:43 UTC (permalink / raw
  To: gentoo-commits

graaff      13/12/25 09:43:35

  Modified:             ChangeLog
  Added:                i18n-0.6.9-r1.ebuild
  Log:
  Add a new revision for ruby20 with Rails 4.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.58                 dev-ruby/i18n/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	4 Dec 2013 07:19:15 -0000	1.57
+++ ChangeLog	25 Dec 2013 09:43:34 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.57 2013/12/04 07:19:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.58 2013/12/25 09:43:34 graaff Exp $
+
+*i18n-0.6.9-r1 (25 Dec 2013)
+
+  25 Dec 2013; Hans de Graaff <graaff@gentoo.org> +i18n-0.6.9-r1.ebuild:
+  Add a new revision for ruby20 with Rails 4.
 
 *i18n-0.6.9 (04 Dec 2013)
 



1.1                  dev-ruby/i18n/i18n-0.6.9-r1.ebuild

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

Index: i18n-0.6.9-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v 1.1 2013/12/25 09:43:34 graaff Exp $

EAPI=5

USE_RUBY="ruby18 jruby ruby19 ruby20"

RUBY_FAKEGEM_RECIPE_TEST="test"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.textile"

inherit ruby-fakegem

DESCRIPTION="Add Internationalization support to your Ruby application."
HOMEPAGE="http://rails-i18n.org/"

LICENSE="MIT"
SLOT="0.6"
KEYWORDS="~amd64 ~arm"
IUSE=""

ruby_add_bdepend "test? ( dev-ruby/activesupport
	dev-ruby/mocha:0.12
	dev-ruby/test_declarative )"

each_ruby_test() {
	${RUBY} -w -Ilib -Itest test/all.rb || die
}

all_ruby_prepare() {
	#Bundler isn't really necessary here, and it doesn't work with jruby
	#Tests fail for ruby18 with >=mocha-0.13
	sed -i -e "15s/require 'bundler\/setup'//"\
		-e "/require 'mocha'/i gem 'mocha', '~>0.12.0'" test/test_helper.rb || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.6.9-r1.ebuild
@ 2014-03-11 20:22 Johannes Huber (johu)
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber (johu) @ 2014-03-11 20:22 UTC (permalink / raw
  To: gentoo-commits

johu        14/03/11 20:22:29

  Modified:             ChangeLog i18n-0.6.9-r1.ebuild
  Log:
  ~x86 added, bug #487206
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.61                 dev-ruby/i18n/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	11 Feb 2014 13:22:00 -0000	1.60
+++ ChangeLog	11 Mar 2014 20:22:29 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.60 2014/02/11 13:22:00 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.61 2014/03/11 20:22:29 johu Exp $
+
+  11 Mar 2014; Johannes Huber <johu@gentoo.org> i18n-0.6.9-r1.ebuild:
+  ~x86 added, bug #487206
 
   11 Feb 2014; Manuel Rüger <mrueg@gentoo.org> -i18n-0.6.5.ebuild:
   Cleanup old.



1.2                  dev-ruby/i18n/i18n-0.6.9-r1.ebuild

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

Index: i18n-0.6.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- i18n-0.6.9-r1.ebuild	25 Dec 2013 09:43:34 -0000	1.1
+++ i18n-0.6.9-r1.ebuild	11 Mar 2014 20:22:29 -0000	1.2
@@ -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/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v 1.1 2013/12/25 09:43:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v 1.2 2014/03/11 20:22:29 johu Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0.6"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/activesupport





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.6.9-r1.ebuild
@ 2014-04-18  8:54 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2014-04-18  8:54 UTC (permalink / raw
  To: gentoo-commits

graaff      14/04/18 08:54:03

  Modified:             ChangeLog i18n-0.6.9-r1.ebuild
  Log:
  Add ruby21. Update test dependencies to make this work with all ruby targets.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.62                 dev-ruby/i18n/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	11 Mar 2014 20:22:29 -0000	1.61
+++ ChangeLog	18 Apr 2014 08:54:03 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.61 2014/03/11 20:22:29 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.62 2014/04/18 08:54:03 graaff Exp $
+
+  18 Apr 2014; Hans de Graaff <graaff@gentoo.org> i18n-0.6.9-r1.ebuild:
+  Add ruby21. Update test dependencies to make this work with all ruby targets.
 
   11 Mar 2014; Johannes Huber <johu@gentoo.org> i18n-0.6.9-r1.ebuild:
   ~x86 added, bug #487206



1.3                  dev-ruby/i18n/i18n-0.6.9-r1.ebuild

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

Index: i18n-0.6.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- i18n-0.6.9-r1.ebuild	11 Mar 2014 20:22:29 -0000	1.2
+++ i18n-0.6.9-r1.ebuild	18 Apr 2014 08:54:03 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v 1.2 2014/03/11 20:22:29 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v 1.3 2014/04/18 08:54:03 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby18 jruby ruby19 ruby20"
+USE_RUBY="jruby ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="test"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -21,8 +21,9 @@
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/activesupport
-	dev-ruby/mocha:0.12
-	dev-ruby/test_declarative )"
+	dev-ruby/mocha:0.13
+	dev-ruby/test_declarative
+	dev-ruby/test-unit:2 )"
 
 each_ruby_test() {
 	${RUBY} -w -Ilib -Itest test/all.rb || die
@@ -30,7 +31,9 @@
 
 all_ruby_prepare() {
 	#Bundler isn't really necessary here, and it doesn't work with jruby
-	#Tests fail for ruby18 with >=mocha-0.13
+	#Tests fail for jruby with >=mocha-0.13 unless we also include the
+	#test-unit gem.
 	sed -i -e "15s/require 'bundler\/setup'//"\
-		-e "/require 'mocha'/i gem 'mocha', '~>0.12.0'" test/test_helper.rb || die
+		-e "/require 'mocha'/i gem 'mocha', '~>0.13.0'" \
+		-e "/require 'test\\/unit'/i gem 'test-unit'" test/test_helper.rb || die
 }





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.6.9-r1.ebuild
@ 2014-04-20 18:19 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2014-04-20 18:19 UTC (permalink / raw
  To: gentoo-commits

graaff      14/04/20 18:19:51

  Modified:             ChangeLog i18n-0.6.9-r1.ebuild
  Log:
  Add back keywords to ruby20, ruby21 revision now that activesupport:3.2 is also marked for these targets.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.63                 dev-ruby/i18n/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	18 Apr 2014 08:54:03 -0000	1.62
+++ ChangeLog	20 Apr 2014 18:19:51 -0000	1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.62 2014/04/18 08:54:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.63 2014/04/20 18:19:51 graaff Exp $
+
+  20 Apr 2014; Hans de Graaff <graaff@gentoo.org> i18n-0.6.9-r1.ebuild:
+  Add back keywords to ruby20, ruby21 revision now that activesupport:3.2 is
+  also marked for these targets.
 
   18 Apr 2014; Hans de Graaff <graaff@gentoo.org> i18n-0.6.9-r1.ebuild:
   Add ruby21. Update test dependencies to make this work with all ruby targets.



1.4                  dev-ruby/i18n/i18n-0.6.9-r1.ebuild

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

Index: i18n-0.6.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- i18n-0.6.9-r1.ebuild	18 Apr 2014 08:54:03 -0000	1.3
+++ i18n-0.6.9-r1.ebuild	20 Apr 2014 18:19:51 -0000	1.4
@@ -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/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v 1.3 2014/04/18 08:54:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v 1.4 2014/04/20 18:19:51 graaff Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0.6"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/activesupport





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

end of thread, other threads:[~2014-04-20 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 18:19 [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.6.9-r1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-18  8:54 Hans de Graaff (graaff)
2014-03-11 20:22 Johannes Huber (johu)
2013-12-25  9:43 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