Gentoo Archives: gentoo-commits

From: "Joshua Nichols (nichoj)" <nichoj@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-2.0.2.ebuild
Date: Fri, 11 Jan 2008 02:32:21
Message-Id: E1JD9gw-0000ZW-Kj@stork.gentoo.org
1 nichoj 08/01/11 02:32:18
2
3 Modified: ChangeLog rails-2.0.2.ebuild
4 Log:
5 Updated dependencies not to relay on specific version, and allowing for later revisions (ie change =dev-ruby/activerecord-2.0.2 to ~dev-ruby/activerecord-2.0.2.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.97 dev-ruby/rails/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.97&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.97&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.96&r2=1.97
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
18 retrieving revision 1.96
19 retrieving revision 1.97
20 diff -u -r1.96 -r1.97
21 --- ChangeLog 18 Dec 2007 07:18:13 -0000 1.96
22 +++ ChangeLog 11 Jan 2008 02:32:17 -0000 1.97
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-ruby/rails
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.96 2007/12/18 07:18:13 graaff Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.97 2008/01/11 02:32:17 nichoj Exp $
29 +
30 + 04 Jan 2008; <nichoj@g.o> ChangeLog:
31 + Updated dependencies not to relay on specific version, and allowing for
32 + later revisions (ie change =dev-ruby/activerecord-2.0.2 to
33 + ~dev-ruby/activerecord-2.0.2.
34
35 18 Dec 2007; Hans de Graaff <graaff@g.o> rails-2.0.2.ebuild:
36 Fix quoting; database USE flags have moved to dev-ruby/activerecord, make this
37
38
39
40 1.3 dev-ruby/rails/rails-2.0.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-2.0.2.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-2.0.2.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-2.0.2.ebuild?r1=1.2&r2=1.3
45
46 Index: rails-2.0.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.0.2.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- rails-2.0.2.ebuild 18 Dec 2007 07:18:13 -0000 1.2
53 +++ rails-2.0.2.ebuild 11 Jan 2008 02:32:17 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.0.2.ebuild,v 1.2 2007/12/18 07:18:13 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.0.2.ebuild,v 1.3 2008/01/11 02:32:17 nichoj Exp $
59
60 inherit ruby gems
61
62 @@ -15,11 +15,11 @@
63 DEPEND=">=dev-lang/ruby-1.8.5
64 >=app-admin/eselect-rails-0.11
65 >=dev-ruby/rake-0.7.2
66 - =dev-ruby/activerecord-2.0.2
67 - =dev-ruby/activeresource-2.0.2
68 - =dev-ruby/activesupport-2.0.2
69 - =dev-ruby/actionmailer-2.0.2
70 - =dev-ruby/actionpack-2.0.2
71 + ~dev-ruby/activerecord-2.0.2
72 + ~dev-ruby/activeresource-2.0.2
73 + ~dev-ruby/activesupport-2.0.2
74 + ~dev-ruby/actionmailer-2.0.2
75 + ~dev-ruby/actionpack-2.0.2
76 !<dev-ruby/rails-1.1.6-r1"
77
78 RDEPEND="${DEPEND}
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list