diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-01-19 13:11:52 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-01-19 13:11:52 +0000 |
commit | 45a42db8c261b175bee2fc0acdc78d3396b22409 (patch) | |
tree | cd93f1b3b0276051095d062008a73d8fc565af1a /dev-ruby/activerecord | |
parent | Activesupport 1.4.0 (diff) | |
download | gentoo-2-45a42db8c261b175bee2fc0acdc78d3396b22409.tar.gz gentoo-2-45a42db8c261b175bee2fc0acdc78d3396b22409.tar.bz2 gentoo-2-45a42db8c261b175bee2fc0acdc78d3396b22409.zip |
Bump to rails 1.2
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.1.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.1 | 3 |
3 files changed, 29 insertions, 2 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index d06710b8f2e6..07ba69aabd23 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/activerecord -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.47 2006/11/24 01:01:21 caleb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.48 2007/01/19 13:11:52 caleb Exp $ + +*activerecord-1.15.1 (19 Jan 2007) + + 19 Jan 2007; Caleb Tennis <caleb@gentoo.org> +activerecord-1.15.1.ebuild: + Bump to Rails 1.2 24 Nov 2006; Caleb Tennis <caleb@gentoo.org> -activerecord-1.14.2.ebuild, -activerecord-1.14.3.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.15.1.ebuild b/dev-ruby/activerecord/activerecord-1.15.1.ebuild new file mode 100644 index 000000000000..30225ea8bc30 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.15.1.ebuild @@ -0,0 +1,19 @@ +# 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-1.15.1.ebuild,v 1.1 2007/01/19 13:11:52 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="http://rubyforge.org/projects/activerecord/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" +RESTRICT="test" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-1.4.0" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.1 b/dev-ruby/activerecord/files/digest-activerecord-1.15.1 new file mode 100644 index 000000000000..b9a7261a9171 --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.15.1 @@ -0,0 +1,3 @@ +MD5 e863786906f996e5d1932556efa3a8a9 activerecord-1.15.1.gem 403456 +RMD160 130afb5ec548646f368ef3a9f686f0e5a3cd12d7 activerecord-1.15.1.gem 403456 +SHA256 a654e68065b4af9a3925f9acef08172de92fd5da5779c97065cc8c4d51df9069 activerecord-1.15.1.gem 403456 |