diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-05-01 14:11:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-05-01 14:11:07 +0000 |
commit | 3dc942a5473dac0ff047fab2fe5c39e30575aba2 (patch) | |
tree | 6d83f77275d39e58a15ec993a37333b43b014c8c | |
parent | Remove old versions. (diff) | |
download | gentoo-2-3dc942a5473dac0ff047fab2fe5c39e30575aba2.tar.gz gentoo-2-3dc942a5473dac0ff047fab2fe5c39e30575aba2.tar.bz2 gentoo-2-3dc942a5473dac0ff047fab2fe5c39e30575aba2.zip |
Remove old versions.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.3.10.ebuild | 34 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-3.0.3.ebuild | 37 |
3 files changed, 5 insertions, 72 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index c3fa5f1c007f..36503ae976b2 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.155 2011/04/26 18:04:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.156 2011/05/01 14:11:07 graaff Exp $ + + 01 May 2011; Hans de Graaff <graaff@gentoo.org> + -actionmailer-2.3.10.ebuild, -actionmailer-3.0.3.ebuild: + Remove old versions. *actionmailer-3.0.7 (26 Apr 2011) diff --git a/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild deleted file mode 100644 index 244541f71e23..000000000000 --- a/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild,v 1.3 2011/02/21 19:42:10 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_PATCHES=( "${P}-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 -} diff --git a/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild deleted file mode 100644 index 3f5000574979..000000000000 --- a/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild,v 1.3 2011/02/13 21:18:21 tomka Exp $ - -EAPI=2 -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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -S="${WORKDIR}/rails-rails-*/actionmailer" - -ruby_add_rdepend "~dev-ruby/actionpack-${PV} - >=dev-ruby/mail-2.2.9" -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" -} |