summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2009-05-18 19:10:45 +0000
committerFerris McCormick <fmccor@gentoo.org>2009-05-18 19:10:45 +0000
commit6a9b457b2385d5e086d343535ea54fad0140ad76 (patch)
tree0481aa8445fa9fab8c9907a46c760ac7c5a2571c /dev-ruby
parentSparc stable, part of Bug #270331. (diff)
downloadhistorical-6a9b457b2385d5e086d343535ea54fad0140ad76.tar.gz
historical-6a9b457b2385d5e086d343535ea54fad0140ad76.tar.bz2
historical-6a9b457b2385d5e086d343535ea54fad0140ad76.zip
Sparc stable, Bug #270331.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionmailer/ChangeLog6
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.3.2.ebuild4
-rw-r--r--dev-ruby/actionpack/ChangeLog5
-rw-r--r--dev-ruby/actionpack/actionpack-2.3.2.ebuild4
-rw-r--r--dev-ruby/activerecord/ChangeLog6
-rw-r--r--dev-ruby/activerecord/activerecord-2.3.2.ebuild4
-rw-r--r--dev-ruby/activeresource/ChangeLog6
-rw-r--r--dev-ruby/activeresource/activeresource-2.3.2.ebuild4
-rw-r--r--dev-ruby/activesupport/ChangeLog6
-rw-r--r--dev-ruby/activesupport/activesupport-2.3.2.ebuild4
-rw-r--r--dev-ruby/rails/ChangeLog5
-rw-r--r--dev-ruby/rails/rails-2.3.2.ebuild4
12 files changed, 40 insertions, 18 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index de1541a4c156..1125c376b6db 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.99 2009/03/17 10:39:04 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.100 2009/05/18 19:09:24 fmccor Exp $
+
+ 18 May 2009; Ferris McCormick <fmccor@gentoo.org>
+ actionmailer-2.3.2.ebuild:
+ Sparc stable, Bug #270331.
*actionmailer-2.3.2 (17 Mar 2009)
diff --git a/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild
index 902688b5b0fa..8a0f0d4ecdc9 100644
--- a/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild,v 1.1 2009/03/17 10:39:04 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild,v 1.2 2009/05/18 19:09:24 fmccor Exp $
inherit ruby gems
USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@ HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="~dev-ruby/actionpack-2.3.2
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 7bf4e4563a90..97e84c83180b 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.104 2009/03/25 14:55:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.105 2009/05/18 19:08:36 fmccor Exp $
+
+ 18 May 2009; Ferris McCormick <fmccor@gentoo.org> actionpack-2.3.2.ebuild:
+ Sparc stable, Bug #270331.
25 Mar 2009; Raúl Porcel <armin76@gentoo.org> actionpack-2.1.2-r1.ebuild:
ia64/sparc stable wrt #247549
diff --git a/dev-ruby/actionpack/actionpack-2.3.2.ebuild b/dev-ruby/actionpack/actionpack-2.3.2.ebuild
index 3a29cf7ce26d..d001e968d8fa 100644
--- a/dev-ruby/actionpack/actionpack-2.3.2.ebuild
+++ b/dev-ruby/actionpack/actionpack-2.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.2.ebuild,v 1.1 2009/03/17 09:39:27 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.2.ebuild,v 1.2 2009/05/18 19:08:36 fmccor Exp $
inherit ruby gems
USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@ HOMEPAGE="http://rubyforge.org/projects/actionpack/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-lang/ruby-1.8.6
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index ba54c987d0b1..dd77851c1f0d 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.98 2009/04/27 15:49:56 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.99 2009/05/18 19:10:03 fmccor Exp $
+
+ 18 May 2009; Ferris McCormick <fmccor@gentoo.org>
+ activerecord-2.3.2.ebuild:
+ Sparc stable, Bug #270331.
27 Apr 2009; Petteri Räty <betelgeuse@gentoo.org> activerecord-2.2.2:
Add USE_RUBY to silence the eclass QA warning.
diff --git a/dev-ruby/activerecord/activerecord-2.3.2.ebuild b/dev-ruby/activerecord/activerecord-2.3.2.ebuild
index 167c5da5a25e..a5da5a9bd27b 100644
--- a/dev-ruby/activerecord/activerecord-2.3.2.ebuild
+++ b/dev-ruby/activerecord/activerecord-2.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.1 2009/03/17 10:49:38 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.2 2009/05/18 19:10:04 fmccor Exp $
inherit ruby gems
USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE="mysql postgres sqlite sqlite3"
RESTRICT="test"
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog
index 869a037d5513..40f7393369a0 100644
--- a/dev-ruby/activeresource/ChangeLog
+++ b/dev-ruby/activeresource/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.29 2009/03/17 10:42:52 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.30 2009/05/18 19:07:57 fmccor Exp $
+
+ 18 May 2009; Ferris McCormick <fmccor@gentoo.org>
+ activeresource-2.3.2.ebuild:
+ Sparc stable, Bug #270331.
*activeresource-2.3.2 (17 Mar 2009)
diff --git a/dev-ruby/activeresource/activeresource-2.3.2.ebuild b/dev-ruby/activeresource/activeresource-2.3.2.ebuild
index d4ea6925d2d2..bee415b036db 100644
--- a/dev-ruby/activeresource/activeresource-2.3.2.ebuild
+++ b/dev-ruby/activeresource/activeresource-2.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.2.ebuild,v 1.1 2009/03/17 10:42:52 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.2.ebuild,v 1.2 2009/05/18 19:07:57 fmccor Exp $
inherit ruby gems
USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@ HOMEPAGE="http://rubyforge.org/projects/activeresource/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-lang/ruby-1.8.6
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 733a7ea96ea7..1d0ea32e2579 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.83 2009/03/17 09:18:32 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.84 2009/05/18 19:07:07 fmccor Exp $
+
+ 18 May 2009; Ferris McCormick <fmccor@gentoo.org>
+ activesupport-2.3.2.ebuild:
+ Sparc stable, Bug #270331.
*activesupport-2.3.2 (17 Mar 2009)
diff --git a/dev-ruby/activesupport/activesupport-2.3.2.ebuild b/dev-ruby/activesupport/activesupport-2.3.2.ebuild
index d19a955619d6..37b1bf758576 100644
--- a/dev-ruby/activesupport/activesupport-2.3.2.ebuild
+++ b/dev-ruby/activesupport/activesupport-2.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.2.ebuild,v 1.1 2009/03/17 09:18:32 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.2.ebuild,v 1.2 2009/05/18 19:07:07 fmccor Exp $
inherit ruby gems
USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@ HOMEPAGE="http://rubyforge.org/projects/activesupport/"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-lang/ruby-1.8.6"
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 1b7a577ce2c0..578bee860d61 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.132 2009/03/17 10:52:50 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.133 2009/05/18 19:10:45 fmccor Exp $
+
+ 18 May 2009; Ferris McCormick <fmccor@gentoo.org> rails-2.3.2.ebuild:
+ Sparc stable, Bug #270331.
*rails-2.3.2 (17 Mar 2009)
diff --git a/dev-ruby/rails/rails-2.3.2.ebuild b/dev-ruby/rails/rails-2.3.2.ebuild
index ad02a4c36a8f..a7f586c60623 100644
--- a/dev-ruby/rails/rails-2.3.2.ebuild
+++ b/dev-ruby/rails/rails-2.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.3.2.ebuild,v 1.1 2009/03/17 10:52:50 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.3.2.ebuild,v 1.2 2009/05/18 19:10:45 fmccor Exp $
inherit ruby gems
USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.rubyonrails.org"
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
IUSE="fastcgi"
DEPEND=">=dev-lang/ruby-1.8.6