diff options
author | 2009-10-18 17:45:51 +0000 | |
---|---|---|
committer | 2009-10-18 17:45:51 +0000 | |
commit | ae4c7c598448bf3f0be39408a9556f3eca4bca52 (patch) | |
tree | 8ba0d211b36927790635226febdcc43e8db3bdf6 /dev-ruby/actionpack | |
parent | x86 stable, bug #287697 (diff) | |
download | gentoo-2-ae4c7c598448bf3f0be39408a9556f3eca4bca52.tar.gz gentoo-2-ae4c7c598448bf3f0be39408a9556f3eca4bca52.tar.bz2 gentoo-2-ae4c7c598448bf3f0be39408a9556f3eca4bca52.zip |
removing vulnerable ebuild, bug 283396
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.2.2.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index a76af888b7ab..1c3d16f87f8e 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.126 2009/10/18 17:19:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.127 2009/10/18 17:45:51 a3li Exp $ + + 18 Oct 2009; Alex Legler <a3li@gentoo.org> -actionpack-2.2.2.ebuild: + removing vulnerable ebuild, bug 283396 18 Oct 2009; nixnut <nixnut@gentoo.org> actionpack-2.2.3.ebuild: ppc stable #283396 diff --git a/dev-ruby/actionpack/actionpack-2.2.2.ebuild b/dev-ruby/actionpack/actionpack-2.2.2.ebuild deleted file mode 100644 index 55c0db4d6816..000000000000 --- a/dev-ruby/actionpack/actionpack-2.2.2.ebuild +++ /dev/null @@ -1,16 +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/actionpack/actionpack-2.2.2.ebuild,v 1.6 2009/01/10 16:30:20 armin76 Exp $ - -inherit ruby gems - -DESCRIPTION="Eases web-request routing, handling, and response." -HOMEPAGE="http://rubyforge.org/projects/actionpack/" - -LICENSE="MIT" -SLOT="2.2" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-2.2.2" |