summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-03-28 17:34:46 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-03-28 17:34:46 +0000
commit0c010302d181cdd329ebad2f0e8d0fe574206d57 (patch)
treea34dfc359b84dfc56fbee3b4392dc3e3dae5594c /dev-ruby/activerecord
parentFixed Manifest (diff)
downloadgentoo-2-0c010302d181cdd329ebad2f0e8d0fe574206d57.tar.gz
gentoo-2-0c010302d181cdd329ebad2f0e8d0fe574206d57.tar.bz2
gentoo-2-0c010302d181cdd329ebad2f0e8d0fe574206d57.zip
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r--dev-ruby/activerecord/ChangeLog8
-rw-r--r--dev-ruby/activerecord/Manifest8
-rw-r--r--dev-ruby/activerecord/activerecord-1.9.1.ebuild25
-rw-r--r--dev-ruby/activerecord/files/digest-activerecord-1.9.11
4 files changed, 38 insertions, 4 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index d78ce8a07c83..0c6094f77818 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.5 2005/03/22 19:55:48 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.6 2005/03/28 17:32:51 pythonhead Exp $
+
+*activerecord-1.9.1 (28 Mar 2005)
+
+ 28 Mar 2005; Rob Cakebread <pythonhead@gentoo.org>
+ +activerecord-1.9.1.ebuild:
+ Version bump.
*activerecord-1.9.0 (22 Mar 2005)
diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index 1b46031395a0..2f0bdce520dc 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -1,10 +1,12 @@
-MD5 b33129c36830f1880bc780beafa405de activerecord-1.9.0.ebuild 842
MD5 0b79e8edb84ee62fa795dd79459d4c20 activerecord-1.6.0.ebuild 814
-MD5 b0619e2add7ce4b12d8e13af706cb8c0 activerecord-1.7.0.ebuild 841
-MD5 ab08fcc7526531644c0c3550493920cb ChangeLog 854
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
+MD5 ab08fcc7526531644c0c3550493920cb ChangeLog 854
+MD5 b0619e2add7ce4b12d8e13af706cb8c0 activerecord-1.7.0.ebuild 841
MD5 ac277748a4c8315218f91d6868bc066a activerecord-1.8.0.ebuild 847
+MD5 b33129c36830f1880bc780beafa405de activerecord-1.9.0.ebuild 842
+MD5 44d83d09e75845af5510b9c502802d29 activerecord-1.9.1.ebuild 734
MD5 0bb4ff3c6365bbbba9cbece5c7d63763 files/digest-activerecord-1.6.0 67
MD5 1256bcab2a566e95e89aa6d3dcdd8d26 files/digest-activerecord-1.7.0 67
MD5 2eb4e69ef35d377ab4f7dbfaeaa65e49 files/digest-activerecord-1.8.0 67
MD5 4a96f641e43406bb9f8e3bae38e81753 files/digest-activerecord-1.9.0 67
+MD5 41f6507f74e034f747ce0224e3951bb5 files/digest-activerecord-1.9.1 67
diff --git a/dev-ruby/activerecord/activerecord-1.9.1.ebuild b/dev-ruby/activerecord/activerecord-1.9.1.ebuild
new file mode 100644
index 000000000000..7f777d2724c3
--- /dev/null
+++ b/dev-ruby/activerecord/activerecord-1.9.1.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.9.1.ebuild,v 1.1 2005/03/28 17:32:51 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/3680/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="=dev-lang/ruby-1.8*
+ >=dev-ruby/activesupport-1.0.3"
+
+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.9.1 b/dev-ruby/activerecord/files/digest-activerecord-1.9.1
new file mode 100644
index 000000000000..d4b51c549ba7
--- /dev/null
+++ b/dev-ruby/activerecord/files/digest-activerecord-1.9.1
@@ -0,0 +1 @@
+MD5 c9018e37ab1a50059b24cd528740a89e activerecord-1.9.1.gem 243200