# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/programming-ruby/programming-ruby-0.4.ebuild,v 1.2 2003/05/23 10:44:11 twp Exp $ MY_P=ProgrammingRuby-${PV} DESCRIPTION="Programming Ruby: The Pragmatic Programmers' Guide by Dave Thomas and Andrew Hunt" HOMEPAGE="http://www.rubycentral.com/" SRC_URI="http://dev.rubycentral.com/downloads/files/${MY_P}.tgz" LICENSE="OPL" SLOT="0" KEYWORDS="alpha arm hppa mips sparc x86" DEPEND="" S=${WORKDIR}/${MY_P} src_install() { dodoc README dohtml -r . }