# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.7a.ebuild,v 1.4 2002/08/01 11:40:14 seemant Exp $ S="${WORKDIR}/ri" DESCRIPTION="Ruby Interactive reference" SRC_URI="http://www.pragmaticprogrammer.com/ruby/downloads/files/${P}.tgz" HOMEPAGE="http://www.pragmaticprogrammer.com/ruby/downloads/ri.html" LICENSE="Ruby" KEYWORDS="x86" SLOT="0" DEPEND=">=dev-lang/ruby-1.6.2" # Specified in ${HOMEPAGE} src_unpack () { unpack ${A} cd ${S} patch < ${FILESDIR}/${P}-gentoo.patch || die } src_install () { dodoc COPYING ChangeLog README ruby install.rb }