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.6.ebuild
Date: Sun, 01 Jul 2012 07:26:22
Message-Id: 20120701072609.9BCBB2004B@flycatcher.gentoo.org
1 graaff 12/07/01 07:26:09
2
3 Modified: ChangeLog gettext_i18n_rails-0.4.6.ebuild
4 Log:
5 The tests require sqlite3 support with activerecord, fixing bug 424315.
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 dev-ruby/gettext_i18n_rails/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 28 Jun 2012 06:13:57 -0000 1.13
23 +++ ChangeLog 1 Jul 2012 07:26:09 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/gettext_i18n_rails
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.13 2012/06/28 06:13:57 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.14 2012/07/01 07:26:09 graaff Exp $
29 +
30 + 01 Jul 2012; Hans de Graaff <graaff@g.o>
31 + gettext_i18n_rails-0.4.6.ebuild:
32 + The tests require sqlite3 support with activerecord, fixing bug 424315.
33
34 28 Jun 2012; Hans de Graaff <graaff@g.o>
35 -gettext_i18n_rails-0.4.3.ebuild, -gettext_i18n_rails-0.4.5.ebuild:
36
37
38
39 1.3 dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild?r1=1.2&r2=1.3
44
45 Index: gettext_i18n_rails-0.4.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gettext_i18n_rails-0.4.6.ebuild 17 May 2012 10:48:14 -0000 1.2
52 +++ gettext_i18n_rails-0.4.6.ebuild 1 Jul 2012 07:26:09 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild,v 1.2 2012/05/17 10:48:14 tomka Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild,v 1.3 2012/07/01 07:26:09 graaff Exp $
58
59 EAPI="4"
60
61 @@ -24,7 +24,7 @@
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 -ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/activerecord )"
66 +ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/activerecord[sqlite3] )"
67 ruby_add_rdepend "dev-ruby/fast_gettext"
68
69 all_ruby_prepare() {