Add Prefix keywords, bug #396547
authorFabian Groffen <grobian@gentoo.org>
Sat, 31 Dec 2011 20:19:29 +0000 (20:19 +0000)
committerFabian Groffen <grobian@gentoo.org>
Sat, 31 Dec 2011 20:19:29 +0000 (20:19 +0000)
Package-Manager: portage-2.2.01.20048-prefix/cvs/Darwin i386

dev-ruby/activesupport/ChangeLog
dev-ruby/activesupport/activesupport-3.1.3.ebuild
dev-ruby/i18n/ChangeLog
dev-ruby/i18n/i18n-0.6.0-r1.ebuild
dev-ruby/mail/ChangeLog
dev-ruby/mail/mail-2.3.0.ebuild
dev-ruby/mime-types/ChangeLog
dev-ruby/mime-types/mime-types-1.16-r3.ebuild
dev-ruby/treetop/ChangeLog
dev-ruby/treetop/treetop-1.4.10-r1.ebuild

index d290993781dd321b1fff241559125f62c00e51ff..9d5411a48fa8ff52ff031f2c760fb0e6c57b0056 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.161 2011/12/26 10:32:52 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.162 2011/12/31 20:16:55 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> activesupport-3.1.3.ebuild:
+  Add Prefix keywords, bug #396547
 
   26 Dec 2011; Fabian Groffen <grobian@gentoo.org> activesupport-3.1.3.ebuild:
   Restore Prefix keywords, bug #396043
index ce8a84fa9ec2bfa19469a146efbd33ee8ad61bbd..d4c06d1037932961c6efb657d16dee1d36198238 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.1.3.ebuild,v 1.3 2011/12/26 10:32:52 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.1.3.ebuild,v 1.4 2011/12/31 20:16:55 grobian Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
 
 LICENSE="MIT"
 SLOT="3.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_S="rails-rails-*/${PN}"
index 9e8f872e80c69f32bc2569d096158a6642284a15..eb8a03b421a1fdd158b9922d5e68c9647aa23e58 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.40 2011/12/04 19:23:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.41 2011/12/31 20:14:53 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> i18n-0.6.0-r1.ebuild:
+  Add Prefix keywords, bug #396547
 
 *i18n-0.6.0-r1 (04 Dec 2011)
 
index 3a8335e27d7b829a568f156d97703a3e054bed0c..69c560acd6f759207e3ad1cd08f3600f31c02290 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.0-r1.ebuild,v 1.1 2011/12/04 19:23:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.0-r1.ebuild,v 1.2 2011/12/31 20:14:53 grobian Exp $
 
 EAPI=4
 
@@ -22,7 +22,7 @@ RUBY_S="svenfuchs-${PN}-*"
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""
index b68bd0f7a97a713b53c68180c6ccf78a41ec31ce..3a3c0a4bdc34e977aa85cb78a9a3214d75496a8f 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mail
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.17 2011/12/30 19:44:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.18 2011/12/31 20:19:29 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> mail-2.3.0.ebuild:
+  Add Prefix keywords, bug #396547
 
 *mail-2.3.0 (30 Dec 2011)
 
index 454a10841cce0fe06e56a3d3c73133f9642c9313..b823c76e2c30372461b7c97dfc3defde98cccd0f 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/mail-2.3.0.ebuild,v 1.1 2011/12/30 19:44:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/mail-2.3.0.ebuild,v 1.2 2011/12/31 20:19:29 grobian Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/${GITHUB_USER}/mail/tarball/${COMMIT} -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~x86 ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_S="${GITHUB_USER}-${PN}-*"
index 69b3c5586c4bb8a90bb44c2f4aaa1e80f3c5b59c..42dc5793146c0e8b9b9c7f95a77febfbfb7b797b 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mime-types
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.22 2011/12/05 00:11:22 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.23 2011/12/31 20:12:33 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> mime-types-1.16-r3.ebuild:
+  Add Prefix keywords, bug #396547
 
   05 Dec 2011; Naohiro Aota <naota@gentoo.org> mime-types-1.16-r3.ebuild:
   Add ~x86-fbsd.
index 955c50eb79f04fde37794f1227f4cae69536c7b0..6efd4f64eb5e23bf5474bfa9b34ee31b3082db98 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/mime-types-1.16-r3.ebuild,v 1.4 2011/12/05 00:11:22 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/mime-types-1.16-r3.ebuild,v 1.5 2011/12/31 20:12:33 grobian Exp $
 
 EAPI=2
 
@@ -17,7 +17,7 @@ HOMEPAGE="http://rubyforge.org/projects/mime-types"
 
 LICENSE="Ruby Artistic GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/hoe )
index d64e1eb0c84ae46e14d8611c1f017bbd739e7cb7..f0cb83d1b0aa798e2916c9a352e9914e7e0b78c8 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/treetop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.33 2011/12/31 14:25:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.34 2011/12/31 20:10:03 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> treetop-1.4.10-r1.ebuild:
+  Add Prefix keywords, bug #396547
 
 *treetop-1.4.10-r1 (31 Dec 2011)
 
index 9b4bee5eda2c7ba2372606667f0a15ddf1481cf2..250092b4988898c07eafc6f3c60736f0f8f4c055 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.10-r1.ebuild,v 1.1 2011/12/31 14:25:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.10-r1.ebuild,v 1.2 2011/12/31 20:10:03 grobian Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 ruby19"
@@ -18,7 +18,7 @@ DESCRIPTION="Treetop is a language for describing languages."
 HOMEPAGE="http://treetop.rubyforge.org/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~x86 ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""