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/rails: ChangeLog rails-1.2.4.ebuild
Date: Sat, 06 Oct 2007 16:42:25
Message-Id: E1IeCaG-0000Tx-5G@stork.gentoo.org
1 graaff 07/10/06 16:32:56
2
3 Modified: ChangeLog
4 Added: rails-1.2.4.ebuild
5 Log:
6 Version bump for rails 1.2.4
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.79 dev-ruby/rails/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.79&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.79&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.78&r2=1.79
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
19 retrieving revision 1.78
20 retrieving revision 1.79
21 diff -u -r1.78 -r1.79
22 --- ChangeLog 6 Oct 2007 15:09:22 -0000 1.78
23 +++ ChangeLog 6 Oct 2007 16:32:55 -0000 1.79
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/rails
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.78 2007/10/06 15:09:22 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.79 2007/10/06 16:32:55 graaff Exp $
29 +
30 +*rails-1.2.4 (06 Oct 2007)
31 +
32 + 06 Oct 2007; Hans de Graaff <graaff@g.o> +rails-1.2.4.ebuild:
33 + Version bump for rails 1.2.4
34
35 06 Oct 2007; Hans de Graaff <graaff@g.o>
36 -files/rails-1.0.0-rdoc-rake-0.7.patch, -rails-1.1.6-r1.ebuild,
37
38
39
40 1.1 dev-ruby/rails/rails-1.2.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: rails-1.2.4.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.4.ebuild,v 1.1 2007/10/06 16:32:55 graaff Exp $
50
51 inherit ruby gems
52
53 DESCRIPTION="ruby on rails is a web-application and persistance framework"
54 HOMEPAGE="http://www.rubyonrails.org"
55
56 LICENSE="MIT"
57 SLOT="1.2"
58 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
59
60 IUSE="mysql sqlite sqlite3 postgres fastcgi"
61 DEPEND=">=dev-lang/ruby-1.8.5
62 >=dev-ruby/rake-0.7.2
63 =dev-ruby/activerecord-1.15.4
64 =dev-ruby/actionmailer-1.3.4
65 =dev-ruby/actionwebservice-1.2.4
66 =dev-ruby/activesupport-1.4.3
67 =dev-ruby/actionpack-1.13.4
68 !<dev-ruby/rails-1.1.6-r1"
69
70 RDEPEND="${DEPEND}
71 fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
72 sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 )
73 sqlite3? ( dev-ruby/sqlite3-ruby )
74 mysql? ( >=dev-ruby/mysql-ruby-2.7 )
75 postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )"
76
77
78
79 --
80 gentoo-commits@g.o mailing list