diff options
Diffstat (limited to 'dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild')
-rw-r--r-- | dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild b/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild deleted file mode 100644 index 0657e8a42f9d..000000000000 --- a/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IO-Reactor/IO-Reactor-0.0.6.ebuild,v 1.5 2007/10/13 05:10:21 tgall Exp $ - -RUBY_BUG_145222=yes -inherit ruby - -DESCRIPTION="IO Reactor for event-driven multiplexed IO in a single thread" -HOMEPAGE="http://www.deveiate.org/projects/IO-Reactor/" -SRC_URI="http://www.deveiate.org/code/${P}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ppc64 ~x86-fbsd ~x86" -IUSE="examples" - -DEPEND="" -RDEPEND="" - -src_compile() { - return 0 # Nothing to do -} - -src_install() { - insinto "$(${RUBY} -r rbconfig -e 'print Config::CONFIG["sitelibdir"]')/io" - doins lib/io/reactor.rb - - erubydoc -} |