summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-08-09 18:35:15 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-08-09 18:35:15 +0000
commit29beb914198a0c37d88c8100e54422d5caea0b6b (patch)
treef526b7a4563ff3d248444b935ce499af2a40e84a
parentStable on amd64 wrt Bug #136987. (diff)
downloadhistorical-29beb914198a0c37d88c8100e54422d5caea0b6b.tar.gz
historical-29beb914198a0c37d88c8100e54422d5caea0b6b.tar.bz2
historical-29beb914198a0c37d88c8100e54422d5caea0b6b.zip
version bump
Package-Manager: portage-2.1.1_pre3-r5
-rw-r--r--dev-ruby/actionmailer/ChangeLog7
-rw-r--r--dev-ruby/actionmailer/actionmailer-1.2.4.ebuild20
-rw-r--r--dev-ruby/actionmailer/files/digest-actionmailer-1.2.43
-rw-r--r--dev-ruby/actionpack/ChangeLog7
-rw-r--r--dev-ruby/actionpack/actionpack-1.12.4.ebuild20
-rw-r--r--dev-ruby/actionpack/files/digest-actionpack-1.12.43
-rw-r--r--dev-ruby/actionwebservice/ChangeLog8
-rw-r--r--dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild22
-rw-r--r--dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.53
-rw-r--r--dev-ruby/activerecord/ChangeLog7
-rw-r--r--dev-ruby/activerecord/activerecord-1.14.4.ebuild21
-rw-r--r--dev-ruby/activerecord/files/digest-activerecord-1.14.43
-rw-r--r--dev-ruby/rails/ChangeLog7
-rw-r--r--dev-ruby/rails/files/digest-rails-1.1.53
-rw-r--r--dev-ruby/rails/rails-1.1.5.ebuild28
15 files changed, 157 insertions, 5 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index 591bb17ae96b..8a6dd124562b 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.41 2006/07/31 08:25:01 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.42 2006/08/09 18:32:29 caleb Exp $
+
+*actionmailer-1.2.4 (09 Aug 2006)
+
+ 09 Aug 2006; Caleb Tennis <caleb@gentoo.org> +actionmailer-1.2.4.ebuild:
+ version bump
31 Jul 2006; Simon Stelling <blubb@gentoo.org> actionmailer-1.2.3.ebuild:
stable on amd64 wrt bug 138323
diff --git a/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild
new file mode 100644
index 000000000000..dcbafd09cf8c
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.4.ebuild,v 1.1 2006/08/09 18:32:29 caleb 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://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="MIT"
+SLOT="1.1"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="=dev-ruby/actionpack-1.12.4
+ >=dev-lang/ruby-1.8.2"
diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-1.2.4 b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.4
new file mode 100644
index 000000000000..20c0753df5b4
--- /dev/null
+++ b/dev-ruby/actionmailer/files/digest-actionmailer-1.2.4
@@ -0,0 +1,3 @@
+MD5 1b814533b88d044bc82d7c9f1dfccb15 actionmailer-1.2.4.gem 81920
+RMD160 f662758b855921459df0c3a1604e90caa54472e2 actionmailer-1.2.4.gem 81920
+SHA256 0300e0c468d110d4ca14178361afda30331dd1636a667ee2b6ae3a40bf57baf7 actionmailer-1.2.4.gem 81920
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index a4f363736ce7..e1d2a201afa5 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.40 2006/07/31 08:25:41 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.41 2006/08/09 18:28:24 caleb Exp $
+
+*actionpack-1.12.4 (09 Aug 2006)
+
+ 09 Aug 2006; Caleb Tennis <caleb@gentoo.org> +actionpack-1.12.4.ebuild:
+ version bump
31 Jul 2006; Simon Stelling <blubb@gentoo.org> actionpack-1.12.3.ebuild:
stable on amd64 wrt bug 138323
diff --git a/dev-ruby/actionpack/actionpack-1.12.4.ebuild b/dev-ruby/actionpack/actionpack-1.12.4.ebuild
new file mode 100644
index 000000000000..a1ccfcb0b65f
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-1.12.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.12.4.ebuild,v 1.1 2006/08/09 18:28:24 caleb 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://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="MIT"
+SLOT="1.1"
+KEYWORDS="amd64 ia64 ppc sparc x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.2
+ >=dev-ruby/activesupport-1.3.1"
diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.12.4 b/dev-ruby/actionpack/files/digest-actionpack-1.12.4
new file mode 100644
index 000000000000..6a99589edb15
--- /dev/null
+++ b/dev-ruby/actionpack/files/digest-actionpack-1.12.4
@@ -0,0 +1,3 @@
+MD5 be415cc0f9d6d92ee1b75824b19e3592 actionpack-1.12.4.gem 529920
+RMD160 b6415db2f020bfb893a3a82505c65ec98661f49d actionpack-1.12.4.gem 529920
+SHA256 f239b9850a551dcc26adfee8811053f05dfed922f371ed0c566f6ebe15838754 actionpack-1.12.4.gem 529920
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog
index 1052c5af8fb0..fa91f7e01c6e 100644
--- a/dev-ruby/actionwebservice/ChangeLog
+++ b/dev-ruby/actionwebservice/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/actionwebservice
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.41 2006/07/31 08:26:50 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.42 2006/08/09 18:30:51 caleb Exp $
+
+*actionwebservice-1.1.5 (09 Aug 2006)
+
+ 09 Aug 2006; Caleb Tennis <caleb@gentoo.org>
+ +actionwebservice-1.1.5.ebuild:
+ version bump
31 Jul 2006; Simon Stelling <blubb@gentoo.org>
actionwebservice-1.1.4.ebuild:
diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild
new file mode 100644
index 000000000000..2de431a0369f
--- /dev/null
+++ b/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild,v 1.1 2006/08/09 18:30:51 caleb 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://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="MIT"
+SLOT="1.1"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.2
+ =dev-ruby/actionpack-1.12.4
+ =dev-ruby/activerecord-1.14.4
+ =dev-ruby/activesupport-1.3.1"
diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.5 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.5
new file mode 100644
index 000000000000..f5239c2998af
--- /dev/null
+++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.5
@@ -0,0 +1,3 @@
+MD5 0c50da05c4f9dc37c5cbd5c38dd99cef actionwebservice-1.1.5.gem 67072
+RMD160 93b6cc1d58d7def0ba7da0de0f51a115b885ba0a actionwebservice-1.1.5.gem 67072
+SHA256 e4c8235d959913161b664f92f303d07869afe027924e60ec0416644b83f4d56c actionwebservice-1.1.5.gem 67072
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index f5b51c8873b0..a50dc589fc77 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.39 2006/07/31 08:26:16 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.40 2006/08/09 18:27:17 caleb Exp $
+
+*activerecord-1.14.4 (09 Aug 2006)
+
+ 09 Aug 2006; Caleb Tennis <caleb@gentoo.org> +activerecord-1.14.4.ebuild:
+ version bump
31 Jul 2006; Simon Stelling <blubb@gentoo.org> activerecord-1.14.3.ebuild:
stable on amd64 wrt bug 138323
diff --git a/dev-ruby/activerecord/activerecord-1.14.4.ebuild b/dev-ruby/activerecord/activerecord-1.14.4.ebuild
new file mode 100644
index 000000000000..05cfd0ad5390
--- /dev/null
+++ b/dev-ruby/activerecord/activerecord-1.14.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.4.ebuild,v 1.1 2006/08/09 18:27:17 caleb 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://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="MIT"
+SLOT="1.1"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+RESTRICT="test"
+
+DEPEND=">=dev-lang/ruby-1.8.2
+ =dev-ruby/activesupport-1.3.1"
diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.14.4 b/dev-ruby/activerecord/files/digest-activerecord-1.14.4
new file mode 100644
index 000000000000..5765989091f7
--- /dev/null
+++ b/dev-ruby/activerecord/files/digest-activerecord-1.14.4
@@ -0,0 +1,3 @@
+MD5 831a4398031e8177aea8985ebf5a27ac activerecord-1.14.4.gem 349696
+RMD160 04bd77f816ae9bb736c58d31aeef8c088b3bebdf activerecord-1.14.4.gem 349696
+SHA256 290b7e60c9ee959d92d5bdc246e85486bb78a8b6f70b978d8ef6362c42dc07fc activerecord-1.14.4.gem 349696
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 5b1d9b99e524..43c873f7994c 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.58 2006/07/31 08:27:50 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.59 2006/08/09 18:35:15 caleb Exp $
+
+*rails-1.1.5 (09 Aug 2006)
+
+ 09 Aug 2006; Caleb Tennis <caleb@gentoo.org> +rails-1.1.5.ebuild:
+ version bump
31 Jul 2006; Simon Stelling <blubb@gentoo.org> rails-1.1.4.ebuild:
stable on amd64 wrt bug 138323
diff --git a/dev-ruby/rails/files/digest-rails-1.1.5 b/dev-ruby/rails/files/digest-rails-1.1.5
new file mode 100644
index 000000000000..80c2e1821502
--- /dev/null
+++ b/dev-ruby/rails/files/digest-rails-1.1.5
@@ -0,0 +1,3 @@
+MD5 39b12f85b57d2333e0f258957f20fb7f rails-1.1.5.gem 144896
+RMD160 099e2a399610b7032422889e729587cb79b738ee rails-1.1.5.gem 144896
+SHA256 d2608db4e073295d471b212bdf9c332df120a49bb6de02b77ba4d7d19f7fdf72 rails-1.1.5.gem 144896
diff --git a/dev-ruby/rails/rails-1.1.5.ebuild b/dev-ruby/rails/rails-1.1.5.ebuild
new file mode 100644
index 000000000000..e36e9e2100cd
--- /dev/null
+++ b/dev-ruby/rails/rails-1.1.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.1.5.ebuild,v 1.1 2006/08/09 18:35:15 caleb 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://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="Ruby"
+SLOT="1.1"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+
+IUSE="mysql sqlite sqlite3 postgres fastcgi"
+DEPEND=">=dev-lang/ruby-1.8.2
+ >=dev-ruby/rake-0.7.1
+ =dev-ruby/activerecord-1.14.4
+ =dev-ruby/actionmailer-1.2.4
+ =dev-ruby/actionwebservice-1.1.5
+ fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
+ sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 )
+ sqlite3? ( dev-ruby/sqlite3-ruby )
+ mysql? ( >=dev-ruby/mysql-ruby-2.7 )
+ postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )"