From 1b0bc92d3727d561cab7895afa65bc97eb6a2636 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Sat, 10 Apr 2004 16:00:55 +0000 Subject: virtual/ruby fix --- dev-ruby/ruby-tcpwrap/ChangeLog | 8 ++++++-- dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild | 6 +++--- dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) (limited to 'dev-ruby/ruby-tcpwrap') 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 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" -- cgit v1.2.3-65-gdbad