diff options
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.3.4.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 4e160ce4a625..6c8d345cabb6 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.111 2009/12/19 14:18:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.112 2009/12/20 11:19:05 a3li Exp $ + + 20 Dec 2009; Alex Legler <a3li@gentoo.org> -activesupport-2.3.4.ebuild: + Removing vulnerable version 19 Dec 2009; Jeroen Roovers <jer@gentoo.org> activesupport-2.3.5.ebuild: Stable for PPC (bug #294797). diff --git a/dev-ruby/activesupport/activesupport-2.3.4.ebuild b/dev-ruby/activesupport/activesupport-2.3.4.ebuild deleted file mode 100644 index 0cdc52008701..000000000000 --- a/dev-ruby/activesupport/activesupport-2.3.4.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/activesupport/activesupport-2.3.4.ebuild,v 1.5 2009/09/25 18:21:35 ranger Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" - -LICENSE="MIT" -SLOT="2.3" -KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.6" -RDEPEND="${DEPEND}" |