summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionpack/ChangeLog8
-rw-r--r--dev-ruby/actionpack/Manifest8
-rw-r--r--dev-ruby/actionpack/actionpack-1.7.0.ebuild21
-rw-r--r--dev-ruby/actionpack/files/digest-actionpack-1.7.01
-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
8 files changed, 72 insertions, 8 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 9bac14e739fc..7348f511fcb9 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.6 2005/03/22 19:57:32 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.7 2005/03/28 17:34:46 pythonhead Exp $
+
+*actionpack-1.7.0 (28 Mar 2005)
+
+ 28 Mar 2005; Rob Cakebread <pythonhead@gentoo.org>
+ +actionpack-1.7.0.ebuild:
+ Version bump.
*actionpack-1.6.0 (22 Mar 2005)
diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index 88c044365ba5..a964c29a9fb1 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -1,10 +1,12 @@
MD5 5d01df84ef40a8353c6d30630364893f actionpack-1.4.0.ebuild 667
-MD5 1e5e486c7cb96d32cab48e0f739c50c3 actionpack-1.5.0.ebuild 694
-MD5 2624fd4db05bba69ddc02ab338a47077 actionpack-1.6.0.ebuild 694
-MD5 e662cf12c048d082247e4b51a24dfac3 ChangeLog 834
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
+MD5 e662cf12c048d082247e4b51a24dfac3 ChangeLog 834
+MD5 1e5e486c7cb96d32cab48e0f739c50c3 actionpack-1.5.0.ebuild 694
MD5 64aa2e78666810fc3bf25c10d44744cd actionpack-1.5.1.ebuild 700
+MD5 2624fd4db05bba69ddc02ab338a47077 actionpack-1.6.0.ebuild 694
+MD5 bde8c9e61365816786545ec27a518da3 actionpack-1.7.0.ebuild 590
MD5 1dcf06b2e95fbfdf9c2f499da5be240a files/digest-actionpack-1.4.0 65
MD5 b957eed75058069dd6830b703539fb11 files/digest-actionpack-1.5.0 65
MD5 39838a48d8797e44af1c01a72ff978f1 files/digest-actionpack-1.5.1 65
MD5 7633ee045a3f6fb1108e76213ad3292d files/digest-actionpack-1.6.0 65
+MD5 0f3b14c6b6479dd1aafe7d7f867ab85d files/digest-actionpack-1.7.0 65
diff --git a/dev-ruby/actionpack/actionpack-1.7.0.ebuild b/dev-ruby/actionpack/actionpack-1.7.0.ebuild
new file mode 100644
index 000000000000..edfc16aa2d76
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-1.7.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.7.0.ebuild,v 1.1 2005/03/28 17:34:46 pythonhead Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="Eases web-request routing, handling, and response."
+HOMEPAGE="http://rubyforge.org/projects/actionpack/"
+# 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/3683/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND="=dev-lang/ruby-1.8*
+ >=dev-ruby/activesupport-1.0.3"
+
diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.7.0 b/dev-ruby/actionpack/files/digest-actionpack-1.7.0
new file mode 100644
index 000000000000..11c374b398c7
--- /dev/null
+++ b/dev-ruby/actionpack/files/digest-actionpack-1.7.0
@@ -0,0 +1 @@
+MD5 75e04b53f6a513b2d20922602906f2cc actionpack-1.7.0.gem 162304
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