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/activerecord: ChangeLog activerecord-3.0.7.ebuild
Date: Sun, 08 May 2011 07:51:56
Message-Id: 20110508075145.CAFFF20054@flycatcher.gentoo.org
1 graaff 11/05/08 07:51:45
2
3 Modified: ChangeLog activerecord-3.0.7.ebuild
4 Log:
5 Update sqlite3 dependency to a version that we install in the expected path. This fixes bug 361607.
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.154 dev-ruby/activerecord/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.154&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.154&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.153&r2=1.154
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
19 retrieving revision 1.153
20 retrieving revision 1.154
21 diff -u -r1.153 -r1.154
22 --- ChangeLog 1 May 2011 14:10:43 -0000 1.153
23 +++ ChangeLog 8 May 2011 07:51:45 -0000 1.154
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/activerecord
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.153 2011/05/01 14:10:43 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.154 2011/05/08 07:51:45 graaff Exp $
29 +
30 + 08 May 2011; Hans de Graaff <graaff@g.o> activerecord-3.0.7.ebuild:
31 + Update sqlite3 dependency to a version that we install in the expected path.
32 + This fixes bug 361607.
33
34 01 May 2011; Hans de Graaff <graaff@g.o>
35 -activerecord-2.3.10.ebuild, -activerecord-3.0.3.ebuild:
36
37
38
39 1.2 dev-ruby/activerecord/activerecord-3.0.7.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild?r1=1.1&r2=1.2
44
45 Index: activerecord-3.0.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- activerecord-3.0.7.ebuild 26 Apr 2011 18:05:30 -0000 1.1
52 +++ activerecord-3.0.7.ebuild 8 May 2011 07:51:45 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild,v 1.1 2011/04/26 18:05:30 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild,v 1.2 2011/05/08 07:51:45 graaff Exp $
58
59 EAPI=2
60 USE_RUBY="ruby18 ree18"
61 @@ -30,14 +30,14 @@
62 ~dev-ruby/activemodel-${PV}
63 >=dev-ruby/arel-2.0.2
64 >=dev-ruby/tzinfo-0.3.23
65 - sqlite3? ( dev-ruby/sqlite3-ruby )
66 + sqlite3? ( >=dev-ruby/sqlite3-ruby-1.3.3 )
67 mysql? ( dev-ruby/mysql2 )
68 postgres? ( dev-ruby/pg )"
69
70 ruby_add_bdepend "
71 test? (
72 ~dev-ruby/actionpack-${PV}
73 - dev-ruby/sqlite3-ruby
74 + >=dev-ruby/sqlite3-ruby-1.3.3
75 >=dev-ruby/mocha-0.9.5
76 virtual/ruby-test-unit
77 )"