summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-07-29 07:41:12 +0000
committerHans de Graaff <graaff@gentoo.org>2012-07-29 07:41:12 +0000
commit58dd6c497a08069ced7e1ba2294d73546ae018bc (patch)
treeb8dc826f852e220f74f741c697951f604e886d9b /dev-ruby/actionmailer
parentRemove vulnerable versions. (diff)
downloadgentoo-2-58dd6c497a08069ced7e1ba2294d73546ae018bc.tar.gz
gentoo-2-58dd6c497a08069ced7e1ba2294d73546ae018bc.tar.bz2
gentoo-2-58dd6c497a08069ced7e1ba2294d73546ae018bc.zip
Remove vulnerable versions.
(Portage version: 2.1.10.65/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r--dev-ruby/actionmailer/ChangeLog6
-rw-r--r--dev-ruby/actionmailer/actionmailer-3.0.15.ebuild42
-rw-r--r--dev-ruby/actionmailer/actionmailer-3.1.6.ebuild39
-rw-r--r--dev-ruby/actionmailer/actionmailer-3.2.6.ebuild37
4 files changed, 5 insertions, 119 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index 1b51dfff9b08..b284f0178abd 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.195 2012/07/28 08:19:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.196 2012/07/29 07:41:12 graaff Exp $
+
+ 29 Jul 2012; Hans de Graaff <graaff@gentoo.org> -actionmailer-3.0.15.ebuild,
+ -actionmailer-3.1.6.ebuild, -actionmailer-3.2.6.ebuild:
+ Remove vulnerable versions.
*actionmailer-3.0.16 (28 Jul 2012)
diff --git a/dev-ruby/actionmailer/actionmailer-3.0.15.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.15.ebuild
deleted file mode 100644
index 8f7405c717d6..000000000000
--- a/dev-ruby/actionmailer/actionmailer-3.0.15.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.15.ebuild,v 1.1 2012/06/13 17:42:54 graaff Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_S="rails-rails-*/actionmailer"
-
-ruby_add_rdepend "~dev-ruby/actionpack-${PV}
- >=dev-ruby/mail-2.2.19"
-ruby_add_bdepend "test? (
- =dev-ruby/mocha-0.10.5
-)"
-
-all_ruby_prepare() {
- # Set test environment to our hand.
- rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
- sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-
- sed -i -e '/dependency.*mail/s:~>:>=:' "${RUBY_FAKEGEM_GEMSPEC}" || die
-
- # Rename private method to avoid conflict with the simple_format
- # TextHelper. Already fixed in Rails 3.1.
- sed -i -e 's/simple_format/format_paragraph/' lib/action_mailer/mail_helper.rb || die
-}
diff --git a/dev-ruby/actionmailer/actionmailer-3.1.6.ebuild b/dev-ruby/actionmailer/actionmailer-3.1.6.ebuild
deleted file mode 100644
index 4e7bc8c2078e..000000000000
--- a/dev-ruby/actionmailer/actionmailer-3.1.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.1.6.ebuild,v 1.1 2012/06/17 09:27:29 graaff Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.1"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_S="rails-rails-*/actionmailer"
-
-ruby_add_rdepend "~dev-ruby/actionpack-${PV}
- >=dev-ruby/mail-2.3.3:2.3"
-ruby_add_bdepend "test? (
- >=dev-ruby/mocha-0.9.5
- virtual/ruby-test-unit
-)"
-
-all_ruby_prepare() {
- # Set test environment to our hand.
- rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
- sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-
- sed -i -e '/dependency.*mail/s:~>:>=:' "${RUBY_FAKEGEM_GEMSPEC}" || die
-}
diff --git a/dev-ruby/actionmailer/actionmailer-3.2.6.ebuild b/dev-ruby/actionmailer/actionmailer-3.2.6.ebuild
deleted file mode 100644
index 34d4f8d96ab8..000000000000
--- a/dev-ruby/actionmailer/actionmailer-3.2.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.6.ebuild,v 1.1 2012/06/13 06:25:07 graaff Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_S="rails-rails-*/actionmailer"
-
-ruby_add_rdepend "~dev-ruby/actionpack-${PV}
- >=dev-ruby/mail-2.4.4"
-ruby_add_bdepend "test? (
- >=dev-ruby/mocha-0.9.5
- virtual/ruby-test-unit
-)"
-
-all_ruby_prepare() {
- # Set test environment to our hand.
- rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
- sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-}