diff options
author | Jason Wever <weeve@gentoo.org> | 2005-11-13 22:58:02 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-11-13 22:58:02 +0000 |
commit | 5328c9e1c7c15ddfbaff5ebd67a1d29c82dc02d3 (patch) | |
tree | 418d8bb51ee0ad48b3f7805868e995ff58a340c0 | |
parent | Stable on SPARC. (diff) | |
download | historical-5328c9e1c7c15ddfbaff5ebd67a1d29c82dc02d3.tar.gz historical-5328c9e1c7c15ddfbaff5ebd67a1d29c82dc02d3.tar.bz2 historical-5328c9e1c7c15ddfbaff5ebd67a1d29c82dc02d3.zip |
Stable on SPARC.
Package-Manager: portage-2.0.53_rc7
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.9.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.11.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.1.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/rails/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rails/rails-0.13.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/rake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rake/rake-0.5.3.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-fcgi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/rubygems/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubygems/rubygems-0.8.11.ebuild | 4 |
18 files changed, 54 insertions, 27 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 92cf79be2d7a..317839988002 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.19 2005/11/08 13:13:54 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.20 2005/11/13 22:52:33 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> actionmailer-1.0.1.ebuild: + Stable on SPARC. *actionmailer-1.1.3 (08 Nov 2005) diff --git a/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild b/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild index 955ea8755475..574cb0ddf711 100644 --- a/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild +++ b/dev-ruby/actionmailer/actionmailer-1.0.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-1.0.1.ebuild,v 1.5 2005/10/20 00:21:32 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild,v 1.6 2005/11/13 22:52:33 weeve Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5169/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" DEPEND=">=dev-ruby/actionpack-1.9.1 diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 0631994d4869..c0b378e750e3 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.19 2005/11/08 13:10:18 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.20 2005/11/13 22:51:57 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> actionpack-1.9.1.ebuild: + Stable on SPARC. *actionpack-1.11.0 (08 Nov 2005) diff --git a/dev-ruby/actionpack/actionpack-1.9.1.ebuild b/dev-ruby/actionpack/actionpack-1.9.1.ebuild index aa91ea155317..7af5ce594ce0 100644 --- a/dev-ruby/actionpack/actionpack-1.9.1.ebuild +++ b/dev-ruby/actionpack/actionpack-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/actionpack/actionpack-1.9.1.ebuild,v 1.5 2005/10/20 00:20:44 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.9.1.ebuild,v 1.6 2005/11/13 22:51:57 weeve Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5166/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 5d8dc6d0122a..cf199e454632 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.18 2005/11/08 13:12:12 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.19 2005/11/13 22:57:19 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> actionwebservice-0.8.1.ebuild: + Stable on SPARC. *actionwebservice-0.9.3 (08 Nov 2005) diff --git a/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild b/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild index e0395015e178..766f2bb32331 100644 --- a/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild +++ b/dev-ruby/actionwebservice/actionwebservice-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/actionwebservice/actionwebservice-0.8.1.ebuild,v 1.5 2005/10/20 00:15:33 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild,v 1.6 2005/11/13 22:57:19 weeve Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5172/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 54a3c370b19d..ea1118b9e2dc 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.17 2005/11/08 13:08:51 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.18 2005/11/13 22:56:27 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> activerecord-1.11.1.ebuild: + Stable on SPARC. *activerecord-1.13.0 (08 Nov 2005) diff --git a/dev-ruby/activerecord/activerecord-1.11.1.ebuild b/dev-ruby/activerecord/activerecord-1.11.1.ebuild index ebfc74664e03..b8b4e4b07d70 100644 --- a/dev-ruby/activerecord/activerecord-1.11.1.ebuild +++ b/dev-ruby/activerecord/activerecord-1.11.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.11.1.ebuild,v 1.5 2005/10/20 00:16:07 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.11.1.ebuild,v 1.6 2005/11/13 22:56:27 weeve Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5163/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" RESTRICT="test" diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 62a2303772b2..928740b9e78d 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.18 2005/11/08 13:06:53 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.19 2005/11/13 22:51:27 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> activesupport-1.1.1-r2.ebuild: + Stable on SPARC. *activesupport-1.2.3 (08 Nov 2005) diff --git a/dev-ruby/activesupport/activesupport-1.1.1-r2.ebuild b/dev-ruby/activesupport/activesupport-1.1.1-r2.ebuild index 968acf03ff97..85cb8b71b3b2 100644 --- a/dev-ruby/activesupport/activesupport-1.1.1-r2.ebuild +++ b/dev-ruby/activesupport/activesupport-1.1.1-r2.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.1.1-r2.ebuild,v 1.1 2005/10/20 13:10:54 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.1.1-r2.ebuild,v 1.2 2005/11/13 22:51:27 weeve Exp $ inherit ruby gems eutils @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5160/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 63369ddb3e60..77907f332c80 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.28 2005/11/08 13:15:15 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.29 2005/11/13 22:58:02 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> rails-0.13.1.ebuild: + Stable on SPARC. *rails-0.14.3 (08 Nov 2005) diff --git a/dev-ruby/rails/rails-0.13.1.ebuild b/dev-ruby/rails/rails-0.13.1.ebuild index 7e82fe848b85..d3a96923c0b9 100644 --- a/dev-ruby/rails/rails-0.13.1.ebuild +++ b/dev-ruby/rails/rails-0.13.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/rails/rails-0.13.1.ebuild,v 1.4 2005/10/20 00:22:28 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-0.13.1.ebuild,v 1.5 2005/11/13 22:58:02 weeve Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5175/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="ppc ~sparc x86" +KEYWORDS="ppc sparc x86" IUSE="mysql sqlite postgres fastcgi" DEPEND=">=dev-lang/ruby-1.8.2 diff --git a/dev-ruby/rake/ChangeLog b/dev-ruby/rake/ChangeLog index 05981ac22984..46dcd34f2b78 100644 --- a/dev-ruby/rake/ChangeLog +++ b/dev-ruby/rake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rake # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.16 2005/10/06 12:45:23 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.17 2005/11/13 22:55:40 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> rake-0.5.3.ebuild: + Stable on SPARC. *rake-0.6.2 (06 Oct 2005) diff --git a/dev-ruby/rake/rake-0.5.3.ebuild b/dev-ruby/rake/rake-0.5.3.ebuild index 0e8e5f2003f9..5405e079acaf 100644 --- a/dev-ruby/rake/rake-0.5.3.ebuild +++ b/dev-ruby/rake/rake-0.5.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/rake/rake-0.5.3.ebuild,v 1.5 2005/08/01 18:49:15 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.5.3.ebuild,v 1.6 2005/11/13 22:55:40 weeve Exp $ inherit ruby gems @@ -14,7 +14,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3875/${P}.gem LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" RESTRICT="test" diff --git a/dev-ruby/ruby-fcgi/ChangeLog b/dev-ruby/ruby-fcgi/ChangeLog index 500f346eaa2e..1ef67e3aa387 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.8 2005/10/20 00:17:32 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ChangeLog,v 1.9 2005/11/13 22:54:48 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> ruby-fcgi-0.8.5-r1.ebuild: + Stable on SPARC. 20 Oct 2005; Luca Barbato <lu_zero@gentoo.org> ruby-fcgi-0.8.5-r1.ebuild: Marked ppc 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 4734775ca1d6..2183e88070e1 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.4 2005/10/20 00:17:32 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-fcgi/ruby-fcgi-0.8.5-r1.ebuild,v 1.5 2005/11/13 22:54:48 weeve 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="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" LICENSE="Ruby" DEPEND="dev-libs/fcgi" diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog index 899417020882..68a6b39be5f9 100644 --- a/dev-ruby/rubygems/ChangeLog +++ b/dev-ruby/rubygems/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubygems # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.18 2005/10/20 15:52:24 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.19 2005/11/13 22:49:03 weeve Exp $ + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> rubygems-0.8.11.ebuild: + Stable on SPARC. *rubygems-0.8.11-r1 (20 Oct 2005) diff --git a/dev-ruby/rubygems/rubygems-0.8.11.ebuild b/dev-ruby/rubygems/rubygems-0.8.11.ebuild index 295a90c235f3..122bd4785f23 100644 --- a/dev-ruby/rubygems/rubygems-0.8.11.ebuild +++ b/dev-ruby/rubygems/rubygems-0.8.11.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/rubygems/rubygems-0.8.11.ebuild,v 1.3 2005/10/12 19:29:03 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-0.8.11.ebuild,v 1.4 2005/11/13 22:49:03 weeve Exp $ inherit ruby @@ -12,7 +12,7 @@ LICENSE="Ruby" # change the filename on the end, it still downloads the same file. SRC_URI="http://rubyforge.org/frs/download.php/5207/${P}.tgz" -KEYWORDS="~amd64 ppc ~ppc-macos ~sparc x86" +KEYWORDS="~amd64 ppc ~ppc-macos sparc x86" SLOT="0" IUSE="" |