summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-06-09 15:19:54 +0000
committerHans de Graaff <graaff@gentoo.org>2011-06-09 15:19:54 +0000
commitd874a702a0dbf4478e8f8cd2ad0f25911592bdb6 (patch)
tree4e368de5d17be0c1775a61075582e3def9115076 /dev-ruby/activerecord
parentRemove old version. (diff)
downloadgentoo-2-d874a702a0dbf4478e8f8cd2ad0f25911592bdb6.tar.gz
gentoo-2-d874a702a0dbf4478e8f8cd2ad0f25911592bdb6.tar.bz2
gentoo-2-d874a702a0dbf4478e8f8cd2ad0f25911592bdb6.zip
Remove old version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r--dev-ruby/activerecord/ChangeLog5
-rw-r--r--dev-ruby/activerecord/activerecord-2.2.3.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 6f748e0dadee..176bf432607f 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.155 2011/06/08 18:48:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.156 2011/06/09 15:19:54 graaff Exp $
+
+ 09 Jun 2011; Hans de Graaff <graaff@gentoo.org> -activerecord-2.2.3.ebuild:
+ Remove old version.
08 Jun 2011; Hans de Graaff <graaff@gentoo.org> activerecord-3.0.7.ebuild:
Depend on slot of mysql2 that is compatible with this version of
diff --git a/dev-ruby/activerecord/activerecord-2.2.3.ebuild b/dev-ruby/activerecord/activerecord-2.2.3.ebuild
deleted file mode 100644
index 6283fbe63a99..000000000000
--- a/dev-ruby/activerecord/activerecord-2.2.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.2.3.ebuild,v 1.6 2009/10/18 17:23:49 nixnut 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.3
- 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 )"