summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-12-20 11:19:05 +0000
committerAlex Legler <a3li@gentoo.org>2009-12-20 11:19:05 +0000
commita2847805e63e2c427e87e01fb9f9a4e5912641b1 (patch)
tree8a90ed17c8b526dadf430dc2b93cfb93944623b7 /dev-ruby/activesupport
parentRemoving vulnerable version (diff)
downloadgentoo-2-a2847805e63e2c427e87e01fb9f9a4e5912641b1.tar.gz
gentoo-2-a2847805e63e2c427e87e01fb9f9a4e5912641b1.tar.bz2
gentoo-2-a2847805e63e2c427e87e01fb9f9a4e5912641b1.zip
Removing vulnerable version
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r--dev-ruby/activesupport/ChangeLog5
-rw-r--r--dev-ruby/activesupport/activesupport-2.3.4.ebuild17
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}"