diff options
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 6 | ||||
-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 | 6 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.11.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.1.1.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/rubygems/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubygems/rubygems-0.8.10.ebuild | 4 |
16 files changed, 52 insertions, 24 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index f55b513f5770..09f1bf5d35bd 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # 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.13 2005/07/27 13:06:39 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.14 2005/08/01 18:49:14 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + actionmailer-1.0.1.ebuild: + Add ~sparc keyword (required for rails). 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> actionmailer-1.0.1.ebuild: x86 stable diff --git a/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild b/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild index 586760331303..1f946e05dc0b 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.3 2005/07/27 13:06:39 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.0.1.ebuild,v 1.4 2005/08/01 18:49:14 fmccor 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 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 877f2a31f3c0..9f1d5cc35162 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.13 2005/07/27 13:06:01 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.14 2005/08/01 18:49:14 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> actionpack-1.9.1.ebuild: + Add ~sparc keyword. 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> actionpack-1.9.1.ebuild: x86 stable diff --git a/dev-ruby/actionpack/actionpack-1.9.1.ebuild b/dev-ruby/actionpack/actionpack-1.9.1.ebuild index d2682713b40b..df94ffcdbe3e 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.3 2005/07/27 13:06:01 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.9.1.ebuild,v 1.4 2005/08/01 18:49:14 fmccor 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 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 40f33b2ab9c7..61aed37acde7 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,10 @@ # 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.12 2005/07/27 13:07:37 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.13 2005/08/01 18:49:15 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + actionwebservice-0.8.1.ebuild: + Add ~sparc keyword (required for rails). 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> actionwebservice-0.8.1.ebuild: diff --git a/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild b/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild index 63ff002885fa..8853f7a1cb37 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.3 2005/07/27 13:07:37 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild,v 1.4 2005/08/01 18:49:15 fmccor 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 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 853afca8d6f8..c51c45c3f83e 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # 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.12 2005/07/27 13:04:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.13 2005/08/01 18:49:15 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + activerecord-1.11.1.ebuild: + Add ~sparc keyword (required for rails). 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> activerecord-1.9.0.ebuild, activerecord-1.11.1.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.11.1.ebuild b/dev-ruby/activerecord/activerecord-1.11.1.ebuild index c94be2e5f50a..d361a8a436ed 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.3 2005/07/27 13:04:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.11.1.ebuild,v 1.4 2005/08/01 18:49:15 fmccor 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 x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" RESTRICT="test" diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 0b3582eb63ed..12d396afb4e1 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2005/07/27 13:01:30 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.11 2005/08/01 18:49:15 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + activesupport-1.1.1.ebuild: + Add ~sparc keyword. 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> activesupport-1.1.1.ebuild: x86 stable diff --git a/dev-ruby/activesupport/activesupport-1.1.1.ebuild b/dev-ruby/activesupport/activesupport-1.1.1.ebuild index e1c09cdedffc..2eb2dbb1be30 100644 --- a/dev-ruby/activesupport/activesupport-1.1.1.ebuild +++ b/dev-ruby/activesupport/activesupport-1.1.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/activesupport/activesupport-1.1.1.ebuild,v 1.3 2005/07/27 13:01:30 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.1.1.ebuild,v 1.4 2005/08/01 18:49:15 fmccor Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5160/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc 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 e867012b178c..eab6664cd1c4 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.21 2005/07/27 13:08:15 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.22 2005/08/01 18:49:15 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> rails-0.13.1.ebuild: + Add ~sparc keyword. Builds and appears to run without problems. 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> rails-0.13.1.ebuild: x86 stable diff --git a/dev-ruby/rails/rails-0.13.1.ebuild b/dev-ruby/rails/rails-0.13.1.ebuild index 9a9b9d48e05c..544692935124 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.2 2005/07/27 13:08:15 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-0.13.1.ebuild,v 1.3 2005/08/01 18:49:15 fmccor 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 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 9b73dabaa0b3..e77c4fc5087d 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.13 2005/04/21 19:05:58 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.14 2005/08/01 18:49:15 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> rake-0.5.3.ebuild: + Add ~sparc keyword (required for rails). 21 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> rake-0.5.3.ebuild: Stable on ppc. diff --git a/dev-ruby/rake/rake-0.5.3.ebuild b/dev-ruby/rake/rake-0.5.3.ebuild index 5a1909d53034..0e8e5f2003f9 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.4 2005/04/29 01:08:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.5.3.ebuild,v 1.5 2005/08/01 18:49:15 fmccor 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 x86" +KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" RESTRICT="test" diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog index fdce6960b02c..2de34ccf7250 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.12 2005/04/21 19:07:27 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.13 2005/08/01 18:49:15 fmccor Exp $ + + 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> rubygems-0.8.10.ebuild: + Add ~sparc keyword (required for rails). 21 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> rubygems-0.8.10.ebuild: diff --git a/dev-ruby/rubygems/rubygems-0.8.10.ebuild b/dev-ruby/rubygems/rubygems-0.8.10.ebuild index 2f605af40e2f..0e947579f7ee 100644 --- a/dev-ruby/rubygems/rubygems-0.8.10.ebuild +++ b/dev-ruby/rubygems/rubygems-0.8.10.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.10.ebuild,v 1.3 2005/04/21 19:07:27 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-0.8.10.ebuild,v 1.4 2005/08/01 18:49:15 fmccor 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/3700/${P}.tgz" -KEYWORDS="x86 ~amd64 ppc" +KEYWORDS="~amd64 ppc ~sparc x86" SLOT="0" IUSE="" |