From 312c60a8b0dfc4bc22233013fb259de4e96f2c2f Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Wed, 14 Mar 2007 04:27:24 +0000 Subject: [PATCH] Version bump for rails 1.2.3. Package-Manager: portage-2.1.2-r12 --- dev-ruby/actionmailer/ChangeLog | 8 ++++- .../actionmailer/actionmailer-1.3.3.ebuild | 18 +++++++++++ .../files/digest-actionmailer-1.3.3 | 3 ++ dev-ruby/actionpack/ChangeLog | 7 ++++- dev-ruby/actionpack/actionpack-1.13.3.ebuild | 18 +++++++++++ .../actionpack/files/digest-actionpack-1.13.3 | 3 ++ dev-ruby/actionwebservice/ChangeLog | 8 ++++- .../actionwebservice-1.2.3.ebuild | 20 +++++++++++++ .../files/digest-actionwebservice-1.2.3 | 3 ++ dev-ruby/activerecord/ChangeLog | 8 ++++- .../activerecord/activerecord-1.15.3.ebuild | 19 ++++++++++++ .../files/digest-activerecord-1.15.3 | 3 ++ dev-ruby/activesupport/ChangeLog | 8 ++++- .../activesupport/activesupport-1.4.2.ebuild | 18 +++++++++++ .../files/digest-activesupport-1.4.2 | 3 ++ dev-ruby/rails/ChangeLog | 7 ++++- dev-ruby/rails/files/digest-rails-1.2.3 | 3 ++ dev-ruby/rails/rails-1.2.3.ebuild | 30 +++++++++++++++++++ 18 files changed, 181 insertions(+), 6 deletions(-) create mode 100644 dev-ruby/actionmailer/actionmailer-1.3.3.ebuild create mode 100644 dev-ruby/actionmailer/files/digest-actionmailer-1.3.3 create mode 100644 dev-ruby/actionpack/actionpack-1.13.3.ebuild create mode 100644 dev-ruby/actionpack/files/digest-actionpack-1.13.3 create mode 100644 dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild create mode 100644 dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.3 create mode 100644 dev-ruby/activerecord/activerecord-1.15.3.ebuild create mode 100644 dev-ruby/activerecord/files/digest-activerecord-1.15.3 create mode 100644 dev-ruby/activesupport/activesupport-1.4.2.ebuild create mode 100644 dev-ruby/activesupport/files/digest-activesupport-1.4.2 create mode 100644 dev-ruby/rails/files/digest-rails-1.2.3 create mode 100644 dev-ruby/rails/rails-1.2.3.ebuild diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 895cefb9e629..4e6b68b9f9af 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.52 2007/03/04 20:31:36 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.53 2007/03/14 04:22:06 nichoj Exp $ + +*actionmailer-1.3.3 (14 Mar 2007) + + 14 Mar 2007; Joshua Nichols + +actionmailer-1.3.3.ebuild: + Version bump for rails 1.2.3. 04 Mar 2007; Tom Gall actionmailer-1.3.2.ebuild: added ~ppc64 diff --git a/dev-ruby/actionmailer/actionmailer-1.3.3.ebuild b/dev-ruby/actionmailer/actionmailer-1.3.3.ebuild new file mode 100644 index 000000000000..5cdec8d68bc1 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-1.3.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.3.3.ebuild,v 1.1 2007/03/14 04:22:06 nichoj Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="http://rubyforge.org/projects/actionmailer/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="=dev-ruby/actionpack-1.13.3 + >=dev-lang/ruby-1.8.5" diff --git a/dev-ruby/actionmailer/files/digest-actionmailer-1.3.3 b/dev-ruby/actionmailer/files/digest-actionmailer-1.3.3 new file mode 100644 index 000000000000..a5aab89d2c1b --- /dev/null +++ b/dev-ruby/actionmailer/files/digest-actionmailer-1.3.3 @@ -0,0 +1,3 @@ +MD5 46896773f58dfbd49a4a8dcaf86b142d actionmailer-1.3.3.gem 84480 +RMD160 555ae7f370e72a26b899c9fe1edd7c74a36a289a actionmailer-1.3.3.gem 84480 +SHA256 f4f32778a4f8bac995ffcd0e70df807cd92d287b4e0f2659b111ea020a23d734 actionmailer-1.3.3.gem 84480 diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 31a5474b3d3a..a3a6aa21f180 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.53 2007/03/04 20:28:04 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.54 2007/03/14 04:21:00 nichoj Exp $ + +*actionpack-1.13.3 (14 Mar 2007) + + 14 Mar 2007; Joshua Nichols +actionpack-1.13.3.ebuild: + Version bump for rails 1.2.3. 04 Mar 2007; Tom Gall actionpack-1.13.2.ebuild: added ~ppc64 diff --git a/dev-ruby/actionpack/actionpack-1.13.3.ebuild b/dev-ruby/actionpack/actionpack-1.13.3.ebuild new file mode 100644 index 000000000000..1b949937e24f --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.13.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.13.3.ebuild,v 1.1 2007/03/14 04:21:00 nichoj Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Eases web-request routing, handling, and response." +HOMEPAGE="http://rubyforge.org/projects/actionpack/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-1.4.2" diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.13.3 b/dev-ruby/actionpack/files/digest-actionpack-1.13.3 new file mode 100644 index 000000000000..cc4982d8d1c7 --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.13.3 @@ -0,0 +1,3 @@ +MD5 14eb31b2c9fdf318004a7cbafc80d5f5 actionpack-1.13.3.gem 607232 +RMD160 f2038df4a70e6230f81e438662785edb3fae129a actionpack-1.13.3.gem 607232 +SHA256 7d1e15966496f95a3a211af908fd3cd45224ce6142e5b0b21e0c6e10a49ca359 actionpack-1.13.3.gem 607232 diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 5a3b42d4f7c6..b896360082c3 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.52 2007/03/04 20:50:02 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.53 2007/03/14 04:26:15 nichoj Exp $ + +*actionwebservice-1.2.3 (14 Mar 2007) + + 14 Mar 2007; Joshua Nichols + +actionwebservice-1.2.3.ebuild: + Version bump for rails 1.2.3. 04 Mar 2007; Tom Gall actionwebservice-1.2.2.ebuild: added ~ppc64 diff --git a/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild new file mode 100644 index 000000000000..6bb1af34e9ff --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild,v 1.1 2007/03/14 04:26:15 nichoj Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Simple Support for Web Services APIs for Rails" +HOMEPAGE="http://rubyforge.org/projects/aws/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/actionpack-1.13.3 + =dev-ruby/activerecord-1.15.3 + =dev-ruby/activesupport-1.4.2" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.3 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.3 new file mode 100644 index 000000000000..51e2753d188a --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.3 @@ -0,0 +1,3 @@ +MD5 59604dcdf9c6d32d7cff9146f51eae13 actionwebservice-1.2.3.gem 67584 +RMD160 501d4fd37b2ec1666946a0f29cbf63900b4c04a2 actionwebservice-1.2.3.gem 67584 +SHA256 1cf6ac60c59e7eb7286af881c48a0243e1318fefe4178d0742b8c480852aeaad actionwebservice-1.2.3.gem 67584 diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 48b7c2af7dda..1c7e9b952429 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.50 2007/03/04 20:40:41 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.51 2007/03/14 04:24:14 nichoj Exp $ + +*activerecord-1.15.3 (14 Mar 2007) + + 14 Mar 2007; Joshua Nichols + +activerecord-1.15.3.ebuild: + Version bump for rails 1.2.3. 04 Mar 2007; Tom Gall activerecord-1.15.2.ebuild: added ~ppc64 diff --git a/dev-ruby/activerecord/activerecord-1.15.3.ebuild b/dev-ruby/activerecord/activerecord-1.15.3.ebuild new file mode 100644 index 000000000000..deb0df636549 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.15.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.3.ebuild,v 1.1 2007/03/14 04:24:14 nichoj Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="http://rubyforge.org/projects/activerecord/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" +RESTRICT="test" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-1.4.2" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.3 b/dev-ruby/activerecord/files/digest-activerecord-1.15.3 new file mode 100644 index 000000000000..2e12c449c21b --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.15.3 @@ -0,0 +1,3 @@ +MD5 fd461e595441731e34c8235a94bd0372 activerecord-1.15.3.gem 406016 +RMD160 573c8c9ce5557ad478ef0bd9e8ffeffb7e594f5f activerecord-1.15.3.gem 406016 +SHA256 fade9b34b98d4b583382299204dad2a87fe9895195e3439320cb27320e8dc4a6 activerecord-1.15.3.gem 406016 diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index af5e2964a2c1..4a2fd2e39998 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.40 2007/03/04 20:26:00 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.41 2007/03/14 04:20:08 nichoj Exp $ + +*activesupport-1.4.2 (14 Mar 2007) + + 14 Mar 2007; Joshua Nichols + +activesupport-1.4.2.ebuild: + Version bump for rails 1.2.3. 04 Mar 2007; Tom Gall activesupport-1.4.1.ebuild: diff --git a/dev-ruby/activesupport/activesupport-1.4.2.ebuild b/dev-ruby/activesupport/activesupport-1.4.2.ebuild new file mode 100644 index 000000000000..99de3899c221 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.4.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.4.2.ebuild,v 1.1 2007/03/14 04:20:08 nichoj Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + >=dev-ruby/rubygems-0.9.0" diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.4.2 b/dev-ruby/activesupport/files/digest-activesupport-1.4.2 new file mode 100644 index 000000000000..2a37da5dffde --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.4.2 @@ -0,0 +1,3 @@ +MD5 b52b89c56bc653849f8a9a9027bbaad9 activesupport-1.4.2.gem 217088 +RMD160 70fefa6ec77f49142eaf2c0f255833b0b18938be activesupport-1.4.2.gem 217088 +SHA256 cc0e51ee3f8a52ebc96928b5072302f7897d40e5c9c7d18679cb7fe35a5ceb03 activesupport-1.4.2.gem 217088 diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 5f36e93da4ad..3c8e979232ba 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rails # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.71 2007/02/11 20:20:45 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.72 2007/03/14 04:27:24 nichoj Exp $ + +*rails-1.2.3 (14 Mar 2007) + + 14 Mar 2007; Joshua Nichols +rails-1.2.3.ebuild: + Version bump for rails 1.2.3. *rails-1.2.2 (11 Feb 2007) diff --git a/dev-ruby/rails/files/digest-rails-1.2.3 b/dev-ruby/rails/files/digest-rails-1.2.3 new file mode 100644 index 000000000000..461eb4bb5612 --- /dev/null +++ b/dev-ruby/rails/files/digest-rails-1.2.3 @@ -0,0 +1,3 @@ +MD5 73ddfb89852c4b4ee749a3842d9d8f91 rails-1.2.3.gem 168448 +RMD160 4a2e95cdbee45b331205a7f5c1f1c278cc6ffdd0 rails-1.2.3.gem 168448 +SHA256 dcf51cc3bbf8ba79e998239d2bce66059d2be101210580e194b7af36b7d5319a rails-1.2.3.gem 168448 diff --git a/dev-ruby/rails/rails-1.2.3.ebuild b/dev-ruby/rails/rails-1.2.3.ebuild new file mode 100644 index 000000000000..4e988cbe3798 --- /dev/null +++ b/dev-ruby/rails/rails-1.2.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.3.ebuild,v 1.1 2007/03/14 04:27:24 nichoj Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="ruby on rails is a web-application and persistance framework" +HOMEPAGE="http://www.rubyonrails.org" +SRC_URI="http://gems.rubyonrails.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" + +IUSE="mysql sqlite sqlite3 postgres fastcgi" +DEPEND=">=dev-lang/ruby-1.8.5 + >=dev-ruby/rake-0.7.1 + =dev-ruby/activerecord-1.15.3 + =dev-ruby/actionmailer-1.3.3 + =dev-ruby/actionwebservice-1.2.3 + =dev-ruby/activesupport-1.4.2 + =dev-ruby/actionpack-1.13.3" + +RDEPEND="${DEPEND} + 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 )" -- 2.26.2