# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Find2 is an improved version of find.rb" HOMEPAGE="http://raa.ruby-lang.org/project/find2" SRC_URI="http://www.sra.co.jp/people/m-kasahr/ruby/find2/find2.rb http://www.sra.co.jp/people/m-kasahr/ruby/find2/find2.txt" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="virtual/ruby" src_install() { insinto /usr/lib/ruby/site_ruby/utility doins "${DISTDIR}/find2.rb" dodoc "${DISTDIR}/find2.txt" }