diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-04 16:15:18 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-04 16:15:18 +0000 |
commit | f956a000d8409f32d4bb895c75f24bf764f973fb (patch) | |
tree | c2e4644bc06fb69451f12a77822185099868f2ff | |
parent | amd64/x86 stable, bug #253425 (diff) | |
download | historical-f956a000d8409f32d4bb895c75f24bf764f973fb.tar.gz historical-f956a000d8409f32d4bb895c75f24bf764f973fb.tar.bz2 historical-f956a000d8409f32d4bb895c75f24bf764f973fb.zip |
amd64/x86 stable, bug #253425
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.10 x86_64
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.2.2.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.2.2.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.2.2.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.2.2.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.2.2.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/rails/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/rails/rails-1.2.6-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.0.5-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.1.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.2.2-r1.ebuild | 6 |
15 files changed, 58 insertions, 39 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 1f97d2707932..f7ed040cf25f 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/actionmailer -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.92 2008/11/27 06:57:22 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.93 2009/01/04 16:13:34 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> actionmailer-2.2.2.ebuild: + amd64/x86 stable, bug #253425 *actionmailer-2.2.2 (27 Nov 2008) diff --git a/dev-ruby/actionmailer/actionmailer-2.2.2.ebuild b/dev-ruby/actionmailer/actionmailer-2.2.2.ebuild index 789873ab8c62..1c9933b85fde 100644 --- a/dev-ruby/actionmailer/actionmailer-2.2.2.ebuild +++ b/dev-ruby/actionmailer/actionmailer-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.2.2.ebuild,v 1.1 2008/11/27 06:57:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.2.2.ebuild,v 1.2 2009/01/04 16:13:34 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/actionmailer/" LICENSE="MIT" SLOT="2.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="=dev-ruby/actionpack-2.2.2 diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index d7c712829eca..e4278bd49d5c 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/actionpack -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.93 2008/11/27 06:56:27 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.94 2009/01/04 16:12:49 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> actionpack-2.2.2.ebuild: + amd64/x86 stable, bug #253425 *actionpack-2.2.2 (27 Nov 2008) diff --git a/dev-ruby/actionpack/actionpack-2.2.2.ebuild b/dev-ruby/actionpack/actionpack-2.2.2.ebuild index 2d47c1c7c951..84d74965f51a 100644 --- a/dev-ruby/actionpack/actionpack-2.2.2.ebuild +++ b/dev-ruby/actionpack/actionpack-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.2.2.ebuild,v 1.1 2008/11/27 06:56:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.2.2.ebuild,v 1.2 2009/01/04 16:12:49 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/actionpack/" LICENSE="MIT" SLOT="2.2" -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.5 diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 48c05d8db0a1..9bed0d626837 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.91 2008/11/27 06:58:57 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.92 2009/01/04 16:14:26 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> activerecord-2.2.2.ebuild: + amd64/x86 stable, bug #253425 *activerecord-2.2.2 (27 Nov 2008) diff --git a/dev-ruby/activerecord/activerecord-2.2.2.ebuild b/dev-ruby/activerecord/activerecord-2.2.2.ebuild index 9bd613bb681b..1c5e4b7dd3df 100644 --- a/dev-ruby/activerecord/activerecord-2.2.2.ebuild +++ b/dev-ruby/activerecord/activerecord-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.2.2.ebuild,v 1.1 2008/11/27 06:58:57 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.2 2009/01/04 16:14:26 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activerecord/" LICENSE="MIT" SLOT="2.2" -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 2dbe2753537e..9fa75c515761 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activeresource -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.23 2008/11/27 06:55:32 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.24 2009/01/04 16:12:02 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> activeresource-2.2.2.ebuild: + amd64/x86 stable, bug #253425 *activeresource-2.2.2 (27 Nov 2008) diff --git a/dev-ruby/activeresource/activeresource-2.2.2.ebuild b/dev-ruby/activeresource/activeresource-2.2.2.ebuild index bf371a3d3f06..3ece4ec1b3a3 100644 --- a/dev-ruby/activeresource/activeresource-2.2.2.ebuild +++ b/dev-ruby/activeresource/activeresource-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.2.2.ebuild,v 1.1 2008/11/27 06:55:32 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.2.2.ebuild,v 1.2 2009/01/04 16:12:02 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activeresource/" LICENSE="MIT" SLOT="2.2" -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.5 diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 4f36c1714e7a..3ee8034c11d3 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activesupport -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.77 2008/11/27 06:54:12 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.78 2009/01/04 16:11:16 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> activesupport-2.2.2.ebuild: + amd64/x86 stable, bug #253425 *activesupport-2.2.2 (27 Nov 2008) diff --git a/dev-ruby/activesupport/activesupport-2.2.2.ebuild b/dev-ruby/activesupport/activesupport-2.2.2.ebuild index ec3714d74fd0..563224395531 100644 --- a/dev-ruby/activesupport/activesupport-2.2.2.ebuild +++ b/dev-ruby/activesupport/activesupport-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.2.2.ebuild,v 1.1 2008/11/27 06:54:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.2.2.ebuild,v 1.2 2009/01/04 16:11:16 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activesupport/" LICENSE="MIT" SLOT="2.2" -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.5" diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 20d7d8bb2155..082a710e5f50 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rails -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.125 2008/12/08 20:29:27 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.126 2009/01/04 16:15:18 maekke Exp $ + + 04 Jan 2009; Markus Meier <maekke@gentoo.org> rails-1.2.6-r1.ebuild, + rails-2.0.5-r1.ebuild, rails-2.1.2-r1.ebuild, rails-2.2.2-r1.ebuild: + amd64/x86 stable, bug #253425 08 Dec 2008; Hans de Graaff <graaff@gentoo.org> rails-2.2.2-r1.ebuild: Add missing RDEPEND on >=rubygems-1.3.1 as per #250245. diff --git a/dev-ruby/rails/rails-1.2.6-r1.ebuild b/dev-ruby/rails/rails-1.2.6-r1.ebuild index 606dc0201388..be40dd1f4e79 100644 --- a/dev-ruby/rails/rails-1.2.6-r1.ebuild +++ b/dev-ruby/rails/rails-1.2.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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-1.2.6-r1.ebuild,v 1.2 2008/12/03 06:42:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6-r1.ebuild,v 1.3 2009/01/04 16:15:18 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://www.rubyonrails.org" LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="mysql sqlite sqlite3 postgres fastcgi" DEPEND=">=dev-lang/ruby-1.8.5 diff --git a/dev-ruby/rails/rails-2.0.5-r1.ebuild b/dev-ruby/rails/rails-2.0.5-r1.ebuild index e363dde57496..24b987127c31 100644 --- a/dev-ruby/rails/rails-2.0.5-r1.ebuild +++ b/dev-ruby/rails/rails-2.0.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.0.5-r1.ebuild,v 1.1 2008/12/03 06:40:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.0.5-r1.ebuild,v 1.2 2009/01/04 16:15:18 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://www.rubyonrails.org" LICENSE="MIT" SLOT="2" -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.5 diff --git a/dev-ruby/rails/rails-2.1.2-r1.ebuild b/dev-ruby/rails/rails-2.1.2-r1.ebuild index 90503395a6cc..d756168e0060 100644 --- a/dev-ruby/rails/rails-2.1.2-r1.ebuild +++ b/dev-ruby/rails/rails-2.1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.1.2-r1.ebuild,v 1.1 2008/12/03 06:40:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.1.2-r1.ebuild,v 1.2 2009/01/04 16:15:18 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://www.rubyonrails.org" LICENSE="MIT" SLOT="2.1" -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.5 diff --git a/dev-ruby/rails/rails-2.2.2-r1.ebuild b/dev-ruby/rails/rails-2.2.2-r1.ebuild index dc4f320355af..0cf09fd737c9 100644 --- a/dev-ruby/rails/rails-2.2.2-r1.ebuild +++ b/dev-ruby/rails/rails-2.2.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.2.2-r1.ebuild,v 1.2 2008/12/08 20:29:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.2.2-r1.ebuild,v 1.3 2009/01/04 16:15:18 maekke Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://www.rubyonrails.org" LICENSE="MIT" SLOT="2.2" -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.5 |