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.2.19.ebuild
Date: Thu, 03 Jul 2014 05:55:12
Message-Id: 20140703053946.E6C4A2004E@flycatcher.gentoo.org
1 graaff 14/07/03 05:39:46
2
3 Modified: ChangeLog
4 Added: rails-3.2.19.ebuild
5 Log:
6 Version bump to Rails 3.2.19 for security bug 516084.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.296 dev-ruby/rails/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.296&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.296&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.295&r2=1.296
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
20 retrieving revision 1.295
21 retrieving revision 1.296
22 diff -u -r1.295 -r1.296
23 --- ChangeLog 26 Jun 2014 20:07:34 -0000 1.295
24 +++ ChangeLog 3 Jul 2014 05:39:46 -0000 1.296
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/rails
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.295 2014/06/26 20:07:34 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.296 2014/07/03 05:39:46 graaff Exp $
30 +
31 +*rails-3.2.19 (03 Jul 2014)
32 +
33 + 03 Jul 2014; Hans de Graaff <graaff@g.o> +rails-3.2.19.ebuild:
34 + Version bump to Rails 3.2.19 for security bug 516084.
35
36 *rails-4.1.2 (26 Jun 2014)
37
38
39
40
41 1.1 dev-ruby/rails/rails-3.2.19.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-3.2.19.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-3.2.19.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rails-3.2.19.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.2.19.ebuild,v 1.1 2014/07/03 05:39:46 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20"
54
55 RUBY_FAKEGEM_BINWRAP=""
56
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_TASK_TEST=""
59
60 inherit ruby-fakegem versionator
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="$(get_version_component_range 1-2)"
67 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
68
69 IUSE="+asset-pipeline"
70
71 ruby_add_rdepend "
72 ~dev-ruby/actionmailer-${PV}
73 ~dev-ruby/actionpack-${PV}
74 ~dev-ruby/activerecord-${PV}
75 ~dev-ruby/activeresource-${PV}
76 ~dev-ruby/activesupport-${PV}
77 =dev-ruby/bundler-1*
78 ~dev-ruby/railties-${PV}
79 asset-pipeline? (
80 dev-ruby/jquery-rails
81 >=dev-ruby/sass-rails-3.2.3:3.2
82 >=dev-ruby/uglifier-1.0.3
83 >=dev-ruby/coffee-rails-3.2.1:3.2
84 )"