summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-03-08 18:22:31 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-03-08 18:22:31 +0000
commit37ba4766ebda51a77955a6b53da282bafbc0f4ef (patch)
treef1ce324aaceb0650b0385ce0ea03f9df28bd6051 /dev-ruby
parentDep for CPAN-Mini (diff)
downloadgentoo-2-37ba4766ebda51a77955a6b53da282bafbc0f4ef.tar.gz
gentoo-2-37ba4766ebda51a77955a6b53da282bafbc0f4ef.tar.bz2
gentoo-2-37ba4766ebda51a77955a6b53da282bafbc0f4ef.zip
x86 stable
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionpack/ChangeLog5
-rw-r--r--dev-ruby/actionpack/actionpack-1.5.0.ebuild4
-rw-r--r--dev-ruby/activerecord/ChangeLog5
-rw-r--r--dev-ruby/activerecord/activerecord-1.7.0.ebuild4
-rw-r--r--dev-ruby/activesupport/ChangeLog5
-rw-r--r--dev-ruby/activesupport/activesupport-1.0.0.ebuild4
-rw-r--r--dev-ruby/rubygems/ChangeLog5
-rw-r--r--dev-ruby/rubygems/rubygems-0.8.6.ebuild4
8 files changed, 24 insertions, 12 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 79bf4a6eab0f..e2e918508726 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.2 2005/02/28 17:54:08 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.3 2005/03/08 18:21:52 caleb Exp $
+
+ 08 Mar 2005; Caleb Tennis <caleb@gentoo.org> actionpack-1.5.0.ebuild:
+ x86 stable
*actionpack-1.5.0 (28 Feb 2005)
diff --git a/dev-ruby/actionpack/actionpack-1.5.0.ebuild b/dev-ruby/actionpack/actionpack-1.5.0.ebuild
index 976ad53c5228..8aa6f7e8cc4e 100644
--- a/dev-ruby/actionpack/actionpack-1.5.0.ebuild
+++ b/dev-ruby/actionpack/actionpack-1.5.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.5.0.ebuild,v 1.1 2005/02/28 17:54:08 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.5.0.ebuild,v 1.2 2005/03/08 18:21:52 caleb Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3193/${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 5d0463f8105a..b0fe2d81b9af 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.2 2005/02/28 17:52:30 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.3 2005/03/08 18:22:31 caleb Exp $
+
+ 08 Mar 2005; Caleb Tennis <caleb@gentoo.org> activerecord-1.7.0.ebuild:
+ x86 stable
*activerecord-1.7.0 (28 Feb 2005)
diff --git a/dev-ruby/activerecord/activerecord-1.7.0.ebuild b/dev-ruby/activerecord/activerecord-1.7.0.ebuild
index dfd7d8f1c854..91e557da70da 100644
--- a/dev-ruby/activerecord/activerecord-1.7.0.ebuild
+++ b/dev-ruby/activerecord/activerecord-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/activerecord/activerecord-1.7.0.ebuild,v 1.1 2005/02/28 17:52:30 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.7.0.ebuild,v 1.2 2005/03/08 18:22:31 caleb Exp $
inherit ruby gems
@@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3190/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="=dev-lang/ruby-1.8*
>=dev-ruby/activesupport-1.0.0"
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 60426d740bf0..02837e9591bd 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.1 2005/02/28 17:49:54 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.2 2005/03/08 18:21:07 caleb Exp $
+
+ 08 Mar 2005; Caleb Tennis <caleb@gentoo.org> activesupport-1.0.0.ebuild:
+ x86 stable
*activesupport-1.0.0 (28 Feb 2005)
diff --git a/dev-ruby/activesupport/activesupport-1.0.0.ebuild b/dev-ruby/activesupport/activesupport-1.0.0.ebuild
index 6a789c001d2a..995afa93f6c9 100644
--- a/dev-ruby/activesupport/activesupport-1.0.0.ebuild
+++ b/dev-ruby/activesupport/activesupport-1.0.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/activesupport/activesupport-1.0.0.ebuild,v 1.1 2005/02/28 17:49:54 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.0.0.ebuild,v 1.2 2005/03/08 18:21:07 caleb Exp $
inherit ruby gems
@@ -13,6 +13,6 @@ SRC_URI="http://rubyforge.org/frs/download.php/3196/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="=dev-lang/ruby-1.8*"
diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog
index 291110fbc8fe..cda2bf87440f 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.6 2005/03/06 04:53:15 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.7 2005/03/08 18:20:37 caleb Exp $
+
+ 08 Mar 2005; Caleb Tennis <caleb@gentoo.org> rubygems-0.8.6.ebuild:
+ x86 stable
06 Mar 2005; Joseph Jezak <josejx@gentoo.org> rubygems-0.8.6.ebuild:
Marked ~ppc for bug #83219.
diff --git a/dev-ruby/rubygems/rubygems-0.8.6.ebuild b/dev-ruby/rubygems/rubygems-0.8.6.ebuild
index ee5232dd6633..76dc40da6834 100644
--- a/dev-ruby/rubygems/rubygems-0.8.6.ebuild
+++ b/dev-ruby/rubygems/rubygems-0.8.6.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.6.ebuild,v 1.2 2005/03/06 04:53:15 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-0.8.6.ebuild,v 1.3 2005/03/08 18:20:37 caleb 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/3224/${P}.tgz"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 ~amd64 ~ppc"
SLOT="0"
IUSE=""