From 86813f6d59fb0f07242d9f9cde45837583ca2d80 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 26 Sep 2009 19:48:36 +0000 Subject: Remove insecure versions, bug 283396. (Portage version: 2.1.6.13/cvs/Linux x86_64) --- dev-ruby/activerecord/ChangeLog | 6 +++++- dev-ruby/activerecord/activerecord-2.3.2.ebuild | 22 ---------------------- dev-ruby/activerecord/activerecord-2.3.3.ebuild | 22 ---------------------- 3 files changed, 5 insertions(+), 45 deletions(-) delete mode 100644 dev-ruby/activerecord/activerecord-2.3.2.ebuild delete mode 100644 dev-ruby/activerecord/activerecord-2.3.3.ebuild (limited to 'dev-ruby/activerecord') diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 129704427742..713221e973b1 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # 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.110 2009/09/25 18:20:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.111 2009/09/26 19:48:36 graaff Exp $ + + 26 Sep 2009; Hans de Graaff + -activerecord-2.3.2.ebuild, -activerecord-2.3.3.ebuild: + Remove insecure versions, bug 283396. 25 Sep 2009; Brent Baude activerecord-2.3.4.ebuild: Marking activerecord-2.3.4 ppc64 stable for bug 283396 diff --git a/dev-ruby/activerecord/activerecord-2.3.2.ebuild b/dev-ruby/activerecord/activerecord-2.3.2.ebuild deleted file mode 100644 index f18bbefba3ce..000000000000 --- a/dev-ruby/activerecord/activerecord-2.3.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.3.2.ebuild,v 1.7 2009/05/28 16:09:30 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" - -LICENSE="MIT" -SLOT="2.3" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="mysql postgres sqlite sqlite3" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.6 - ~dev-ruby/activesupport-2.3.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 )" diff --git a/dev-ruby/activerecord/activerecord-2.3.3.ebuild b/dev-ruby/activerecord/activerecord-2.3.3.ebuild deleted file mode 100644 index b11f7952f7e4..000000000000 --- a/dev-ruby/activerecord/activerecord-2.3.3.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.3.3.ebuild,v 1.1 2009/07/22 07:08:10 graaff Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" - -LICENSE="MIT" -SLOT="2.3" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="mysql postgres sqlite sqlite3" - -DEPEND=">=dev-lang/ruby-1.8.6 - ~dev-ruby/activesupport-2.3.3" -RDEPEND="${DEPEND} - 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 )" -- cgit v1.2.3-65-gdbad