graaff      14/07/10 06:17:12

  Modified:             ChangeLog
  Added:                i18n-0.6.11.ebuild
  Log:
  Version bump. Drop ppc,ppc64,x86 keywords, bug 501152.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.65                 dev-ruby/i18n/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   21 May 2014 02:32:10 -0000      1.64
+++ ChangeLog   10 Jul 2014 06:17:12 -0000      1.65
@@ -1,6 +1,11 @@
 # 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.64 2014/05/21 
02:32:10 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.65 2014/07/10 
06:17:12 graaff Exp $
+
+*i18n-0.6.11 (10 Jul 2014)
+
+  10 Jul 2014; Hans de Graaff <[email protected]> +i18n-0.6.11.ebuild:
+  Version bump. Drop ppc,ppc64,x86 keywords, bug 501152.
 
   21 May 2014; Manuel RĂ¼ger <[email protected]> i18n-0.6.9.ebuild:
   Remove ruby18 target.



1.1                  dev-ruby/i18n/i18n-0.6.11.ebuild

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

Index: i18n-0.6.11.ebuild
===================================================================
# 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.11.ebuild,v 1.1 
2014/07/10 06:17:12 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

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

inherit ruby-fakegem

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

LICENSE="MIT"
SLOT="0.6"
KEYWORDS="~amd64 ~arm ~hppa ~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
        dev-ruby/mocha:1.0
        dev-ruby/test_declarative
        dev-ruby/test-unit:2 )"

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 jruby with >=mocha-0.13 unless we also include the
        #test-unit gem. jruby also requires an explicit require of 'set'.
        sed -i -e "/require 'bundler\/setup'/ s:^:#:" \
                -e '1irequire "set"' \
                -e "/require 'test\\/unit'/i gem 'test-unit'" 
test/test_helper.rb || die
}




Reply via email to