summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-02-16 05:42:42 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-02-16 05:42:42 +0000
commit0d7cb497bcbd857633f983396c30fe5763fbcf55 (patch)
treed0187aee0c16d43ce176e40d5bc85c8d3b07c74f /dev-ruby/activerecord
parentnew upstream version (diff)
downloadgentoo-2-0d7cb497bcbd857633f983396c30fe5763fbcf55.tar.gz
gentoo-2-0d7cb497bcbd857633f983396c30fe5763fbcf55.tar.bz2
gentoo-2-0d7cb497bcbd857633f983396c30fe5763fbcf55.zip
Initial commit.
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r--dev-ruby/activerecord/ChangeLog10
-rw-r--r--dev-ruby/activerecord/Manifest2
-rw-r--r--dev-ruby/activerecord/activerecord-1.6.0.ebuild24
-rw-r--r--dev-ruby/activerecord/files/digest-activerecord-1.6.01
-rw-r--r--dev-ruby/activerecord/metadata.xml5
5 files changed, 42 insertions, 0 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
new file mode 100644
index 000000000000..8a3d95727b41
--- /dev/null
+++ b/dev-ruby/activerecord/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2005/02/16 05:40:45 pythonhead Exp $
+
+*activerecord-1.6.0 (15 Feb 2005)
+
+ 15 Feb 2005; Rob Cakebread <pythonhead@gentoo.org>
+ +activerecord-1.6.0.ebuild:
+ Initial commit.
+
diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
new file mode 100644
index 000000000000..29bf131b8160
--- /dev/null
+++ b/dev-ruby/activerecord/Manifest
@@ -0,0 +1,2 @@
+MD5 d17ddc4182680dc9c4b92d57f385f114 activerecord-1.6.0.ebuild 701
+MD5 0bb4ff3c6365bbbba9cbece5c7d63763 files/digest-activerecord-1.6.0 67
diff --git a/dev-ruby/activerecord/activerecord-1.6.0.ebuild b/dev-ruby/activerecord/activerecord-1.6.0.ebuild
new file mode 100644
index 000000000000..ea947e424cb8
--- /dev/null
+++ b/dev-ruby/activerecord/activerecord-1.6.0.ebuild
@@ -0,0 +1,24 @@
+# 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.6.0.ebuild,v 1.1 2005/02/16 05:40:45 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/2762/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="=dev-lang/ruby-1.8*"
+
+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.6.0 b/dev-ruby/activerecord/files/digest-activerecord-1.6.0
new file mode 100644
index 000000000000..f2c58e56306d
--- /dev/null
+++ b/dev-ruby/activerecord/files/digest-activerecord-1.6.0
@@ -0,0 +1 @@
+MD5 f232ffe8714603480f88e5e2409d2765 activerecord-1.6.0.gem 278016
diff --git a/dev-ruby/activerecord/metadata.xml b/dev-ruby/activerecord/metadata.xml
new file mode 100644
index 000000000000..852136183369
--- /dev/null
+++ b/dev-ruby/activerecord/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>