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/activeresource: ChangeLog activeresource-2.3.9.ebuild
Date: Sun, 05 Sep 2010 09:19:34
Message-Id: 20100905091929.F40E820051@flycatcher.gentoo.org
1 graaff 10/09/05 09:19:29
2
3 Modified: ChangeLog
4 Added: activeresource-2.3.9.ebuild
5 Log:
6 Version bump for Rails 2.3.9
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.66 dev-ruby/activeresource/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.66&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.66&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.65&r2=1.66
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
19 retrieving revision 1.65
20 retrieving revision 1.66
21 diff -u -r1.65 -r1.66
22 --- ChangeLog 15 Aug 2010 19:15:50 -0000 1.65
23 +++ ChangeLog 5 Sep 2010 09:19:29 -0000 1.66
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/activeresource
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.65 2010/08/15 19:15:50 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.66 2010/09/05 09:19:29 graaff Exp $
29 +
30 +*activeresource-2.3.9 (05 Sep 2010)
31 +
32 + 05 Sep 2010; Hans de Graaff <graaff@g.o>
33 + +activeresource-2.3.9.ebuild:
34 + Version bump for Rails 2.3.9
35
36 15 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
37 activeresource-2.3.8.ebuild:
38
39
40
41 1.1 dev-ruby/activeresource/activeresource-2.3.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: activeresource-2.3.9.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.9.ebuild,v 1.1 2010/09/05 09:19:29 graaff Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ree18 jruby"
55
56 RUBY_FAKEGEM_DOCDIR="doc"
57 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="Think Active Record for web resources.."
62 HOMEPAGE="http://rubyforge.org/projects/activeresource/"
63
64 LICENSE="MIT"
65 SLOT="2.3"
66 KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
70 ruby_add_bdepend "
71 test? (
72 >=dev-ruby/mocha-0.9.5
73 virtual/ruby-test-unit
74 !dev-ruby/test-unit:2
75 )"
76
77 all_ruby_prepare() {
78 # Custom template not found in package
79 sed -i -e '/horo/d' Rakefile || die
80 }