summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-04-10 16:00:55 +0000
committerMamoru Komachi <usata@gentoo.org>2004-04-10 16:00:55 +0000
commitc290d51757db95521585c7d60a95757a4efd8841 (patch)
tree0a6dc77bba08944614eac0e8da369cddae707d26 /dev-ruby
parentInitial Import. Closes #47134 (diff)
downloadhistorical-c290d51757db95521585c7d60a95757a4efd8841.tar.gz
historical-c290d51757db95521585c7d60a95757a4efd8841.tar.bz2
historical-c290d51757db95521585c7d60a95757a4efd8841.zip
virtual/ruby fix
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-svg/Manifest4
-rw-r--r--dev-ruby/ruby-tcpwrap/ChangeLog8
-rw-r--r--dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild6
-rw-r--r--dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild8
-rw-r--r--dev-ruby/ruby-termios/ChangeLog7
-rw-r--r--dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild11
-rw-r--r--dev-ruby/rubymail/ChangeLog6
-rw-r--r--dev-ruby/rubymail/rubymail-0.14.ebuild4
-rw-r--r--dev-ruby/rubymail/rubymail-0.15.ebuild4
-rw-r--r--dev-ruby/rubymail/rubymail-0.16.ebuild7
10 files changed, 41 insertions, 24 deletions
diff --git a/dev-ruby/ruby-svg/Manifest b/dev-ruby/ruby-svg/Manifest
index 465aaa1426b0..fc3ff6ec9fb0 100644
--- a/dev-ruby/ruby-svg/Manifest
+++ b/dev-ruby/ruby-svg/Manifest
@@ -1,4 +1,4 @@
-MD5 6f0f3eb26d8fe2b3c815390a45152af1 ruby-svg-1.0.3.ebuild 630
+MD5 cbd377c6c139c52d92d7e024787b2327 ChangeLog 530
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
-MD5 660bd0075787ecf47aa80f7766bd680f ChangeLog 420
+MD5 0ca297a258bea22a2427e1ee0b20c050 ruby-svg-1.0.3.ebuild 649
MD5 3e68757ea3d6a1b5bda37a455cd4745e files/digest-ruby-svg-1.0.3 65
diff --git a/dev-ruby/ruby-tcpwrap/ChangeLog b/dev-ruby/ruby-tcpwrap/ChangeLog
index 75c5c2ca749b..ab67beedd419 100644
--- a/dev-ruby/ruby-tcpwrap/ChangeLog
+++ b/dev-ruby/ruby-tcpwrap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-tcpwrap
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.3 2003/11/03 15:49:09 usata Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.4 2004/04/10 16:00:55 usata Exp $
+
+ 11 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-tcpwrap-0.5.ebuild,
+ ruby-tcpwrap-0.6.ebuild:
+ virtual/ruby fix
*ruby-tcpwrap-0.6 (20 Sep 2003)
diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild
index 4e706b104368..465c5fd9ba94 100644
--- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild
+++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild,v 1.3 2004/02/22 22:26:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild,v 1.4 2004/04/10 16:00:55 usata Exp $
DESCRIPTION="A TCP wrappers library for Ruby"
HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=ruby-tcpwrap"
@@ -8,7 +8,7 @@ SRC_URI="http://shugo.net/archive/ruby-tcpwrap/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~hppa ~mips ~sparc x86"
-DEPEND="dev-lang/ruby
+DEPEND="virtual/ruby
net-libs/libident
sys-apps/tcp-wrappers"
S=${WORKDIR}/${PN}
diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild
index 50b064553d8e..2a6d6bf5fae9 100644
--- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild
+++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild,v 1.5 2004/02/22 22:26:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild,v 1.6 2004/04/10 16:00:55 usata Exp $
inherit ruby
@@ -12,10 +12,10 @@ SRC_URI="http://shugo.net/archive/ruby-tcpwrap/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-USE_RUBY="ruby16 ruby18"
+USE_RUBY="ruby16 ruby18 ruby19"
KEYWORDS="alpha ~hppa ~mips ~sparc x86"
-DEPEND="dev-lang/ruby
+DEPEND="virtual/ruby
net-libs/libident
sys-apps/tcp-wrappers"
diff --git a/dev-ruby/ruby-termios/ChangeLog b/dev-ruby/ruby-termios/ChangeLog
index cfad5fa50f6b..daa0a48ddc79 100644
--- a/dev-ruby/ruby-termios/ChangeLog
+++ b/dev-ruby/ruby-termios/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-termios
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.2 2003/05/30 22:26:00 twp Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.3 2004/04/10 15:58:59 usata Exp $
+
+ 11 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-termios-0.9.4.ebuild:
+ virtual/ruby fix
30 May 2003; Tom Payne <twp@gentoo.org> ruby-termios-0.9.4.ebuild :
Fixed LICENSE.
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 5e93f31bbff0..0e6ea4a178d1 100644
--- a/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild
+++ b/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild
@@ -1,14 +1,17 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.4 2004/02/22 22:26:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.4.ebuild,v 1.5 2004/04/10 15:58:59 usata Exp $
+
+inherit ruby
DESCRIPTION="A Ruby interface to termios"
-HOMEPAGE="http://arika.org/ruby/termios/"
+HOMEPAGE="http://arika.org/ruby/termios" # trailing / isn't needed
SRC_URI="http://arika.org/archive/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~alpha ~hppa ~mips ~sparc x86"
-DEPEND=">=dev-lang/ruby-1.6"
+USE_RUBY="ruby16 ruby18 ruby19"
+DEPEND="virtual/ruby"
src_compile() {
ruby extconf.rb || die
diff --git a/dev-ruby/rubymail/ChangeLog b/dev-ruby/rubymail/ChangeLog
index 794eb1e28da1..51e61ae5560e 100644
--- a/dev-ruby/rubymail/ChangeLog
+++ b/dev-ruby/rubymail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rubymail
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/ChangeLog,v 1.4 2004/02/18 17:06:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/ChangeLog,v 1.5 2004/04/10 15:54:24 usata Exp $
+
+ 11 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> rubymail-0.14.ebuild,
+ rubymail-0.15.ebuild, rubymail-0.16.ebuild:
+ virtual/ruby fix
*rubymail-0.16 (18 Feb 2004)
diff --git a/dev-ruby/rubymail/rubymail-0.14.ebuild b/dev-ruby/rubymail/rubymail-0.14.ebuild
index 5df0a12de3d2..9c39157f8b10 100644
--- a/dev-ruby/rubymail/rubymail-0.14.ebuild
+++ b/dev-ruby/rubymail/rubymail-0.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/rubymail-0.14.ebuild,v 1.2 2004/02/18 17:03:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/rubymail-0.14.ebuild,v 1.3 2004/04/10 15:54:24 usata Exp $
DESCRIPTION="A mail handling library for Ruby"
HOMEPAGE="http://www.lickey.com/rubymail/"
@@ -9,7 +9,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~hppa ~mips ~sparc ~x86"
IUSE=""
-DEPEND=">=dev-lang/ruby-1.6"
+DEPEND="virtual/ruby"
src_compile() {
ruby install.rb config --prefix=/usr || die
diff --git a/dev-ruby/rubymail/rubymail-0.15.ebuild b/dev-ruby/rubymail/rubymail-0.15.ebuild
index d48cb1bcc128..75ad35574083 100644
--- a/dev-ruby/rubymail/rubymail-0.15.ebuild
+++ b/dev-ruby/rubymail/rubymail-0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/rubymail-0.15.ebuild,v 1.2 2004/02/18 17:03:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/rubymail-0.15.ebuild,v 1.3 2004/04/10 15:54:24 usata Exp $
DESCRIPTION="A mail handling library for Ruby"
HOMEPAGE="http://www.lickey.com/rubymail/"
@@ -9,7 +9,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha hppa mips sparc x86"
IUSE=""
-DEPEND=">=dev-lang/ruby-1.6"
+DEPEND="virtual/ruby"
src_compile() {
ruby install.rb config --prefix=/usr || die
diff --git a/dev-ruby/rubymail/rubymail-0.16.ebuild b/dev-ruby/rubymail/rubymail-0.16.ebuild
index ce220b8bfe18..e4e0c0adff96 100644
--- a/dev-ruby/rubymail/rubymail-0.16.ebuild
+++ b/dev-ruby/rubymail/rubymail-0.16.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/rubymail-0.16.ebuild,v 1.1 2004/02/18 17:06:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/rubymail-0.16.ebuild,v 1.2 2004/04/10 15:54:24 usata Exp $
+
+inherit ruby
DESCRIPTION="A mail handling library for Ruby"
HOMEPAGE="http://www.lickey.com/rubymail/"
@@ -8,8 +10,9 @@ SRC_URI="http://www.lickey.com/rubymail/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~hppa ~mips ~sparc ~x86"
+USE_RUBY="any"
IUSE=""
-DEPEND=">=dev-lang/ruby-1.6"
+DEPEND="virtual/ruby"
src_compile() {
ruby install.rb config --prefix=/usr || die