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
commit1b0bc92d3727d561cab7895afa65bc97eb6a2636 (patch)
treedb911c28d4d99824d7f99e77018e927c74ea551f /dev-ruby/ruby-tcpwrap
parentInitial Import. Closes #47134 (Manifest recommit) (diff)
downloadgentoo-2-1b0bc92d3727d561cab7895afa65bc97eb6a2636.tar.gz
gentoo-2-1b0bc92d3727d561cab7895afa65bc97eb6a2636.tar.bz2
gentoo-2-1b0bc92d3727d561cab7895afa65bc97eb6a2636.zip
virtual/ruby fix
Diffstat (limited to 'dev-ruby/ruby-tcpwrap')
-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
3 files changed, 13 insertions, 9 deletions
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"