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: actionmailer-2.3.8.ebuild ChangeLog
Date: Mon, 31 May 2010 06:01:53
Message-Id: 20100531060148.93DF42CF2B@corvid.gentoo.org
1 graaff 10/05/31 06:01:48
2
3 Modified: ChangeLog
4 Added: actionmailer-2.3.8.ebuild
5 Log:
6 Bump for Rails 2.3.8. Drop ppc/ppc64 keywords due to new unkeyworded dependency.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.142 dev-ruby/actionmailer/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.142&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.142&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.141&r2=1.142
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
19 retrieving revision 1.141
20 retrieving revision 1.142
21 diff -u -r1.141 -r1.142
22 --- ChangeLog 23 May 2010 11:01:12 -0000 1.141
23 +++ ChangeLog 31 May 2010 06:01:48 -0000 1.142
24 @@ -1,6 +1,13 @@
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.141 2010/05/23 11:01:12 a3li Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.142 2010/05/31 06:01:48 graaff Exp $
29 +
30 +*actionmailer-2.3.8 (31 May 2010)
31 +
32 + 31 May 2010; Hans de Graaff <graaff@g.o>
33 + +actionmailer-2.3.8.ebuild:
34 + Bump for Rails 2.3.8. Drop ppc/ppc64 keywords due to new unkeyworded
35 + dependency.
36
37 23 May 2010; Alex Legler <a3li@g.o> actionmailer-2.3.5-r1.ebuild:
38 Add REE18 support
39
40
41
42 1.1 dev-ruby/actionmailer/actionmailer-2.3.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: actionmailer-2.3.8.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/actionmailer/actionmailer-2.3.8.ebuild,v 1.1 2010/05/31 06:01:48 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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 ruby_add_rdepend "~dev-ruby/actionpack-${PV}
70 >=dev-ruby/text-format-0.6.3
71 >=dev-ruby/tmail-1.2.3"
72 ruby_add_bdepend "test? (
73 >=dev-ruby/mocha-0.9.5
74 virtual/ruby-test-unit
75 )"
76
77 all_ruby_prepare() {
78 # Custom template not found in package
79 sed -i -e '/horo/d' Rakefile || die
80 }