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-3.0.10.ebuild
Date: Wed, 28 Sep 2011 07:37:35
Message-Id: 20110928073724.CD31520036@flycatcher.gentoo.org
1 graaff 11/09/28 07:37:24
2
3 Modified: ChangeLog
4 Added: rails-3.0.10.ebuild
5 Log:
6 Version bump for Rails 3.0.10
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.205 dev-ruby/rails/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.205&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.205&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.204&r2=1.205
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
20 retrieving revision 1.204
21 retrieving revision 1.205
22 diff -u -r1.204 -r1.205
23 --- ChangeLog 9 Sep 2011 12:23:49 -0000 1.204
24 +++ ChangeLog 28 Sep 2011 07:37:24 -0000 1.205
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/rails
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.204 2011/09/09 12:23:49 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.205 2011/09/28 07:37:24 graaff Exp $
30 +
31 +*rails-3.0.10 (28 Sep 2011)
32 +
33 + 28 Sep 2011; Hans de Graaff <graaff@g.o> +rails-3.0.10.ebuild:
34 + Version bump for Rails 3.0.10
35
36 09 Sep 2011; Fabian Groffen <grobian@g.o> rails-3.0.9.ebuild:
37 Marked ~sparc-solaris
38
39
40
41 1.1 dev-ruby/rails/rails-3.0.10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-3.0.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-3.0.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rails-3.0.10.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.10.ebuild,v 1.1 2011/09/28 07:37:24 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ree18"
54
55 RUBY_FAKEGEM_BINWRAP=""
56
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_TASK_TEST=""
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="ruby on rails is a web-application and persistance framework"
63 HOMEPAGE="http://www.rubyonrails.org"
64
65 LICENSE="MIT"
66 SLOT="3.0"
67 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
68
69 IUSE=""
70
71 RDEPEND=">=app-admin/eselect-rails-0.16"
72
73 ruby_add_rdepend "
74 ~dev-ruby/actionmailer-${PV}
75 ~dev-ruby/actionpack-${PV}
76 ~dev-ruby/activerecord-${PV}
77 ~dev-ruby/activeresource-${PV}
78 ~dev-ruby/activesupport-${PV}
79 =dev-ruby/bundler-1.0*
80 ~dev-ruby/railties-${PV}"
81
82 all_ruby_install() {
83 all_fakegem_install
84
85 ruby_fakegem_binwrapper rails rails-${PV}
86 }
87
88 pkg_postinst() {
89 elog "To select between slots of rails, use:"
90 elog "\teselect rails"
91
92 eselect rails update
93 }
94
95 pkg_postrm() {
96 eselect rails update
97 }