diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-11-24 00:54:10 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-11-24 00:54:10 +0000 |
commit | 7bdd413b6cc8e638d78d440502b5f5bf25bb8e39 (patch) | |
tree | d45564589a60de0837e145de83b6fe79cc1b4348 /dev-ruby/activerecord | |
parent | version bump, 1.2.0 _rc1 (diff) | |
download | gentoo-2-7bdd413b6cc8e638d78d440502b5f5bf25bb8e39.tar.gz gentoo-2-7bdd413b6cc8e638d78d440502b5f5bf25bb8e39.tar.bz2 gentoo-2-7bdd413b6cc8e638d78d440502b5f5bf25bb8e39.zip |
version bump, for 1.2.0_rc1
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.14.4.5618.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.14.4.5618 | 3 |
3 files changed, 31 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 9edab05f47a4..674374216b63 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # 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.45 2006/09/02 21:41:57 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.46 2006/11/24 00:54:10 caleb Exp $ + +*activerecord-1.14.4.5618 (24 Nov 2006) + + 24 Nov 2006; Caleb Tennis <caleb@gentoo.org> + +activerecord-1.14.4.5618.ebuild: + version bump, for 1.2.0_rc1 02 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> activerecord-1.14.4.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.14.4.5618.ebuild b/dev-ruby/activerecord/activerecord-1.14.4.5618.ebuild new file mode 100644 index 000000000000..9c9c77dad29a --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.14.4.5618.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.5618.ebuild,v 1.1 2006/11/24 00:54:10 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.rubyonrails.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.5 + =dev-ruby/activesupport-1.3.1.5618" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.14.4.5618 b/dev-ruby/activerecord/files/digest-activerecord-1.14.4.5618 new file mode 100644 index 000000000000..6f1cd113ee6b --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.14.4.5618 @@ -0,0 +1,3 @@ +MD5 14fbb58b32c93cc014c089fe9179a1fb activerecord-1.14.4.5618.gem 407040 +RMD160 0bebf4299010d3eb8c72d61ede7b11123b4bd9dd activerecord-1.14.4.5618.gem 407040 +SHA256 880407229b4eb0cf976474575572c1d18c819d5e9e7a838c186676e17a658635 activerecord-1.14.4.5618.gem 407040 |