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.16.ebuild
Date: Mon, 28 Jan 2013 21:39:37
Message-Id: 20130128213932.D6D042171D@flycatcher.gentoo.org
1 graaff 13/01/28 21:39:32
2
3 Modified: ChangeLog
4 Added: actionmailer-2.3.16.ebuild
5 Log:
6 Version bump for security bug 453844.
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.216 dev-ruby/actionmailer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.216&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.216&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.215&r2=1.216
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
20 retrieving revision 1.215
21 retrieving revision 1.216
22 diff -u -r1.215 -r1.216
23 --- ChangeLog 20 Jan 2013 15:04:06 -0000 1.215
24 +++ ChangeLog 28 Jan 2013 21:39:32 -0000 1.216
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/actionmailer
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.215 2013/01/20 15:04:06 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.216 2013/01/28 21:39:32 graaff Exp $
30 +
31 +*actionmailer-2.3.16 (28 Jan 2013)
32 +
33 + 28 Jan 2013; Hans de Graaff <graaff@g.o> +actionmailer-2.3.16.ebuild:
34 + Version bump for security bug 453844.
35
36 20 Jan 2013; Hans de Graaff <graaff@g.o> -actionmailer-2.3.14.ebuild,
37 -actionmailer-3.0.18.ebuild, -actionmailer-3.1.9.ebuild,
38
39
40
41 1.1 dev-ruby/actionmailer/actionmailer-2.3.16.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.16.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.16.ebuild?rev=1.1&content-type=text/plain
45
46 Index: actionmailer-2.3.16.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.16.ebuild,v 1.1 2013/01/28 21:39:32 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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
66 IUSE=""
67
68 RUBY_PATCHES=( "${PN}-2.3.10-rails3.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 }