diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-10-20 19:33:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-10-20 19:33:47 +0000 |
commit | a581785d596358e1c997e4023b31f03e375bf700 (patch) | |
tree | 43ccdd1d7a18672221e22ae6da7ebf1a1a4724aa /dev-ruby | |
parent | Version bump for Rails 2.0.5 (diff) | |
download | gentoo-2-a581785d596358e1c997e4023b31f03e375bf700.tar.gz gentoo-2-a581785d596358e1c997e4023b31f03e375bf700.tar.bz2 gentoo-2-a581785d596358e1c997e4023b31f03e375bf700.zip |
Version bump for Rails 2.0.5
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.0.5.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 25c41e49443d..68b61228ba09 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.81 2008/09/13 09:06:38 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.82 2008/10/20 19:33:47 graaff Exp $ + +*activerecord-2.0.5 (20 Oct 2008) + + 20 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +activerecord-2.0.5.ebuild: + Version bump for Rails 2.0.5 *activerecord-2.1.1 (13 Sep 2008) diff --git a/dev-ruby/activerecord/activerecord-2.0.5.ebuild b/dev-ruby/activerecord/activerecord-2.0.5.ebuild new file mode 100644 index 000000000000..a09868e0d9da --- /dev/null +++ b/dev-ruby/activerecord/activerecord-2.0.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.5.ebuild,v 1.1 2008/10/20 19:33:47 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="http://rubyforge.org/projects/activerecord/" + +LICENSE="MIT" +SLOT="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.0.5 + 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 )" |