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/activesupport: ChangeLog activesupport-2.3.5-r2.ebuild
Date: Sat, 02 Jan 2010 00:33:07
Message-Id: E1NQrvV-0003hU-KD@stork.gentoo.org
1 flameeyes 10/01/02 00:33:05
2
3 Modified: ChangeLog
4 Added: activesupport-2.3.5-r2.ebuild
5 Log:
6 Version bump unbundling i18n; unfortunately the deptree is no longer jruby compatible (for now).
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.114 dev-ruby/activesupport/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.114&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.114&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.113&r2=1.114
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
19 retrieving revision 1.113
20 retrieving revision 1.114
21 diff -u -r1.113 -r1.114
22 --- ChangeLog 21 Dec 2009 00:10:42 -0000 1.113
23 +++ ChangeLog 2 Jan 2010 00:33:05 -0000 1.114
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-ruby/activesupport
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.113 2009/12/21 00:10:42 flameeyes Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.114 2010/01/02 00:33:05 flameeyes Exp $
30 +
31 +*activesupport-2.3.5-r2 (02 Jan 2010)
32 +
33 + 02 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
34 + +activesupport-2.3.5-r2.ebuild:
35 + Version bump unbundling i18n; unfortunately the deptree is no longer jruby
36 + compatible (for now).
37
38 21 Dec 2009; Diego E. Pettenò <flameeyes@g.o>
39 activesupport-2.3.5-r1.ebuild:
40
41
42
43 1.1 dev-ruby/activesupport/activesupport-2.3.5-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: activesupport-2.3.5-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r2.ebuild,v 1.1 2010/01/02 00:33:05 flameeyes Exp $
53
54 EAPI=2
55 USE_RUBY="ruby18"
56
57 RUBY_FAKEGEM_TASK_TEST=""
58 RUBY_FAKEGEM_TASK_DOC=""
59
60 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Utility Classes and Extension to the Standard Library"
65 HOMEPAGE="http://rubyforge.org/projects/activesupport/"
66
67 LICENSE="MIT"
68 SLOT="2.3"
69 KEYWORDS="~amd64"
70 IUSE=""
71
72 ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12 dev-ruby/i18n"
73
74 all_ruby_prepare() {
75 # Remove the bundled packages!
76 rm -r lib/active_support/vendor/{tzinfo,builder,i18n}-* \
77 || die "failed to remove vendor packages"
78 }