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/actionmailer: ChangeLog actionmailer-2.3.9.ebuild
Date: Sun, 05 Sep 2010 09:21:33
Message-Id: 20100905092130.8FDCF20051@flycatcher.gentoo.org
1 graaff 10/09/05 09:21:30
2
3 Modified: ChangeLog
4 Added: actionmailer-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.143 dev-ruby/actionmailer/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.143&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.143&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.142&r2=1.143
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
19 retrieving revision 1.142
20 retrieving revision 1.143
21 diff -u -r1.142 -r1.143
22 --- ChangeLog 31 May 2010 06:01:48 -0000 1.142
23 +++ ChangeLog 5 Sep 2010 09:21:30 -0000 1.143
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/actionmailer
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.142 2010/05/31 06:01:48 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.143 2010/09/05 09:21:30 graaff Exp $
29 +
30 +*actionmailer-2.3.9 (05 Sep 2010)
31 +
32 + 05 Sep 2010; Hans de Graaff <graaff@g.o>
33 + +actionmailer-2.3.9.ebuild, +files/actionmailer-2.3.9-require-uri.patch:
34 + Version bump for Rails 2.3.9
35
36 *actionmailer-2.3.8 (31 May 2010)
37
38
39
40
41 1.1 dev-ruby/actionmailer/actionmailer-2.3.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: actionmailer-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/actionmailer/actionmailer-2.3.9.ebuild,v 1.1 2010/09/05 09:21:30 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ree18 jruby"
54
55 RUBY_FAKEGEM_DOCDIR="doc"
56 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
57
58 inherit ruby-fakegem
59
60 DESCRIPTION="Framework for designing email-service layers"
61 HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
62
63 LICENSE="MIT"
64 SLOT="2.3"
65 KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
66 IUSE=""
67
68 RUBY_PATCHES=( "${P}-require-uri.patch" )
69
70 ruby_add_rdepend "~dev-ruby/actionpack-${PV}
71 >=dev-ruby/text-format-0.6.3
72 >=dev-ruby/tmail-1.2.3"
73 ruby_add_bdepend "test? (
74 >=dev-ruby/mocha-0.9.5
75 virtual/ruby-test-unit
76 )"
77
78 all_ruby_prepare() {
79 # Custom template not found in package
80 sed -i -e '/horo/d' Rakefile || die
81 }