summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-12 13:48:40 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-12 13:48:40 +0000
commit4f0e05cdd2450de9d410a3d986363bbd10528699 (patch)
tree7a72bbbe49d88d6cf89e02a0efa26e3251af1a06 /dev-ruby
parentRevision bump. Fix php patch so that the correct bin-path is specified, bug ... (diff)
downloadgentoo-2-4f0e05cdd2450de9d410a3d986363bbd10528699.tar.gz
gentoo-2-4f0e05cdd2450de9d410a3d986363bbd10528699.tar.bz2
gentoo-2-4f0e05cdd2450de9d410a3d986363bbd10528699.zip
Version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionpack/ChangeLog7
-rw-r--r--dev-ruby/actionpack/Manifest10
-rw-r--r--dev-ruby/actionpack/actionpack-1.9.1.ebuild20
-rw-r--r--dev-ruby/actionpack/files/digest-actionpack-1.9.11
-rw-r--r--dev-ruby/activesupport/ChangeLog7
-rw-r--r--dev-ruby/activesupport/Manifest12
-rw-r--r--dev-ruby/activesupport/activesupport-1.1.1.ebuild20
-rw-r--r--dev-ruby/activesupport/files/digest-activesupport-1.1.11
8 files changed, 67 insertions, 11 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 5859b032af03..3018a76eaadf 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,11 @@
# 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.11 2005/07/12 11:10:15 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.12 2005/07/12 13:48:40 caleb Exp $
+
+*actionpack-1.9.1 (12 Jul 2005)
+
+ 12 Jul 2005; Caleb Tennis <caleb@gentoo.org> +actionpack-1.9.1.ebuild:
+ Version bump
12 Jul 2005; David Holm <dholm@gentoo.org> actionpack-1.8.1.ebuild:
Added to ~ppc.
diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index a02c242a323e..206c10e4e205 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -1,14 +1,16 @@
-MD5 8e23cbcd71f6067886010029df8cbbc3 ChangeLog 1448
MD5 5d01df84ef40a8353c6d30630364893f actionpack-1.4.0.ebuild 667
-MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
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 29b32092b4e57a690d94dadcedd67bc0 actionpack-1.7.0.ebuild 693
MD5 5d4f4f60b7e73b7dfd7aad6a8621d060 actionpack-1.8.1.ebuild 704
+MD5 29b32092b4e57a690d94dadcedd67bc0 actionpack-1.7.0.ebuild 693
+MD5 8e23cbcd71f6067886010029df8cbbc3 ChangeLog 1448
+MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
+MD5 f3567c9cf9fc5c3a875221223eb4f260 actionpack-1.9.1.ebuild 593
+MD5 64aa2e78666810fc3bf25c10d44744cd actionpack-1.5.1.ebuild 700
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
MD5 a6448d89da7b19bb5147a5a46d92095a files/digest-actionpack-1.8.1 65
+MD5 b4e36caaf45987abefc831f7ed376b74 files/digest-actionpack-1.9.1 65
diff --git a/dev-ruby/actionpack/actionpack-1.9.1.ebuild b/dev-ruby/actionpack/actionpack-1.9.1.ebuild
new file mode 100644
index 000000000000..d91d568d8916
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-1.9.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $
+
+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/5166/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.2
+ >=dev-ruby/activesupport-1.1.1"
diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.9.1 b/dev-ruby/actionpack/files/digest-actionpack-1.9.1
new file mode 100644
index 000000000000..617ef43d0548
--- /dev/null
+++ b/dev-ruby/actionpack/files/digest-actionpack-1.9.1
@@ -0,0 +1 @@
+MD5 515f2f46d857a33a7f4b7ec2c69e4273 actionpack-1.9.1.gem 253952
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 90c557675adc..3aa097f19008 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.8 2005/07/12 11:09:58 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.9 2005/07/12 13:46:32 caleb Exp $
+
+*activesupport-1.1.1 (12 Jul 2005)
+
+ 12 Jul 2005; Caleb Tennis <caleb@gentoo.org> +activesupport-1.1.1.ebuild:
+ Version bump
12 Jul 2005; David Holm <dholm@gentoo.org> activesupport-1.0.4.ebuild:
Added to ~ppc.
diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index 2b55a6b0e622..eaff0cafac18 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -1,12 +1,14 @@
-MD5 630b43e7ecf75315584551eaed77c06c ChangeLog 1210
-MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670
-MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
-MD5 268221445c48985fa3702a5133f3b880 activesupport-1.0.1.ebuild 676
MD5 f6d8b72124574977e587b22454003f25 activesupport-1.0.2.ebuild 671
-MD5 b05ba12c142c284efc9cbdad51ffd3a1 activesupport-1.0.3.ebuild 699
MD5 814bdb03771fdd02755f59bf16d07c0d activesupport-1.0.4.ebuild 712
+MD5 268221445c48985fa3702a5133f3b880 activesupport-1.0.1.ebuild 676
+MD5 b05ba12c142c284efc9cbdad51ffd3a1 activesupport-1.0.3.ebuild 699
+MD5 0600f6a0fa27c766471fbb3ddcd15ade activesupport-1.1.1.ebuild 588
+MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670
+MD5 630b43e7ecf75315584551eaed77c06c ChangeLog 1210
+MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
MD5 a30d1d838386d1ab86533cf73a414b1b files/digest-activesupport-1.0.0 67
MD5 71f8448bc93c1d85234c36468c3644f8 files/digest-activesupport-1.0.1 67
MD5 aa2ee8710f3597464448c8355f16d2e6 files/digest-activesupport-1.0.2 67
MD5 545b2791d0ba7f6e740d5213a9f3d268 files/digest-activesupport-1.0.3 67
MD5 da4d74c9cabda4d9dc2061a327a1bb14 files/digest-activesupport-1.0.4 67
+MD5 3cc7197f8083599bef3678502c6b11a8 files/digest-activesupport-1.1.1 67
diff --git a/dev-ruby/activesupport/activesupport-1.1.1.ebuild b/dev-ruby/activesupport/activesupport-1.1.1.ebuild
new file mode 100644
index 000000000000..8f1729365dcc
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-1.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="http://rubyforge.org/projects/activesupport/"
+# 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/5160/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.2
+ >=dev-ruby/rubygems-0.8.10"
diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.1.1 b/dev-ruby/activesupport/files/digest-activesupport-1.1.1
new file mode 100644
index 000000000000..bb6a24882e63
--- /dev/null
+++ b/dev-ruby/activesupport/files/digest-activesupport-1.1.1
@@ -0,0 +1 @@
+MD5 091d2d98f3bf2bda1de0ad9f4368b28e activesupport-1.1.1.gem 26624