summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-04-01 18:15:36 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-04-01 18:15:36 +0000
commit1edbeb6ac4f726a5f83512ca40cb746f09d36440 (patch)
treef10bb42912a11cec88f8bf2d4b4d941f8795cc60
parentVersion bump. (diff)
downloadgentoo-2-1edbeb6ac4f726a5f83512ca40cb746f09d36440.tar.gz
gentoo-2-1edbeb6ac4f726a5f83512ca40cb746f09d36440.tar.bz2
gentoo-2-1edbeb6ac4f726a5f83512ca40cb746f09d36440.zip
x86 stable
(Portage version: 2.0.51.19)
-rw-r--r--dev-ruby/actionmailer/ChangeLog5
-rw-r--r--dev-ruby/actionmailer/actionmailer-0.8.1.ebuild4
-rw-r--r--dev-ruby/actionpack/ChangeLog5
-rw-r--r--dev-ruby/actionpack/actionpack-1.7.0.ebuild4
-rw-r--r--dev-ruby/actionwebservice/ChangeLog5
-rw-r--r--dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild4
-rw-r--r--dev-ruby/activerecord/ChangeLog5
-rw-r--r--dev-ruby/activerecord/activerecord-1.9.1.ebuild4
-rw-r--r--dev-ruby/activesupport/ChangeLog5
-rw-r--r--dev-ruby/activesupport/activesupport-1.0.3.ebuild4
-rw-r--r--dev-ruby/rails/ChangeLog5
-rw-r--r--dev-ruby/rails/rails-0.11.1-r1.ebuild4
-rw-r--r--dev-ruby/ruby-fcgi/ChangeLog5
-rw-r--r--dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild4
14 files changed, 42 insertions, 21 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index 04143302c19c..845a8410e9de 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,9 @@
# 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.7 2005/03/28 17:36:18 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.8 2005/04/01 18:14:03 caleb Exp $
+
+ 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> actionmailer-0.8.1.ebuild:
+ x86 stable
*actionmailer-0.8.1 (28 Mar 2005)
diff --git a/dev-ruby/actionmailer/actionmailer-0.8.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.8.1.ebuild
index 472c0b1aa614..f15b04277853 100644
--- a/dev-ruby/actionmailer/actionmailer-0.8.1.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-0.8.1.ebuild
@@ -1,6 +1,6 @@
# 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.8.1.ebuild,v 1.1 2005/03/28 17:36:18 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.8.1.ebuild,v 1.2 2005/04/01 18:14:03 caleb Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3686/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND=">=dev-ruby/actionpack-1.7.0
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 7348f511fcb9..73ef0836b6a9 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,9 @@
# 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.7 2005/03/28 17:34:46 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.8 2005/04/01 18:12:00 caleb Exp $
+
+ 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> actionpack-1.7.0.ebuild:
+ x86 stable
*actionpack-1.7.0 (28 Mar 2005)
diff --git a/dev-ruby/actionpack/actionpack-1.7.0.ebuild b/dev-ruby/actionpack/actionpack-1.7.0.ebuild
index edfc16aa2d76..aeb41e3522a0 100644
--- a/dev-ruby/actionpack/actionpack-1.7.0.ebuild
+++ b/dev-ruby/actionpack/actionpack-1.7.0.ebuild
@@ -1,6 +1,6 @@
# 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.7.0.ebuild,v 1.1 2005/03/28 17:34:46 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.7.0.ebuild,v 1.2 2005/04/01 18:12:00 caleb Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3683/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="=dev-lang/ruby-1.8*
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog
index e78aa05042d7..f3ee8ce2d866 100644
--- a/dev-ruby/actionwebservice/ChangeLog
+++ b/dev-ruby/actionwebservice/ChangeLog
@@ -1,6 +1,9 @@
# 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.6 2005/03/28 17:38:05 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.7 2005/04/01 18:13:26 caleb Exp $
+
+ 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> actionwebservice-0.6.2.ebuild:
+ x86 stable
*actionwebservice-0.6.2 (28 Mar 2005)
diff --git a/dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild b/dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild
index d16f367e6dd9..78d531c0c0d5 100644
--- a/dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild
+++ b/dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild
@@ -1,6 +1,6 @@
# 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.2.ebuild,v 1.1 2005/03/28 17:38:05 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild,v 1.2 2005/04/01 18:13:26 caleb Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3689/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="=dev-lang/ruby-1.8*
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 0c6094f77818..0081208e9f9d 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.6 2005/03/28 17:32:51 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.7 2005/04/01 18:12:38 caleb Exp $
+
+ 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> activerecord-1.9.1.ebuild:
+ x86 stable
*activerecord-1.9.1 (28 Mar 2005)
diff --git a/dev-ruby/activerecord/activerecord-1.9.1.ebuild b/dev-ruby/activerecord/activerecord-1.9.1.ebuild
index 7f777d2724c3..23a6d6470107 100644
--- a/dev-ruby/activerecord/activerecord-1.9.1.ebuild
+++ b/dev-ruby/activerecord/activerecord-1.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.9.1.ebuild,v 1.1 2005/03/28 17:32:51 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.9.1.ebuild,v 1.2 2005/04/01 18:12:38 caleb Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3680/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="=dev-lang/ruby-1.8*
>=dev-ruby/activesupport-1.0.3"
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index d04cb6a00f2a..b5b9976909d4 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.5 2005/03/28 17:27:42 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.6 2005/04/01 18:10:43 caleb Exp $
+
+ 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> activesupport-1.0.3.ebuild:
+ x86 stable
*activesupport-1.0.3 (28 Mar 2005)
diff --git a/dev-ruby/activesupport/activesupport-1.0.3.ebuild b/dev-ruby/activesupport/activesupport-1.0.3.ebuild
index bde06e5ef76d..6736fd6ab9bf 100644
--- a/dev-ruby/activesupport/activesupport-1.0.3.ebuild
+++ b/dev-ruby/activesupport/activesupport-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.0.3.ebuild,v 1.1 2005/03/28 17:27:42 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.0.3.ebuild,v 1.2 2005/04/01 18:10:43 caleb Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3677/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="=dev-lang/ruby-1.8*
>=dev-ruby/rubygems-0.8.10"
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 4e3d0feb3358..502aac48e5f5 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,9 @@
# 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.13 2005/03/30 19:06:56 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.14 2005/04/01 18:15:36 caleb Exp $
+
+ 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> rails-0.11.1-r1.ebuild:
+ x86 stable
30 Mar 2005; Caleb Tennis <caleb@gentoo.org> rails-0.11.1-r1.ebuild:
This version of rails requires rake 0.5.0
diff --git a/dev-ruby/rails/rails-0.11.1-r1.ebuild b/dev-ruby/rails/rails-0.11.1-r1.ebuild
index 532b885024ed..da49477e8715 100644
--- a/dev-ruby/rails/rails-0.11.1-r1.ebuild
+++ b/dev-ruby/rails/rails-0.11.1-r1.ebuild
@@ -1,6 +1,6 @@
# 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.11.1-r1.ebuild,v 1.2 2005/03/30 19:06:56 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-0.11.1-r1.ebuild,v 1.3 2005/04/01 18:15:36 caleb Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3692/${P}.gem"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="mysql sqlite postgres fastcgi"
DEPEND="=dev-lang/ruby-1.8*
diff --git a/dev-ruby/ruby-fcgi/ChangeLog b/dev-ruby/ruby-fcgi/ChangeLog
index 51b064923949..f3f7d72c92b9 100644
--- a/dev-ruby/ruby-fcgi/ChangeLog
+++ b/dev-ruby/ruby-fcgi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-fcgi
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.5 2005/03/23 13:26:50 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.6 2005/04/01 18:15:20 caleb Exp $
+
+ 01 Apr 2005; Caleb Tennis <caleb@gentoo.org> ruby-fcgi-0.8.5-r1.ebuild:
+ x86 stable
23 Mar 2005; Ferris McCormick <fmccor@gentoo.org> ruby-fcgi-0.8.5-r1.ebuild:
Add ~sparc keyword, Bug 86374. Package builds and is available for testing.
diff --git a/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild b/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild
index 3365a2e85b9f..921a99625c06 100644
--- a/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild
+++ b/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild,v 1.2 2005/03/23 13:26:50 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild,v 1.3 2005/04/01 18:15:20 caleb Exp $
inherit ruby
@@ -9,7 +9,7 @@ HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=fcgi"
SRC_URI="http://www.moonwolf.com/ruby/archive/${P}.tar.gz"
USE_RUBY="ruby16 ruby18 ruby19"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+KEYWORDS="x86 ~ppc ~amd64 ~sparc"
LICENSE="Ruby"
DEPEND="dev-libs/fcgi"