summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2006-07-03 14:38:27 +0000
committerLars Weiler <pylon@gentoo.org>2006-07-03 14:38:27 +0000
commit538f360bd0c98a49e2d2930323b2e99386d9e54d (patch)
tree483b2648b22ac094fb848371c9ae42bd918c9db1 /dev-ruby
parentAdded mask for <tomcat-5.5 (diff)
downloadhistorical-538f360bd0c98a49e2d2930323b2e99386d9e54d.tar.gz
historical-538f360bd0c98a49e2d2930323b2e99386d9e54d.tar.bz2
historical-538f360bd0c98a49e2d2930323b2e99386d9e54d.zip
Stable on ppc; security bug #138323.
Package-Manager: portage-2.1.1_pre2-r1
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionmailer/ChangeLog5
-rw-r--r--dev-ruby/actionmailer/actionmailer-1.2.3.ebuild4
-rw-r--r--dev-ruby/actionpack/ChangeLog5
-rw-r--r--dev-ruby/actionpack/actionpack-1.12.3.ebuild4
-rw-r--r--dev-ruby/actionwebservice/ChangeLog5
-rw-r--r--dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild4
-rw-r--r--dev-ruby/activerecord/ChangeLog5
-rw-r--r--dev-ruby/activerecord/activerecord-1.14.3.ebuild4
-rw-r--r--dev-ruby/rails/ChangeLog5
-rw-r--r--dev-ruby/rails/rails-1.1.4.ebuild4
10 files changed, 30 insertions, 15 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index a195357342ff..709474d41303 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,9 @@
# 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.36 2006/07/03 11:46:10 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.37 2006/07/03 14:33:52 pylon Exp $
+
+ 03 Jul 2006; Lars Weiler <pylon@gentoo.org> actionmailer-1.2.3.ebuild:
+ Stable on ppc; security bug #138323.
*actionmailer-1.2.3 (03 Jul 2006)
diff --git a/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild
index ebb674d5a8f6..7e0b4103614f 100644
--- a/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.1 2006/07/03 11:46:10 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild,v 1.2 2006/07/03 14:33:52 pylon Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="MIT"
SLOT="1.1"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="=dev-ruby/actionpack-1.12.3
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 93751561b712..6c21d38b8935 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,9 @@
# 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.35 2006/07/03 11:45:40 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.36 2006/07/03 14:34:26 pylon Exp $
+
+ 03 Jul 2006; Lars Weiler <pylon@gentoo.org> actionpack-1.12.3.ebuild:
+ Stable on ppc; security bug #138323.
*actionpack-1.12.3 (03 Jul 2006)
diff --git a/dev-ruby/actionpack/actionpack-1.12.3.ebuild b/dev-ruby/actionpack/actionpack-1.12.3.ebuild
index ec73d9e06850..5b48e6d2c811 100644
--- a/dev-ruby/actionpack/actionpack-1.12.3.ebuild
+++ b/dev-ruby/actionpack/actionpack-1.12.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.1 2006/07/03 11:45:40 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.12.3.ebuild,v 1.2 2006/07/03 14:34:26 pylon Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="MIT"
SLOT="1.1"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-lang/ruby-1.8.2
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog
index b4345e3233be..22c075f02d93 100644
--- a/dev-ruby/actionwebservice/ChangeLog
+++ b/dev-ruby/actionwebservice/ChangeLog
@@ -1,6 +1,9 @@
# 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.36 2006/07/03 11:47:01 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.37 2006/07/03 14:36:37 pylon Exp $
+
+ 03 Jul 2006; Lars Weiler <pylon@gentoo.org> actionwebservice-1.1.4.ebuild:
+ Stable on ppc; security bug #138323.
*actionwebservice-1.1.4 (03 Jul 2006)
diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild
index 5650c17d65db..347f3136d6d8 100644
--- a/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild
+++ b/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild
@@ -1,6 +1,6 @@
# 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.4.ebuild,v 1.1 2006/07/03 11:47:01 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild,v 1.2 2006/07/03 14:36:37 pylon Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="MIT"
SLOT="1.1"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-lang/ruby-1.8.2
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index d8909860cefb..b3d42b19bbc3 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,9 @@
# 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.34 2006/06/28 11:49:36 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.35 2006/07/03 14:37:10 pylon Exp $
+
+ 03 Jul 2006; Lars Weiler <pylon@gentoo.org> activerecord-1.14.3.ebuild:
+ Stable on ppc; security bug #138323.
*activerecord-1.14.3 (28 Jun 2006)
diff --git a/dev-ruby/activerecord/activerecord-1.14.3.ebuild b/dev-ruby/activerecord/activerecord-1.14.3.ebuild
index 5a096849ee51..3566b3f35d75 100644
--- a/dev-ruby/activerecord/activerecord-1.14.3.ebuild
+++ b/dev-ruby/activerecord/activerecord-1.14.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.1 2006/06/28 11:49:36 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.3.ebuild,v 1.2 2006/07/03 14:37:10 pylon Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="MIT"
SLOT="1.1"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
RESTRICT="test"
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 9a6eae953d44..96f4512528b9 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,9 @@
# 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.53 2006/07/03 11:47:36 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.54 2006/07/03 14:38:27 pylon Exp $
+
+ 03 Jul 2006; Lars Weiler <pylon@gentoo.org> rails-1.1.4.ebuild:
+ Stable on ppc; security bug #138323.
*rails-1.1.4 (03 Jul 2006)
diff --git a/dev-ruby/rails/rails-1.1.4.ebuild b/dev-ruby/rails/rails-1.1.4.ebuild
index 4984e0cae890..4f5abc0fda9f 100644
--- a/dev-ruby/rails/rails-1.1.4.ebuild
+++ b/dev-ruby/rails/rails-1.1.4.ebuild
@@ -1,6 +1,6 @@
# 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.4.ebuild,v 1.1 2006/07/03 11:47:36 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.1.4.ebuild,v 1.2 2006/07/03 14:38:27 pylon Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="Ruby"
SLOT="1.1"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
IUSE="mysql sqlite sqlite3 postgres fastcgi"
DEPEND=">=dev-lang/ruby-1.8.2