Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-2.3.5-r1.ebuild ChangeLog
Date: Wed, 06 Jan 2010 00:32:11
Message-Id: E1NSJon-0005VD-R1@stork.gentoo.org
1 flameeyes 10/01/06 00:32:09
2
3 Modified: ChangeLog
4 Added: actionpack-2.3.5-r1.ebuild
5 Log:
6 Bump to ruby-fakegem; tests fail, i18n-related, but seems to be no regression.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.140 dev-ruby/actionpack/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.140&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.140&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.139&r2=1.140
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
19 retrieving revision 1.139
20 retrieving revision 1.140
21 diff -u -r1.139 -r1.140
22 --- ChangeLog 4 Jan 2010 10:58:31 -0000 1.139
23 +++ ChangeLog 6 Jan 2010 00:32:09 -0000 1.140
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-ruby/actionpack
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.139 2010/01/04 10:58:31 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.140 2010/01/06 00:32:09 flameeyes Exp $
29 +
30 +*actionpack-2.3.5-r1 (06 Jan 2010)
31 +
32 + 06 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
33 + +actionpack-2.3.5-r1.ebuild:
34 + Bump to ruby-fakegem; tests fail, i18n-related, but seems to be no
35 + regression.
36
37 04 Jan 2010; Christian Faulhammer <fauli@g.o>
38 actionpack-2.3.5.ebuild:
39
40
41
42 1.1 dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: actionpack-2.3.5-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild,v 1.1 2010/01/06 00:32:09 flameeyes Exp $
52
53 EAPI=2
54
55 USE_RUBY="ruby18"
56
57 RUBY_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Eases web-request routing, handling, and response."
63 HOMEPAGE="http://rubyforge.org/projects/actionpack/"
64
65 LICENSE="MIT"
66 SLOT="2.3"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 ruby_add_rdepend "~dev-ruby/activesupport-${PV}
71 >=dev-ruby/rack-1.0.1 <dev-ruby/rack-1.1.0"
72
73 all_ruby_prepare() {
74 # Custom template not found in package
75 sed -i -e '/horo/d' Rakefile || die
76
77 # This tries to load a “vendorized” copy of activerecord that we
78 # will never have.
79 sed -i -e '/PATH_TO_AR/s:^:#:' test/active_record_unit.rb || die
80 }