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.11.ebuild
Date: Mon, 21 Feb 2011 20:10:57
Message-Id: 20110221201047.062FA20054@flycatcher.gentoo.org
1 graaff 11/02/21 20:10:47
2
3 Modified: ChangeLog
4 Added: actionmailer-2.3.11.ebuild
5 Log:
6 Version bump for Rails 2.3.11.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.154 dev-ruby/actionmailer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.154&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.154&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.153&r2=1.154
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
20 retrieving revision 1.153
21 retrieving revision 1.154
22 diff -u -r1.153 -r1.154
23 --- ChangeLog 21 Feb 2011 19:42:10 -0000 1.153
24 +++ ChangeLog 21 Feb 2011 20:10:46 -0000 1.154
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/actionmailer
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.153 2011/02/21 19:42:10 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.154 2011/02/21 20:10:46 graaff Exp $
30 +
31 +*actionmailer-2.3.11 (21 Feb 2011)
32 +
33 + 21 Feb 2011; Hans de Graaff <graaff@g.o>
34 + +actionmailer-2.3.11.ebuild:
35 + Version bump for Rails 2.3.11.
36
37 21 Feb 2011; Hans de Graaff <graaff@g.o>
38 actionmailer-2.3.10.ebuild, +files/actionmailer-2.3.10-rails3.patch:
39
40
41
42 1.1 dev-ruby/actionmailer/actionmailer-2.3.11.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: actionmailer-2.3.11.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.11.ebuild,v 1.1 2011/02/21 20:10:46 graaff Exp $
52
53 EAPI=2
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="Framework for designing email-service layers"
62 HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
63
64 LICENSE="MIT"
65 SLOT="2.3"
66 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 RUBY_PATCHES=( "${PN}-2.3.10-rails3.patch" )
70
71 ruby_add_rdepend "~dev-ruby/actionpack-${PV}
72 >=dev-ruby/text-format-0.6.3
73 >=dev-ruby/tmail-1.2.3"
74 ruby_add_bdepend "test? (
75 >=dev-ruby/mocha-0.9.5
76 virtual/ruby-test-unit
77 )"
78
79 all_ruby_prepare() {
80 # Custom template not found in package
81 sed -i -e '/horo/d' Rakefile || die
82 }