summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-03-11 02:36:28 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-03-11 02:36:28 +0000
commit0c77eb6f7b167d9b33033464b7fde7cb243dd838 (patch)
tree463ad7692ea6538dc6f54d03a98cf95ee5d2655a /dev-ruby
parentMoved from dev-dotnet to dev-lang (diff)
downloadhistorical-0c77eb6f7b167d9b33033464b7fde7cb243dd838.tar.gz
historical-0c77eb6f7b167d9b33033464b7fde7cb243dd838.tar.bz2
historical-0c77eb6f7b167d9b33033464b7fde7cb243dd838.zip
Version bump.
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionmailer/ChangeLog7
-rw-r--r--dev-ruby/actionmailer/Manifest14
-rw-r--r--dev-ruby/actionmailer/actionmailer-0.7.1.ebuild21
-rw-r--r--dev-ruby/actionmailer/files/digest-actionmailer-0.7.11
-rw-r--r--dev-ruby/actionpack/ChangeLog6
-rw-r--r--dev-ruby/actionpack/Manifest10
-rw-r--r--dev-ruby/actionpack/actionpack-1.5.1.ebuild22
-rw-r--r--dev-ruby/actionpack/files/digest-actionpack-1.5.11
-rw-r--r--dev-ruby/actionwebservice/ChangeLog8
-rw-r--r--dev-ruby/actionwebservice/Manifest14
-rw-r--r--dev-ruby/actionwebservice/actionwebservice-0.6.0.ebuild21
-rw-r--r--dev-ruby/actionwebservice/files/digest-actionwebservice-0.6.01
-rw-r--r--dev-ruby/rails/ChangeLog7
-rw-r--r--dev-ruby/rails/Manifest8
-rw-r--r--dev-ruby/rails/files/digest-rails-0.10.11
-rw-r--r--dev-ruby/rails/rails-0.10.1.ebuild34
16 files changed, 151 insertions, 25 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index bb592f73f5c6..7ea7c8941f78 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,8 +1,11 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.4 2005/03/11 02:10:11 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.5 2005/03/11 02:32:53 pythonhead Exp $
- 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> :
+*actionmailer-0.7.1 (10 Mar 2005)
+
+ 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org>
+ +actionmailer-0.7.1.ebuild:
Version bump.
08 Mar 2005; Caleb Tennis <caleb@gentoo.org> actionmailer-0.7.0.ebuild:
diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest
index 7f102126eb17..43ad4cda5029 100644
--- a/dev-ruby/actionmailer/Manifest
+++ b/dev-ruby/actionmailer/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 4815f696d9820c320a417c0de9f0dea7 actionmailer-0.6.1.ebuild 695
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
-MD5 5577736c39f5f36b75a0f1636140618d ChangeLog 674
+MD5 bd2b442f5a2a7dd85fa7c79fa39b4e3c ChangeLog 737
MD5 36e19ac9d33cd3d5e6a20b4dd4f9798f actionmailer-0.7.0.ebuild 689
+MD5 2f5e35de2d92e652bace18eac94cad65 actionmailer-0.7.1.ebuild 582
MD5 190bb447ec0db2a9f340acaf55011d58 files/digest-actionmailer-0.6.1 66
MD5 05df4fe794b345deb7f1412a08655fde files/digest-actionmailer-0.7.0 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCMP4Pz2gxt1z4IGYRAkkYAKDaB+OhUT6mYlS+obKSwqAgjDXEDACgkSJe
-aJF+kQiixMd8/egfc8oi6L0=
-=flEU
------END PGP SIGNATURE-----
+MD5 7ae3e9f6afe41c44788b8399e11b52dc files/digest-actionmailer-0.7.1 66
diff --git a/dev-ruby/actionmailer/actionmailer-0.7.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.7.1.ebuild
new file mode 100644
index 000000000000..afafb449c5e8
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-0.7.1.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/actionmailer/actionmailer-0.7.1.ebuild,v 1.1 2005/03/11 02:32:53 pythonhead Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="Framework for designing email-service layers"
+HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
+# 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/3332/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND=">=dev-ruby/actionpack-1.5.1
+ =dev-lang/ruby-1.8*"
+
diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-0.7.1 b/dev-ruby/actionmailer/files/digest-actionmailer-0.7.1
new file mode 100644
index 000000000000..f6b82458de47
--- /dev/null
+++ b/dev-ruby/actionmailer/files/digest-actionmailer-0.7.1
@@ -0,0 +1 @@
+MD5 036c8411959d804a9e17ae7b7090d88f actionmailer-0.7.1.gem 53760
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 7817859d90c7..f1e4366d89b3 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,8 +1,10 @@
# 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.4 2005/03/11 02:08:14 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.5 2005/03/11 02:30:30 pythonhead Exp $
- 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> :
+*actionpack-1.5.1 (10 Mar 2005)
+
+ 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> +actionpack-1.5.1.ebuild:
Version bump.
08 Mar 2005; Caleb Tennis <caleb@gentoo.org> actionpack-1.5.0.ebuild:
diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index 81d44a02a48d..1136333f79f0 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -3,14 +3,16 @@ Hash: SHA1
MD5 5d01df84ef40a8353c6d30630364893f actionpack-1.4.0.ebuild 667
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
-MD5 9a703ced3becea8dbc5c1f2debd6350e ChangeLog 660
+MD5 57e31b90b1fa8941022b39545ddc1c63 ChangeLog 717
MD5 1e5e486c7cb96d32cab48e0f739c50c3 actionpack-1.5.0.ebuild 694
+MD5 55aeedfe7f8f4c1f825bd0f18461fc1b actionpack-1.5.1.ebuild 591
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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFCMP2ez2gxt1z4IGYRArumAKCwLSCscLQ/awvO58k2B5qo7BITugCgq5Y/
-Ef2pBc3wOs/xqN3LoyFzBL0=
-=5U98
+iD8DBQFCMQKxz2gxt1z4IGYRAlVIAKDj+09dHyjYD3ZzYkVAeta5m9JDIACfWQby
+DFNCrFi0jv63Kd4Wrm2Tl+4=
+=9z7/
-----END PGP SIGNATURE-----
diff --git a/dev-ruby/actionpack/actionpack-1.5.1.ebuild b/dev-ruby/actionpack/actionpack-1.5.1.ebuild
new file mode 100644
index 000000000000..3c4ccf1e785b
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-1.5.1.ebuild
@@ -0,0 +1,22 @@
+# 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.5.1.ebuild,v 1.1 2005/03/11 02:30:30 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/3329/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND="=dev-lang/ruby-1.8*
+ >=dev-ruby/activesupport-1.0.1"
+
+
diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.5.1 b/dev-ruby/actionpack/files/digest-actionpack-1.5.1
new file mode 100644
index 000000000000..0223d9a2abbe
--- /dev/null
+++ b/dev-ruby/actionpack/files/digest-actionpack-1.5.1
@@ -0,0 +1 @@
+MD5 2f3eb9e8e7d2f8b09f0828aa80103687 actionpack-1.5.1.gem 146944
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog
index 8f2c87e0ae0e..083ad050e74d 100644
--- a/dev-ruby/actionwebservice/ChangeLog
+++ b/dev-ruby/actionwebservice/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/actionwebservice
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.2 2005/03/08 18:24:06 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.3 2005/03/11 02:34:37 pythonhead Exp $
+
+*actionwebservice-0.6.0 (10 Mar 2005)
+
+ 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org>
+ +actionwebservice-0.6.0.ebuild:
+ Version bump.
08 Mar 2005; Caleb Tennis <caleb@gentoo.org> actionwebservice-0.5.0.ebuild:
x86 stable
diff --git a/dev-ruby/actionwebservice/Manifest b/dev-ruby/actionwebservice/Manifest
index 9f67c17d26cf..b45b9e8c234b 100644
--- a/dev-ruby/actionwebservice/Manifest
+++ b/dev-ruby/actionwebservice/Manifest
@@ -1,4 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 17f2a74f739da1491542cd975ed34b3e ChangeLog 637
MD5 50eca545bec63c207f49274a8e1db851 actionwebservice-0.5.0.ebuild 768
-MD5 0cb81ab95aeb803b60b8b6d695945318 ChangeLog 494
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
+MD5 54198f21d6a32a814668cdc1c794b0b6 actionwebservice-0.6.0.ebuild 610
MD5 196855d8443c00a0ec995f18bd8014f6 files/digest-actionwebservice-0.5.0 70
+MD5 71cf7a14ff66a29e20ae92361153dca5 files/digest-actionwebservice-0.6.0 70
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCMP+nz2gxt1z4IGYRAkA3AKDFFiPL4AtI0v6I4ayGpSfCn1EbkACfXQaz
+FXCzjKe6qYc3dQMIib0J2lY=
+=uOiJ
+-----END PGP SIGNATURE-----
diff --git a/dev-ruby/actionwebservice/actionwebservice-0.6.0.ebuild b/dev-ruby/actionwebservice/actionwebservice-0.6.0.ebuild
new file mode 100644
index 000000000000..99e89a568cad
--- /dev/null
+++ b/dev-ruby/actionwebservice/actionwebservice-0.6.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/actionwebservice/actionwebservice-0.6.0.ebuild,v 1.1 2005/03/11 02:34:37 pythonhead Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="Simple Support for Web Services APIs for Rails"
+HOMEPAGE="http://rubyforge.org/projects/aws/"
+# 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/3335/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND="=dev-lang/ruby-1.8*
+ >=dev-ruby/activerecord-1.8.0
+ >=dev-ruby/activesupport-1.0.1"
diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-0.6.0 b/dev-ruby/actionwebservice/files/digest-actionwebservice-0.6.0
new file mode 100644
index 000000000000..845b2d073e59
--- /dev/null
+++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-0.6.0
@@ -0,0 +1 @@
+MD5 31ecdff22467c18f582aea4dedb0d7a1 actionwebservice-0.6.0.gem 51712
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index d0f47cef9223..4b24add2c468 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.5 2005/03/08 18:27:35 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.6 2005/03/11 02:36:28 pythonhead Exp $
+
+*rails-0.10.1 (10 Mar 2005)
+
+ 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> +rails-0.10.1.ebuild:
+ Version bump.
08 Mar 2005; Caleb Tennis <caleb@gentoo.org> rails-0.10.0-r1.ebuild:
x86 stable
diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest
index d2bf30e51bb8..98d189076722 100644
--- a/dev-ruby/rails/Manifest
+++ b/dev-ruby/rails/Manifest
@@ -1,6 +1,8 @@
-MD5 045d88293f571daf97daae650f5b8b92 rails-0.10.0-r1.ebuild 1158
MD5 7cd0d58b54b5130dcb6ab812e53148da rails-0.9.5.ebuild 917
-MD5 580a5fdacf92a9e8a9984d7cf097e46d ChangeLog 834
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
-MD5 937edc8b22617c57edda938e9d6e5445 files/digest-rails-0.9.5 59
+MD5 580a5fdacf92a9e8a9984d7cf097e46d ChangeLog 834
+MD5 045d88293f571daf97daae650f5b8b92 rails-0.10.0-r1.ebuild 1158
+MD5 367973ff0d0090dc957b1e74a0b20360 rails-0.10.1.ebuild 1029
MD5 e7525516e42eccce38edf56245e77f36 files/digest-rails-0.10.0-r1 60
+MD5 937edc8b22617c57edda938e9d6e5445 files/digest-rails-0.9.5 59
+MD5 b90ec8b0a5b4c6f49320babf37ffe62a files/digest-rails-0.10.1 60
diff --git a/dev-ruby/rails/files/digest-rails-0.10.1 b/dev-ruby/rails/files/digest-rails-0.10.1
new file mode 100644
index 000000000000..c2d19e9056ff
--- /dev/null
+++ b/dev-ruby/rails/files/digest-rails-0.10.1
@@ -0,0 +1 @@
+MD5 bf8f369ca76ff55f224856a2230f20be rails-0.10.1.gem 54784
diff --git a/dev-ruby/rails/rails-0.10.1.ebuild b/dev-ruby/rails/rails-0.10.1.ebuild
new file mode 100644
index 000000000000..9216100e7318
--- /dev/null
+++ b/dev-ruby/rails/rails-0.10.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-0.10.1.ebuild,v 1.1 2005/03/11 02:36:28 pythonhead Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="ruby on rails is a web-application and persistance framework"
+HOMEPAGE="http://www.rubyonrails.org"
+# 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/3338/${P}.gem"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE="mysql sqlite postgres"
+DEPEND="=dev-lang/ruby-1.8*
+ >=dev-ruby/rake-0.4.15-r1
+ >=dev-ruby/activerecord-1.8.0
+ >=dev-ruby/actionmailer-0.7.1
+ >=dev-ruby/actionwebservice-0.6.0
+ sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2)
+ mysql? ( >=dev-ruby/mysql-ruby-2.5 )
+ postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )"
+
+
+pkg_postinst() {
+ einfo "If you have an existing Rails 0.9.5 application you'd like to"
+ einfo "upgrade to 0.10.1 please follow these instructions:"
+ einfo "http://manuals.rubyonrails.com/read/book/15"
+}
+