diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-12-18 07:15:19 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-12-18 07:15:19 +0000 |
commit | ea599d1d597355d9cd9cb8ae65eb8f34624b2505 (patch) | |
tree | 317f76c784b55a6bd2c9fc25e6d64ad43b0f5168 /dev-ruby/activerecord | |
parent | Version bump for Rails 2.0.2 (diff) | |
download | historical-ea599d1d597355d9cd9cb8ae65eb8f34624b2505.tar.gz historical-ea599d1d597355d9cd9cb8ae65eb8f34624b2505.tar.bz2 historical-ea599d1d597355d9cd9cb8ae65eb8f34624b2505.zip |
Version bump for Rails 2.0.2
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.0.2.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-2.0.2 | 3 |
3 files changed, 31 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index d936c2b96991..f4d604356f4d 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.68 2007/12/01 22:44:02 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.69 2007/12/18 07:11:29 graaff Exp $ + +*activerecord-2.0.2 (18 Dec 2007) + + 18 Dec 2007; Hans de Graaff <graaff@gentoo.org> + +activerecord-2.0.2.ebuild: + Version bump for Rails 2.0.2 01 Dec 2007; Christoph Mende <angelos@gentoo.org> activerecord-1.15.6.ebuild: diff --git a/dev-ruby/activerecord/activerecord-2.0.2.ebuild b/dev-ruby/activerecord/activerecord-2.0.2.ebuild new file mode 100644 index 000000000000..9dc08de9d6c9 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-2.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.2.ebuild,v 1.1 2007/12/18 07:11:29 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.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/files/digest-activerecord-2.0.2 b/dev-ruby/activerecord/files/digest-activerecord-2.0.2 new file mode 100644 index 000000000000..e99d5dac3bdc --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-2.0.2 @@ -0,0 +1,3 @@ +MD5 cd602d2aa71ce7d78403b2c1984e57da activerecord-2.0.2.gem 422400 +RMD160 7fe4e7a7c1da6771fe3c8d053dcd452b3b65c98b activerecord-2.0.2.gem 422400 +SHA256 e481e67e6532af840da095231aa4114b722c0cb235cbe9b2fd65a6b0e081af58 activerecord-2.0.2.gem 422400 |