diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-04-19 05:37:55 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-04-19 05:37:55 +0000 |
commit | 019f85183b4719f6376a6d3e5a2270068114dad0 (patch) | |
tree | b96c97164fa7617014b82fb857e276a85cf18e04 /dev-ruby/activerecord | |
parent | Version bump. (diff) | |
download | gentoo-2-019f85183b4719f6376a6d3e5a2270068114dad0.tar.gz gentoo-2-019f85183b4719f6376a6d3e5a2270068114dad0.tar.bz2 gentoo-2-019f85183b4719f6376a6d3e5a2270068114dad0.zip |
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.10.0.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.10.0 | 1 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 0081208e9f9d..319ffcdc17e8 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.7 2005/04/01 18:12:38 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.8 2005/04/19 05:34:32 pythonhead Exp $ + +*activerecord-1.10.0 (19 Apr 2005) + + 19 Apr 2005; Rob Cakebread <pythonhead@gentoo.org> + +activerecord-1.10.0.ebuild: + Version bump. 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> activerecord-1.9.1.ebuild: x86 stable diff --git a/dev-ruby/activerecord/activerecord-1.10.0.ebuild b/dev-ruby/activerecord/activerecord-1.10.0.ebuild new file mode 100644 index 000000000000..9a8f5c41f199 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.10.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.10.0.ebuild,v 1.1 2005/04/19 05:34:32 pythonhead 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://rubyforge.org/frs/download.php/4115/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/activesupport-1.0.4" + +src_test() { + echo "Skipping rake test. It requires setting up live databases" + echo "and is beyond the scope of portage testing." +} + diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.10.0 b/dev-ruby/activerecord/files/digest-activerecord-1.10.0 new file mode 100644 index 000000000000..245463608857 --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.10.0 @@ -0,0 +1 @@ +MD5 d0832bd394e21540e67c66a1151c027c activerecord-1.10.0.gem 256000 |