diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-09-26 19:49:32 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-09-26 19:49:32 +0000 |
commit | 37bf76e90fcccdc7804f5079495d7dca69f3e0c7 (patch) | |
tree | d662a3d2499924de0c84e77fa5d521f96e1d1d9f /dev-ruby | |
parent | Remove insecure versions, bug 283396. (diff) | |
download | gentoo-2-37bf76e90fcccdc7804f5079495d7dca69f3e0c7.tar.gz gentoo-2-37bf76e90fcccdc7804f5079495d7dca69f3e0c7.tar.bz2 gentoo-2-37bf76e90fcccdc7804f5079495d7dca69f3e0c7.zip |
Remove insecure versions, bug 283396.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.3.2.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.3.3.ebuild | 18 |
3 files changed, 5 insertions, 36 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 05f08608acd9..4e25813b644f 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.113 2009/09/25 18:22:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.114 2009/09/26 19:49:32 graaff Exp $ + + 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> + -actionmailer-2.3.2.ebuild, -actionmailer-2.3.3.ebuild: + Remove insecure versions, bug 283396. 25 Sep 2009; Brent Baude <ranger@gentoo.org> actionmailer-2.3.4.ebuild: Marking actionmailer-2.3.4 ppc64 stable for bug 283396 diff --git a/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild deleted file mode 100644 index 993eccb27fb7..000000000000 --- a/dev-ruby/actionmailer/actionmailer-2.3.2.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.3.2.ebuild,v 1.7 2009/05/28 16:08:48 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" -IUSE="" - -DEPEND="~dev-ruby/actionpack-2.3.2 - >=dev-lang/ruby-1.8.6" diff --git a/dev-ruby/actionmailer/actionmailer-2.3.3.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.3.ebuild deleted file mode 100644 index 53a0b4d3ecd9..000000000000 --- a/dev-ruby/actionmailer/actionmailer-2.3.3.ebuild +++ /dev/null @@ -1,18 +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.3.3.ebuild,v 1.3 2009/08/16 14:29:52 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" -IUSE="" - -DEPEND="~dev-ruby/actionpack-2.3.3 - >=dev-lang/ruby-1.8.6" -RDEPEND="${DEPEND}" |