summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-12 13:53:44 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-12 13:53:44 +0000
commitdd97009fe616f5beea952066ad89227fb927be31 (patch)
treece23349f69239957c4be98a8dd2664834e208bba /dev-ruby/activerecord/activerecord-1.11.1.ebuild
parentAdded ~amd64. (diff)
downloadgentoo-2-dd97009fe616f5beea952066ad89227fb927be31.tar.gz
gentoo-2-dd97009fe616f5beea952066ad89227fb927be31.tar.bz2
gentoo-2-dd97009fe616f5beea952066ad89227fb927be31.zip
Version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-ruby/activerecord/activerecord-1.11.1.ebuild')
-rw-r--r--dev-ruby/activerecord/activerecord-1.11.1.ebuild21
1 files changed, 21 insertions, 0 deletions
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"