# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Interact with the inotify kernel module" HOMEPAGE="http://raa.ruby-lang.org/project/inotify" SRC_URI="http://www.bouh.org/inotify/INotify-${PV}.rb" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="virtual/ruby" src_install() { insinto /usr/lib/ruby/site_ruby/io newins "${DISTDIR}/INotify-${PV}.rb" "INotify.rb" }