summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r--dev-ruby/actionmailer/ChangeLog6
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.3.11.ebuild34
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.3.12.ebuild34
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.3.5.ebuild18
4 files changed, 5 insertions, 87 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index 54d95fe18d92..ca38eb4aeda2 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.172 2011/09/28 07:33:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.173 2011/09/28 07:53:43 graaff Exp $
+
+ 28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -actionmailer-2.3.5.ebuild,
+ -actionmailer-2.3.11.ebuild, -actionmailer-2.3.12.ebuild:
+ Remove old versions.
*actionmailer-3.0.10 (28 Sep 2011)
diff --git a/dev-ruby/actionmailer/actionmailer-2.3.11.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.11.ebuild
deleted file mode 100644
index 8d71c436b449..000000000000
--- a/dev-ruby/actionmailer/actionmailer-2.3.11.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.11.ebuild,v 1.1 2011/02/21 20:10:46 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=( "${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
-}
diff --git a/dev-ruby/actionmailer/actionmailer-2.3.12.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.12.ebuild
deleted file mode 100644
index 856f6cbf6d29..000000000000
--- a/dev-ruby/actionmailer/actionmailer-2.3.12.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.12.ebuild,v 1.5 2011/07/24 17:35:30 armin76 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=( "${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
-}
diff --git a/dev-ruby/actionmailer/actionmailer-2.3.5.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.5.ebuild
deleted file mode 100644
index 6e3c639b681d..000000000000
--- a/dev-ruby/actionmailer/actionmailer-2.3.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5.ebuild,v 1.7 2010/05/22 14:57:47 flameeyes Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="~dev-ruby/actionpack-${PV}
- >=dev-lang/ruby-1.8.6"
-RDEPEND="${DEPEND}"