diff options
author | 2005-02-16 05:48:13 +0000 | |
---|---|---|
committer | 2005-02-16 05:48:13 +0000 | |
commit | 3fef0f1d0653ce5de01e7b9e56095ff65d182981 (patch) | |
tree | 841b078cc470f4971eaa90b9343d295d12e87125 /dev-ruby/activerecord | |
parent | new upstream version (diff) | |
download | historical-3fef0f1d0653ce5de01e7b9e56095ff65d182981.tar.gz historical-3fef0f1d0653ce5de01e7b9e56095ff65d182981.tar.bz2 historical-3fef0f1d0653ce5de01e7b9e56095ff65d182981.zip |
Initial commit.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/activerecord/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.6.0.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.6.0 | 1 | ||||
-rw-r--r-- | dev-ruby/activerecord/metadata.xml | 5 |
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> |