/[gentoo-x86]/dev-ruby/actionmailer/actionmailer-3.2.5.ebuild
Gentoo

Contents of /dev-ruby/actionmailer/actionmailer-3.2.5.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Jun 23 06:08:07 2012 UTC (10 months, 3 weeks ago) by graaff
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
Remove old vulnerable versions.

(Portage version: 2.1.10.65/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.5.ebuild,v 1.1 2012/06/01 07:06:15 graaff Exp $
4
5 EAPI=4
6 USE_RUBY="ruby18 ruby19 ree18"
7
8 RUBY_FAKEGEM_TASK_DOC=""
9 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
10
11 RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
12
13 inherit ruby-fakegem versionator
14
15 DESCRIPTION="Framework for designing email-service layers"
16 HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
17 SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
18
19 LICENSE="MIT"
20 SLOT="$(get_version_component_range 1-2)"
21 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
22 IUSE=""
23
24 RUBY_S="rails-rails-*/actionmailer"
25
26 ruby_add_rdepend "~dev-ruby/actionpack-${PV}
27 >=dev-ruby/mail-2.4.4"
28 ruby_add_bdepend "test? (
29 >=dev-ruby/mocha-0.9.5
30 virtual/ruby-test-unit
31 )"
32
33 all_ruby_prepare() {
34 # Set test environment to our hand.
35 rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
36 sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
37 }

  ViewVC Help
Powered by ViewVC 1.1.13