diff options
author | 2009-10-18 17:42:14 +0000 | |
---|---|---|
committer | 2009-10-18 17:42:14 +0000 | |
commit | fbe5aad55cfce292c83fdba2e51906acfdd1278d (patch) | |
tree | 26bcf95734cd4daefbf3b31bb2a2e77abab1cbb5 /dev-ruby/activerecord | |
parent | x86 stable, bug #287697 (diff) | |
download | gentoo-2-fbe5aad55cfce292c83fdba2e51906acfdd1278d.tar.gz gentoo-2-fbe5aad55cfce292c83fdba2e51906acfdd1278d.tar.bz2 gentoo-2-fbe5aad55cfce292c83fdba2e51906acfdd1278d.zip |
removing vulnerable ebuild, bug 283396
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.2.2.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 47cc0a7f3093..7f8fd90f142b 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.117 2009/10/18 17:23:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.118 2009/10/18 17:42:14 a3li Exp $ + + 18 Oct 2009; Alex Legler <a3li@gentoo.org> -activerecord-2.2.2.ebuild: + removing vulnerable ebuild, bug 283396 18 Oct 2009; nixnut <nixnut@gentoo.org> activerecord-2.2.3.ebuild: ppc stable #283396 diff --git a/dev-ruby/activerecord/activerecord-2.2.2.ebuild b/dev-ruby/activerecord/activerecord-2.2.2.ebuild deleted file mode 100644 index 3987ed536c5a..000000000000 --- a/dev-ruby/activerecord/activerecord-2.2.2.ebuild +++ /dev/null @@ -1,22 +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/activerecord/activerecord-2.2.2.ebuild,v 1.7 2009/04/27 15:49:56 betelgeuse Exp $ - -inherit ruby gems -USE_RUBY="ruby18" - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" - -LICENSE="MIT" -SLOT="2.2" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="mysql postgres sqlite sqlite3" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.5 - ~dev-ruby/activesupport-2.2.2 - sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) - sqlite3? ( dev-ruby/sqlite3-ruby ) - mysql? ( >=dev-ruby/mysql-ruby-2.7 ) - postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )" |