Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/gettext_i18n_rails: ChangeLog gettext_i18n_rails-0.4.5.ebuild
Date: Mon, 02 Apr 2012 06:25:00
Message-Id: 20120402062447.9F9762004B@flycatcher.gentoo.org
1 graaff 12/04/02 06:24:47
2
3 Modified: ChangeLog
4 Added: gettext_i18n_rails-0.4.5.ebuild
5 Log:
6 Version bump. Add ruby19 and drop x86 due to that, bug 409399.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 dev-ruby/gettext_i18n_rails/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 15 Jan 2012 10:35:16 -0000 1.9
24 +++ ChangeLog 2 Apr 2012 06:24:47 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/gettext_i18n_rails
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.9 2012/01/15 10:35:16 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.10 2012/04/02 06:24:47 graaff Exp $
30 +
31 +*gettext_i18n_rails-0.4.5 (02 Apr 2012)
32 +
33 + 02 Apr 2012; Hans de Graaff <graaff@g.o>
34 + +gettext_i18n_rails-0.4.5.ebuild:
35 + Version bump. Add ruby19 and drop x86 due to that, bug 409399.
36
37 *gettext_i18n_rails-0.4.3 (15 Jan 2012)
38
39
40
41
42 1.1 dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gettext_i18n_rails-0.4.5.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.5.ebuild,v 1.1 2012/04/02 06:24:47 graaff Exp $
52
53 EAPI="4"
54
55 # jruby support requires sqlite3 support for jruby.
56 USE_RUBY="ruby18 ruby19 ree18"
57
58 RUBY_FAKEGEM_TASK_DOC=""
59 RUBY_FAKEGEM_EXTRADOC="Readme.md"
60
61 RUBY_FAKEGEM_TASK_TEST="spec"
62
63 RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION"
64
65 inherit ruby-fakegem
66
67 DESCRIPTION="FastGettext / Rails integration."
68 HOMEPAGE="https://github.com/grosser/gettext_i18n_rails"
69
70 LICENSE="public-domain"
71 SLOT="0"
72 KEYWORDS="~amd64"
73 IUSE=""
74
75 ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/activerecord )"
76 ruby_add_rdepend "dev-ruby/fast_gettext"
77
78 all_ruby_prepare() {
79 rm Gemfile Gemfile.lock || die
80
81 # Remove specs for slim and hamlet, template engines we don't package.
82 rm spec/gettext_i18n_rails/slim_parser_spec.rb spec/gettext_i18n_rails/hamlet_parser_spec.rb || die
83 }
84
85 each_ruby_test() {
86 # Call specs directly because the Rakefile will use the wrong interpreter
87 ${RUBY} -S rspec spec || die
88 }