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-3.0.7.ebuild
Date: Tue, 26 Apr 2011 18:05:06
Message-Id: 20110426180455.39FFF20054@flycatcher.gentoo.org
1 graaff 11/04/26 18:04:55
2
3 Modified: ChangeLog
4 Added: actionmailer-3.0.7.ebuild
5 Log:
6 Version bump for Rails 3.0.7.
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.155 dev-ruby/actionmailer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.155&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.155&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.154&r2=1.155
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
20 retrieving revision 1.154
21 retrieving revision 1.155
22 diff -u -r1.154 -r1.155
23 --- ChangeLog 21 Feb 2011 20:10:46 -0000 1.154
24 +++ ChangeLog 26 Apr 2011 18:04:55 -0000 1.155
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.154 2011/02/21 20:10:46 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.155 2011/04/26 18:04:55 graaff Exp $
30 +
31 +*actionmailer-3.0.7 (26 Apr 2011)
32 +
33 + 26 Apr 2011; Hans de Graaff <graaff@g.o>
34 + +actionmailer-3.0.7.ebuild:
35 + Version bump for Rails 3.0.7.
36
37 *actionmailer-2.3.11 (21 Feb 2011)
38
39
40
41
42 1.1 dev-ruby/actionmailer/actionmailer-3.0.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: actionmailer-3.0.7.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-3.0.7.ebuild,v 1.1 2011/04/26 18:04:55 graaff Exp $
52
53 EAPI=2
54 USE_RUBY="ruby18 ree18"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
58
59 RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Framework for designing email-service layers"
64 HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
65 SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
66
67 LICENSE="MIT"
68 SLOT="3.0"
69 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
70 IUSE=""
71
72 S="${WORKDIR}/rails-rails-*/actionmailer"
73
74 ruby_add_rdepend "~dev-ruby/actionpack-${PV}
75 >=dev-ruby/mail-2.2.15"
76 ruby_add_bdepend "test? (
77 >=dev-ruby/mocha-0.9.5
78 virtual/ruby-test-unit
79 )"
80
81 all_ruby_prepare() {
82 # Set test environment to our hand.
83 rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
84 sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
85 }