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/railties: railties-3.1.12.ebuild railties-3.1.11.ebuild ChangeLog
Date: Sat, 30 Mar 2013 13:18:17
Message-Id: 20130330131813.BC3982171D@flycatcher.gentoo.org
1 graaff 13/03/30 13:18:13
2
3 Modified: railties-3.1.11.ebuild ChangeLog
4 Added: railties-3.1.12.ebuild
5 Log:
6 Version bump for security bug 462452.
7
8 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.2 dev-ruby/railties/railties-3.1.11.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.1.11.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.1.11.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.1.11.ebuild?r1=1.1&r2=1.2
16
17 Index: railties-3.1.11.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.1.11.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- railties-3.1.11.ebuild 11 Feb 2013 20:48:23 -0000 1.1
24 +++ railties-3.1.11.ebuild 30 Mar 2013 13:18:13 -0000 1.2
25 @@ -1,9 +1,9 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.1.11.ebuild,v 1.1 2013/02/11 20:48:23 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.1.11.ebuild,v 1.2 2013/03/30 13:18:13 graaff Exp $
30
31 EAPI=4
32 -USE_RUBY="ruby18 ruby19 ree18"
33 +USE_RUBY="ruby18 ruby19"
34
35 RUBY_FAKEGEM_TASK_TEST="test:regular"
36 RUBY_FAKEGEM_TASK_DOC="generate_guides"
37
38
39
40 1.53 dev-ruby/railties/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?rev=1.53&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?rev=1.53&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?r1=1.52&r2=1.53
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v
49 retrieving revision 1.52
50 retrieving revision 1.53
51 diff -u -r1.52 -r1.53
52 --- ChangeLog 27 Mar 2013 13:31:31 -0000 1.52
53 +++ ChangeLog 30 Mar 2013 13:18:13 -0000 1.53
54 @@ -1,6 +1,12 @@
55 # ChangeLog for dev-ruby/railties
56 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.52 2013/03/27 13:31:31 moult Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.53 2013/03/30 13:18:13 graaff Exp $
59 +
60 +*railties-3.1.12 (30 Mar 2013)
61 +
62 + 30 Mar 2013; Hans de Graaff <graaff@g.o> +railties-3.1.12.ebuild,
63 + railties-3.1.11.ebuild:
64 + Version bump for security bug 462452.
65
66 27 Mar 2013; Dion Moult <moult@g.o> -railties-3.0.20.ebuild:
67 Remove dev-ruby/railties:3.0 due to lack of upstream support
68
69
70
71 1.1 dev-ruby/railties/railties-3.1.12.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.1.12.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.1.12.ebuild?rev=1.1&content-type=text/plain
75
76 Index: railties-3.1.12.ebuild
77 ===================================================================
78 # Copyright 1999-2013 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.1.12.ebuild,v 1.1 2013/03/30 13:18:13 graaff Exp $
81
82 EAPI=4
83 USE_RUBY="ruby18 ruby19 ree18"
84
85 RUBY_FAKEGEM_TASK_TEST="test:regular"
86 RUBY_FAKEGEM_TASK_DOC="generate_guides"
87 RUBY_FAKEGEM_DOCDIR="guides/output"
88 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
89
90 RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
91
92 inherit ruby-fakegem
93
94 DESCRIPTION="Tools for creating, working with, and running Rails applications."
95 HOMEPAGE="http://github.com/rails/rails"
96 SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
97
98 LICENSE="MIT"
99 SLOT="3.1"
100 KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
101 IUSE=""
102
103 RUBY_S="rails-rails-*/railties"
104
105 # The test suite has many failures, most likely due to a mismatch in
106 # exact dependencies or environment specifics. Needs further
107 # investigation.
108 RESTRICT="test"
109
110 ruby_add_rdepend "
111 ~dev-ruby/activesupport-${PV}
112 ~dev-ruby/actionpack-${PV}
113 >=dev-ruby/rdoc-3.4
114 >=dev-ruby/thor-0.14.6
115 >=dev-ruby/rack-ssl-1.3.2:1.3
116 >=dev-ruby/rake-0.8.7"
117
118 ruby_add_bdepend "
119 test? (
120 >=dev-ruby/mocha-0.9.5
121 virtual/ruby-test-unit
122 )
123 doc? (
124 >=dev-ruby/redcloth-4.1.1
125 )"
126
127 all_ruby_prepare() {
128 # Remove items from the common Gemfile that we don't need for this
129 # test run. This also requires handling some gemspecs.
130 sed -i -e '/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\)/d' ../Gemfile || die
131
132 # allow newer thor
133 sed -i -e '/dependency.*thor/s:~>:>=:' ${RUBY_FAKEGEM_GEMSPEC} || die
134 }