summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-07-12 13:03:10 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-07-12 13:03:10 +0000
commit3b66f4766e7a01d7b3b9498de136ae9cbf43ef53 (patch)
tree4230979e8b025cfc755491d2e11b7a4bbfb2dd42
parentunmask and changelog fixes (diff)
downloadgentoo-2-3b66f4766e7a01d7b3b9498de136ae9cbf43ef53.tar.gz
gentoo-2-3b66f4766e7a01d7b3b9498de136ae9cbf43ef53.tar.bz2
gentoo-2-3b66f4766e7a01d7b3b9498de136ae9cbf43ef53.zip
unmasks and changelog fixes
-rw-r--r--dev-ruby/amrita/amrita-1.8.2.ebuild4
-rw-r--r--dev-ruby/eruby/ChangeLog7
-rw-r--r--dev-ruby/http-access2/http-access2-0j.ebuild4
-rw-r--r--dev-ruby/narray/ChangeLog7
-rw-r--r--dev-ruby/optparse/optparse-0.10.1.ebuild4
-rw-r--r--dev-ruby/racc/ChangeLog7
-rw-r--r--dev-ruby/rdoc/rdoc-0.9.0.ebuild4
-rw-r--r--dev-ruby/rdtool/ChangeLog7
-rw-r--r--dev-ruby/rmagick/ChangeLog4
-rw-r--r--dev-ruby/ruby-bsearch/ruby-bsearch-1.5.ebuild4
-rw-r--r--dev-ruby/ruby-gtk2/ruby-gtk2-0.4.0.ebuild4
-rw-r--r--dev-ruby/ruby-gtk2/ruby-gtk2-0.5.0.ebuild4
-rw-r--r--dev-ruby/ruby-ldap/ruby-ldap-0.7.2.ebuild4
-rw-r--r--dev-ruby/ruby-ldap/ruby-ldap-0.8.0.ebuild4
-rw-r--r--dev-ruby/ruby-romkan/ruby-romkan-0.4.ebuild4
-rw-r--r--dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild4
-rw-r--r--dev-ruby/rudl/rudl-0.7.ebuild4
-rw-r--r--dev-ruby/text-format/text-format-0.61.ebuild4
-rw-r--r--dev-ruby/uconv/uconv-0.4.11.ebuild4
19 files changed, 54 insertions, 34 deletions
diff --git a/dev-ruby/amrita/amrita-1.8.2.ebuild b/dev-ruby/amrita/amrita-1.8.2.ebuild
index 7ce9f3f50c44..fc312f30515d 100644
--- a/dev-ruby/amrita/amrita-1.8.2.ebuild
+++ b/dev-ruby/amrita/amrita-1.8.2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amrita/amrita-1.8.2.ebuild,v 1.3 2003/05/23 11:18:00 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amrita/amrita-1.8.2.ebuild,v 1.4 2003/07/12 13:03:09 aliz Exp $
DESCRIPTION="A HTML/XHTML template library for Ruby"
HOMEPAGE="http://www.brain-tokyo.jp/research/amrita/index.html"
SRC_URI="http://www.brain-tokyo.jp/research/amrita/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc ~x86"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc x86"
IUSE=""
DEPEND=">=dev-lang/ruby-1.6.7
>=dev-ruby/strscan-0.6.5"
diff --git a/dev-ruby/eruby/ChangeLog b/dev-ruby/eruby/ChangeLog
index ef2828a66234..5980fc57ab65 100644
--- a/dev-ruby/eruby/ChangeLog
+++ b/dev-ruby/eruby/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/eruby
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eruby/ChangeLog,v 1.5 2003/05/12 23:35:36 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eruby/ChangeLog,v 1.6 2003/07/12 13:03:10 aliz Exp $
+
+*eruby-1.0.3-r1 (12 May 2003)
+
+ 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Added missing changelog entry.
*eruby-1.0.3 (11 Apr 2003)
diff --git a/dev-ruby/http-access2/http-access2-0j.ebuild b/dev-ruby/http-access2/http-access2-0j.ebuild
index 255e94fb02c6..bf02d1bc59e4 100644
--- a/dev-ruby/http-access2/http-access2-0j.ebuild
+++ b/dev-ruby/http-access2/http-access2-0j.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j.ebuild,v 1.3 2003/06/10 15:47:39 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j.ebuild,v 1.4 2003/07/12 13:03:10 aliz Exp $
MY_PV=${PV/0/}
MY_P=${PN}-${MY_PV}
@@ -9,7 +9,7 @@ HOMEPAGE="http://rrr.jin.gr.jp/doc/http-access2/"
SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/contrib/${MY_P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND=">=dev-lang/ruby-1.6"
S=${WORKDIR}/${MY_P}
diff --git a/dev-ruby/narray/ChangeLog b/dev-ruby/narray/ChangeLog
index 063a7df6af75..1c0fc76f6f18 100644
--- a/dev-ruby/narray/ChangeLog
+++ b/dev-ruby/narray/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/narray
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.3 2003/05/23 11:52:07 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.4 2003/07/12 13:03:10 aliz Exp $
+
+*narray-0.5.7-r1 (23 May 2003)
+
+ 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Added missing changelog entry.
*narray-0.5.7 (08 Apr 2003)
diff --git a/dev-ruby/optparse/optparse-0.10.1.ebuild b/dev-ruby/optparse/optparse-0.10.1.ebuild
index 764dc76698eb..f8b9f01d41fb 100644
--- a/dev-ruby/optparse/optparse-0.10.1.ebuild
+++ b/dev-ruby/optparse/optparse-0.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/optparse/optparse-0.10.1.ebuild,v 1.3 2003/02/13 11:40:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/optparse/optparse-0.10.1.ebuild,v 1.4 2003/07/12 13:03:10 aliz Exp $
IUSE=""
@@ -9,7 +9,7 @@ DESCRIPTION="Yet another option parser for Ruby"
SRC_URI=" http://member.nifty.ne.jp/nokada/archive/${P}.tar.gz"
HOMEPAGE=" http://member.nifty.ne.jp/nokada/ruby.html"
LICENSE="Ruby"
-KEYWORDS="~x86"
+KEYWORDS="x86"
SLOT="0"
DEPEND=">=dev-lang/ruby-1.6.1"
diff --git a/dev-ruby/racc/ChangeLog b/dev-ruby/racc/ChangeLog
index 5651363db09b..233432169abc 100644
--- a/dev-ruby/racc/ChangeLog
+++ b/dev-ruby/racc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/racc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.9 2003/06/10 23:01:33 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/ChangeLog,v 1.10 2003/07/12 13:03:10 aliz Exp $
+
+*racc-1.4.3-r1 (10 Jun 2003)
+
+ 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Added missing changelog entry.
10 Jun 2003; Tom Payne <twp@gentoo.org> racc-1.4.3-r1.ebuild :
Bug # 22408.
diff --git a/dev-ruby/rdoc/rdoc-0.9.0.ebuild b/dev-ruby/rdoc/rdoc-0.9.0.ebuild
index 2c7f75c9bbb2..78b2f16fda78 100644
--- a/dev-ruby/rdoc/rdoc-0.9.0.ebuild
+++ b/dev-ruby/rdoc/rdoc-0.9.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-0.9.0.ebuild,v 1.1 2003/04/10 14:28:43 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-0.9.0.ebuild,v 1.2 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="Generates structured HTML documentation from Ruby source"
HOMEPAGE="http://rdoc.sourceforge.net/"
SRC_URI="mirror://sourceforge/rdoc/${P}.tgz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="X"
DEPEND=">=dev-lang/ruby-1.6.5
X? ( >=media-gfx/graphviz-1.7 )"
diff --git a/dev-ruby/rdtool/ChangeLog b/dev-ruby/rdtool/ChangeLog
index eb7455dfb899..867f18d9917a 100644
--- a/dev-ruby/rdtool/ChangeLog
+++ b/dev-ruby/rdtool/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rdtool
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.5 2003/06/11 00:00:03 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.6 2003/07/12 13:03:10 aliz Exp $
+
+*rdtool-0.6.11-r1 (11 Jun 2003)
+
+ 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Added missing changelog entry.
10 Jun 2003; Tom Payne <twp@gentoo.org> rdtool-0.6.11-r1.ebuild :
Tidied ebuild. Removed ruby-1.6 hardcode.
diff --git a/dev-ruby/rmagick/ChangeLog b/dev-ruby/rmagick/ChangeLog
index 6580638c345b..dbd6353439ba 100644
--- a/dev-ruby/rmagick/ChangeLog
+++ b/dev-ruby/rmagick/ChangeLog
@@ -1,6 +1,6 @@
-# ChangeLog for dev-ruby/rmagick-1.1.0
+# ChangeLog for dev-ruby/rmagick
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.3 2003/06/17 11:00:40 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.4 2003/07/12 13:03:10 aliz Exp $
*rmagick-1.2.2 (13 May 2003)
diff --git a/dev-ruby/ruby-bsearch/ruby-bsearch-1.5.ebuild b/dev-ruby/ruby-bsearch/ruby-bsearch-1.5.ebuild
index 80c232d6b198..af4433f02e61 100644
--- a/dev-ruby/ruby-bsearch/ruby-bsearch-1.5.ebuild
+++ b/dev-ruby/ruby-bsearch/ruby-bsearch-1.5.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-bsearch/ruby-bsearch-1.5.ebuild,v 1.1 2003/06/10 18:30:57 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-bsearch/ruby-bsearch-1.5.ebuild,v 1.2 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="A binary search library for Ruby"
HOMEPAGE="http://namazu.org/~satoru/ruby-bsearch/"
SRC_URI="http://namazu.org/~satoru/ruby-bsearch/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc ~x86"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc x86"
IUSE=""
DEPEND="dev-lang/ruby"
diff --git a/dev-ruby/ruby-gtk2/ruby-gtk2-0.4.0.ebuild b/dev-ruby/ruby-gtk2/ruby-gtk2-0.4.0.ebuild
index 23160f4b37e4..e7fe5d4651a2 100644
--- a/dev-ruby/ruby-gtk2/ruby-gtk2-0.4.0.ebuild
+++ b/dev-ruby/ruby-gtk2/ruby-gtk2-0.4.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-0.4.0.ebuild,v 1.2 2003/04/08 10:02:35 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-0.4.0.ebuild,v 1.3 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="Ruby gtk+-2 bindings"
HOMEPAGE="http://ruby-gnome2.sourceforge.net/"
SRC_URI="mirror://sourceforge/ruby-gnome2/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc x86"
DEPEND=">=dev-lang/ruby-1.6
>=dev-libs/glib-2
>=media-libs/gdk-pixbuf-0.20
diff --git a/dev-ruby/ruby-gtk2/ruby-gtk2-0.5.0.ebuild b/dev-ruby/ruby-gtk2/ruby-gtk2-0.5.0.ebuild
index f75fb75711fd..24282e4c7af6 100644
--- a/dev-ruby/ruby-gtk2/ruby-gtk2-0.5.0.ebuild
+++ b/dev-ruby/ruby-gtk2/ruby-gtk2-0.5.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-0.5.0.ebuild,v 1.1 2003/06/10 21:55:24 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-0.5.0.ebuild,v 1.2 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="Ruby gtk+-2 bindings"
HOMEPAGE="http://ruby-gnome2.sourceforge.jp/"
SRC_URI="mirror://sourceforge/ruby-gnome2/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc x86"
DEPEND=">=dev-lang/ruby-1.6
>=dev-libs/glib-2
>=media-libs/gdk-pixbuf-0.20
diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.7.2.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.7.2.ebuild
index e37360065e81..ce6b52954ea0 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.7.2.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.7.2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.7.2.ebuild,v 1.1 2003/04/14 11:40:00 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.7.2.ebuild,v 1.2 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="A Ruby interface to some LDAP libraries"
HOMEPAGE="http://ruby-ldap.sourceforge.net/"
SRC_URI="mirror://sourceforge/ruby-ldap/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc x86"
IUSE="ssl"
DEPEND=">=dev-lang/ruby-1.6
>=net-nds/openldap-2
diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.8.0.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.8.0.ebuild
index 23247709d143..c99d2bb6da86 100644
--- a/dev-ruby/ruby-ldap/ruby-ldap-0.8.0.ebuild
+++ b/dev-ruby/ruby-ldap/ruby-ldap-0.8.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.8.0.ebuild,v 1.1 2003/04/14 11:40:00 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.8.0.ebuild,v 1.2 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="A Ruby interface to some LDAP libraries"
HOMEPAGE="http://ruby-ldap.sourceforge.net/"
SRC_URI="mirror://sourceforge/ruby-ldap/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc x86"
IUSE="ssl"
DEPEND=">=dev-lang/ruby-1.6
>=net-nds/openldap-2
diff --git a/dev-ruby/ruby-romkan/ruby-romkan-0.4.ebuild b/dev-ruby/ruby-romkan/ruby-romkan-0.4.ebuild
index 50ec075308f0..3b523a2e274a 100644
--- a/dev-ruby/ruby-romkan/ruby-romkan-0.4.ebuild
+++ b/dev-ruby/ruby-romkan/ruby-romkan-0.4.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4.ebuild,v 1.1 2003/06/10 18:28:51 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4.ebuild,v 1.2 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="A Romaji <-> Kana conversion library for Ruby"
HOMEPAGE="http://namazu.org/~satoru/ruby-romkan/"
SRC_URI="http://namazu.org/~satoru/ruby-romkan/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc ~x86"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc x86"
IUSE=""
DEPEND="dev-lang/ruby"
diff --git a/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild b/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild
index 8b00625c232c..5fde86274fd4 100644
--- a/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild
+++ b/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild,v 1.2 2003/05/30 22:26:00 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild,v 1.3 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="A Ruby interface to termios"
HOMEPAGE="http://arika.org/ruby/termios/"
SRC_URI="http://arika.org/archive/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc ~x86"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc x86"
DEPEND=">=dev-lang/ruby-1.6"
src_compile() {
diff --git a/dev-ruby/rudl/rudl-0.7.ebuild b/dev-ruby/rudl/rudl-0.7.ebuild
index 5f8f996c7fce..93cee7045b09 100644
--- a/dev-ruby/rudl/rudl-0.7.ebuild
+++ b/dev-ruby/rudl/rudl-0.7.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rudl/rudl-0.7.ebuild,v 1.2 2003/02/13 11:44:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rudl/rudl-0.7.ebuild,v 1.3 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="Rubyesque Directmedia Layer - Ruby/SDL bindings"
HOMEPAGE="http://froukepc.dhs.org/rudl/"
SRC_URI="http://froukepc.dhs.org/rudl/download/source/${P}-source.tgz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND=">=libsdl-1.2.4.20020601
>=sdl-gfx-2.0.3
diff --git a/dev-ruby/text-format/text-format-0.61.ebuild b/dev-ruby/text-format/text-format-0.61.ebuild
index b0e8740854aa..d26f8b639170 100644
--- a/dev-ruby/text-format/text-format-0.61.ebuild
+++ b/dev-ruby/text-format/text-format-0.61.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.61.ebuild,v 1.1 2003/05/17 10:33:53 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.61.ebuild,v 1.2 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby"
HOMEPAGE="http://www.halostatue.ca/ruby/Text__Format.html"
@@ -8,7 +8,7 @@ SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="dev-lang/ruby"
S=${WORKDIR}/${P}
diff --git a/dev-ruby/uconv/uconv-0.4.11.ebuild b/dev-ruby/uconv/uconv-0.4.11.ebuild
index ba21323b68b5..ce0520e69d7f 100644
--- a/dev-ruby/uconv/uconv-0.4.11.ebuild
+++ b/dev-ruby/uconv/uconv-0.4.11.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.4.11.ebuild,v 1.1 2003/04/23 14:59:04 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.4.11.ebuild,v 1.2 2003/07/12 13:03:10 aliz Exp $
DESCRIPTION="A module to convert ISO/IEC 10646 (Unicode) string and Japanese strings"
HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv"
SRC_URI="http://www.yoshidam.net/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND=">=dev-lang/ruby-1.6.7"
S=${WORKDIR}/${PN}