diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 16:00:55 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 16:00:55 +0000 |
commit | c290d51757db95521585c7d60a95757a4efd8841 (patch) | |
tree | 0a6dc77bba08944614eac0e8da369cddae707d26 /dev-ruby/ruby-tcpwrap | |
parent | Initial Import. Closes #47134 (diff) | |
download | historical-c290d51757db95521585c7d60a95757a4efd8841.tar.gz historical-c290d51757db95521585c7d60a95757a4efd8841.tar.bz2 historical-c290d51757db95521585c7d60a95757a4efd8841.zip |
virtual/ruby fix
Diffstat (limited to 'dev-ruby/ruby-tcpwrap')
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild | 8 |
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" |