summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-03-30 09:32:51 +0000
committerHans de Graaff <graaff@gentoo.org>2013-03-30 09:32:51 +0000
commit3894a5e1e1ac947b3bb5e7dbc5bf15267179399e (patch)
treee9e24812a0e90fb0214f0a233749ca3b10b8d8b7 /dev-ruby/actionmailer
parentVersion bump for security bug 462452. (diff)
downloadgentoo-2-3894a5e1e1ac947b3bb5e7dbc5bf15267179399e.tar.gz
gentoo-2-3894a5e1e1ac947b3bb5e7dbc5bf15267179399e.tar.bz2
gentoo-2-3894a5e1e1ac947b3bb5e7dbc5bf15267179399e.zip
Version bump for security bug 462452.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r--dev-ruby/actionmailer/ChangeLog7
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.3.18.ebuild34
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index 62078e96326d..de77159f046d 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.231 2013/03/27 13:35:31 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.232 2013/03/30 09:32:51 graaff Exp $
+
+*actionmailer-2.3.18 (30 Mar 2013)
+
+ 30 Mar 2013; Hans de Graaff <graaff@gentoo.org> +actionmailer-2.3.18.ebuild:
+ Version bump for security bug 462452.
27 Mar 2013; Dion Moult <moult@gentoo.org> -actionmailer-3.0.20.ebuild:
Remove dev-ruby/actionmailer:3.0 due to lack of upstream support
diff --git a/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild
new file mode 100644
index 000000000000..3609c9f997ff
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.18.ebuild,v 1.1 2013/03/30 09:32:51 graaff Exp $
+
+EAPI=2
+USE_RUBY="ruby18 jruby"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Framework for designing email-service layers"
+HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
+
+LICENSE="MIT"
+SLOT="2.3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RUBY_PATCHES=( "${PN}-2.3.10-rails3.patch" )
+
+ruby_add_rdepend "~dev-ruby/actionpack-${PV}
+ >=dev-ruby/text-format-0.6.3
+ >=dev-ruby/tmail-1.2.3"
+ruby_add_bdepend "test? (
+ >=dev-ruby/mocha-0.9.5
+ virtual/ruby-test-unit
+)"
+
+all_ruby_prepare() {
+ # Custom template not found in package
+ sed -i -e '/horo/d' Rakefile || die
+}