| 1 |
armin76 |
1.6 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
graaff |
1.1 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
armin76 |
1.6 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.14.ebuild,v 1.5 2011/08/27 19:05:36 armin76 Exp $
|
| 4 |
graaff |
1.1 |
|
| 5 |
|
|
EAPI=2
|
| 6 |
|
|
USE_RUBY="ruby18 ree18 jruby"
|
| 7 |
|
|
|
| 8 |
|
|
RUBY_FAKEGEM_DOCDIR="doc"
|
| 9 |
|
|
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
|
| 10 |
|
|
|
| 11 |
|
|
inherit ruby-fakegem
|
| 12 |
|
|
|
| 13 |
|
|
DESCRIPTION="Framework for designing email-service layers"
|
| 14 |
|
|
HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
|
| 15 |
|
|
|
| 16 |
|
|
LICENSE="MIT"
|
| 17 |
|
|
SLOT="2.3"
|
| 18 |
armin76 |
1.6 |
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
| 19 |
graaff |
1.1 |
IUSE=""
|
| 20 |
|
|
|
| 21 |
|
|
RUBY_PATCHES=( "${PN}-2.3.10-rails3.patch" )
|
| 22 |
|
|
|
| 23 |
|
|
ruby_add_rdepend "~dev-ruby/actionpack-${PV}
|
| 24 |
|
|
>=dev-ruby/text-format-0.6.3
|
| 25 |
|
|
>=dev-ruby/tmail-1.2.3"
|
| 26 |
|
|
ruby_add_bdepend "test? (
|
| 27 |
|
|
>=dev-ruby/mocha-0.9.5
|
| 28 |
|
|
virtual/ruby-test-unit
|
| 29 |
|
|
)"
|
| 30 |
|
|
|
| 31 |
|
|
all_ruby_prepare() {
|
| 32 |
|
|
# Custom template not found in package
|
| 33 |
|
|
sed -i -e '/horo/d' Rakefile || die
|
| 34 |
|
|
}
|