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.2.20.ebuild
Date: Thu, 02 Jun 2011 07:14:31
Message-Id: 20110602071421.BC5E92004E@flycatcher.gentoo.org
1 graaff 11/06/02 07:14:21
2
3 Modified: ChangeLog
4 Added: gettext_i18n_rails-0.2.20.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 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.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 11 May 2011 05:32:18 -0000 1.1
24 +++ ChangeLog 2 Jun 2011 07:14:21 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/gettext_i18n_rails
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.1 2011/05/11 05:32:18 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.2 2011/06/02 07:14:21 graaff Exp $
30 +
31 +*gettext_i18n_rails-0.2.20 (02 Jun 2011)
32 +
33 + 02 Jun 2011; Hans de Graaff <graaff@g.o>
34 + +gettext_i18n_rails-0.2.20.ebuild:
35 + Version bump.
36
37 *gettext_i18n_rails-0.2.19 (11 May 2011)
38
39
40
41
42 1.1 dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.2.20.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.2.20.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.2.20.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gettext_i18n_rails-0.2.20.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.2.20.ebuild,v 1.1 2011/06/02 07:14:21 graaff Exp $
52
53 EAPI="4"
54
55 # jruby support requires sqlite3 support for jruby.
56 USE_RUBY="ruby18 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 }