diff options
author | 2006-08-09 18:27:17 +0000 | |
---|---|---|
committer | 2006-08-09 18:27:17 +0000 | |
commit | 0bba01ee6f6f9c19e380c097169b2fad14be2e09 (patch) | |
tree | 7aee47babebe871f40b7dc1562b905e5c39a74d0 /dev-ruby/activerecord | |
parent | Stable on amd64 wrt Bug #136890. (diff) | |
download | gentoo-2-0bba01ee6f6f9c19e380c097169b2fad14be2e09.tar.gz gentoo-2-0bba01ee6f6f9c19e380c097169b2fad14be2e09.tar.bz2 gentoo-2-0bba01ee6f6f9c19e380c097169b2fad14be2e09.zip |
version bump
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.14.4.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.14.4 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index f5b51c8873b0..a50dc589fc77 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.39 2006/07/31 08:26:16 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.40 2006/08/09 18:27:17 caleb Exp $ + +*activerecord-1.14.4 (09 Aug 2006) + + 09 Aug 2006; Caleb Tennis <caleb@gentoo.org> +activerecord-1.14.4.ebuild: + version bump 31 Jul 2006; Simon Stelling <blubb@gentoo.org> activerecord-1.14.3.ebuild: stable on amd64 wrt bug 138323 diff --git a/dev-ruby/activerecord/activerecord-1.14.4.ebuild b/dev-ruby/activerecord/activerecord-1.14.4.ebuild new file mode 100644 index 000000000000..05cfd0ad5390 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.14.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.4.ebuild,v 1.1 2006/08/09 18:27:17 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="http://rubyforge.org/projects/activerecord/" +# The URL depends implicitly on the version, unfortunately. Even if you +# change the filename on the end, it still downloads the same file. +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" +RESTRICT="test" + +DEPEND=">=dev-lang/ruby-1.8.2 + =dev-ruby/activesupport-1.3.1" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.14.4 b/dev-ruby/activerecord/files/digest-activerecord-1.14.4 new file mode 100644 index 000000000000..5765989091f7 --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.14.4 @@ -0,0 +1,3 @@ +MD5 831a4398031e8177aea8985ebf5a27ac activerecord-1.14.4.gem 349696 +RMD160 04bd77f816ae9bb736c58d31aeef8c088b3bebdf activerecord-1.14.4.gem 349696 +SHA256 290b7e60c9ee959d92d5bdc246e85486bb78a8b6f70b978d8ef6362c42dc07fc activerecord-1.14.4.gem 349696 |