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: activerecord-2.3.14.ebuild ChangeLog
Date: Tue, 27 Dec 2011 07:43:07
Message-Id: 20111227074255.8A2F52004B@flycatcher.gentoo.org
1 graaff 11/12/27 07:42:55
2
3 Modified: activerecord-2.3.14.ebuild ChangeLog
4 Log:
5 Also require rdoc for tests. Fixes bug 379551.
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-ruby/activerecord/activerecord-2.3.14.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.14.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.14.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.14.ebuild?r1=1.5&r2=1.6
15
16 Index: activerecord-2.3.14.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.14.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- activerecord-2.3.14.ebuild 27 Aug 2011 18:51:30 -0000 1.5
23 +++ activerecord-2.3.14.ebuild 27 Dec 2011 07:42:55 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.14.ebuild,v 1.5 2011/08/27 18:51:30 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.14.ebuild,v 1.6 2011/12/27 07:42:55 graaff Exp $
29
30 EAPI=2
31 USE_RUBY="ruby18 ree18 jruby"
32 @@ -32,6 +32,7 @@
33
34 ruby_add_bdepend "
35 test? (
36 + dev-ruby/rdoc
37 >=dev-ruby/mocha-0.9.5
38 virtual/ruby-test-unit
39 )"
40
41
42
43 1.175 dev-ruby/activerecord/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.175&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.175&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.174&r2=1.175
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
52 retrieving revision 1.174
53 retrieving revision 1.175
54 diff -u -r1.174 -r1.175
55 --- ChangeLog 19 Nov 2011 11:06:21 -0000 1.174
56 +++ ChangeLog 27 Dec 2011 07:42:55 -0000 1.175
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-ruby/activerecord
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.174 2011/11/19 11:06:21 graaff Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.175 2011/12/27 07:42:55 graaff Exp $
62 +
63 + 27 Dec 2011; Hans de Graaff <graaff@g.o> activerecord-2.3.14.ebuild:
64 + Also require rdoc for tests. Fixes bug 379551.
65
66 *activerecord-3.0.11 (19 Nov 2011)