diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-06-09 15:20:30 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-06-09 15:20:30 +0000 |
commit | 477078119c7c5a93a30c64a565a0d473b8d92d6e (patch) | |
tree | a754b4658878ff5030ae6af371c908766febbba4 /dev-ruby/actionmailer | |
parent | Remove old version. (diff) | |
download | gentoo-2-477078119c7c5a93a30c64a565a0d473b8d92d6e.tar.gz gentoo-2-477078119c7c5a93a30c64a565a0d473b8d92d6e.tar.bz2 gentoo-2-477078119c7c5a93a30c64a565a0d473b8d92d6e.zip |
Remove old version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.2.3.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 36503ae976b2..eb0d57b6cc45 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,9 @@ # 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.156 2011/05/01 14:11:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.157 2011/06/09 15:20:30 graaff Exp $ + + 09 Jun 2011; Hans de Graaff <graaff@gentoo.org> -actionmailer-2.2.3.ebuild: + Remove old version. 01 May 2011; Hans de Graaff <graaff@gentoo.org> -actionmailer-2.3.10.ebuild, -actionmailer-3.0.3.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-2.2.3.ebuild b/dev-ruby/actionmailer/actionmailer-2.2.3.ebuild deleted file mode 100644 index 792336000c0d..000000000000 --- a/dev-ruby/actionmailer/actionmailer-2.2.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.2.3.ebuild,v 1.7 2009/11/29 09:33:21 a3li Exp $ - -inherit ruby gems -USE_RUBY="ruby18" - -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="http://rubyforge.org/projects/actionmailer/" - -LICENSE="MIT" -SLOT="2.2" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="~dev-ruby/actionpack-2.2.3 - >=dev-lang/ruby-1.8.5" |