diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-02-11 20:20:07 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-02-11 20:20:07 +0000 |
commit | 49e8d4f961433425691162c9df0212609db2a3cb (patch) | |
tree | 3cc2444dd77e5b654f30cabeea2daad1e5015255 /dev-ruby/activerecord | |
parent | Version bump for rails 1.2.2. (diff) | |
download | gentoo-2-49e8d4f961433425691162c9df0212609db2a3cb.tar.gz gentoo-2-49e8d4f961433425691162c9df0212609db2a3cb.tar.bz2 gentoo-2-49e8d4f961433425691162c9df0212609db2a3cb.zip |
Version bump for rails 1.2.2.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.2.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.2 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 07ba69aabd23..38253bfc1cc4 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.48 2007/01/19 13:11:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.49 2007/02/11 20:20:07 nichoj Exp $ + +*activerecord-1.15.2 (11 Feb 2007) + + 11 Feb 2007; Joshua Nichols <nichoj@gentoo.org> + +activerecord-1.15.2.ebuild: + Version bump for rails 1.2.2. *activerecord-1.15.1 (19 Jan 2007) diff --git a/dev-ruby/activerecord/activerecord-1.15.2.ebuild b/dev-ruby/activerecord/activerecord-1.15.2.ebuild new file mode 100644 index 000000000000..331a87df62c1 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.15.2.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.2.ebuild,v 1.1 2007/02/11 20:20:07 nichoj 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.1" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.2 b/dev-ruby/activerecord/files/digest-activerecord-1.15.2 new file mode 100644 index 000000000000..ca3735988bb6 --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.15.2 @@ -0,0 +1,3 @@ +MD5 98313ada980142615f80bf9f889eac53 activerecord-1.15.2.gem 404480 +RMD160 3500e511acb7623049ba61d8d9cee3e5e7874306 activerecord-1.15.2.gem 404480 +SHA256 521c88ec2d4b1d99506b8a904df94bf52ff362e4f67e1a4c52ea765bb841ac0f activerecord-1.15.2.gem 404480 |