From dd97009fe616f5beea952066ad89227fb927be31 Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Tue, 12 Jul 2005 13:53:44 +0000 Subject: Version bump (Portage version: 2.0.51.22-r1) --- dev-ruby/activerecord/activerecord-1.11.1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-ruby/activerecord/activerecord-1.11.1.ebuild (limited to 'dev-ruby/activerecord/activerecord-1.11.1.ebuild') diff --git a/dev-ruby/activerecord/activerecord-1.11.1.ebuild b/dev-ruby/activerecord/activerecord-1.11.1.ebuild new file mode 100644 index 000000000000..6723293909f1 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.11.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $ + +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/5163/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" +RESTRICT="test" + +DEPEND=">=dev-lang/ruby-1.8.2 + >=dev-ruby/activesupport-1.1.1" -- cgit v1.2.3-65-gdbad