blob: 7e73b5494b3fe4bc6ff73396e0237d0b4712c4bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ri/ri-0.8a.ebuild,v 1.10 2004/06/25 01:56:28 agriffis Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Ruby Interactive reference"
HOMEPAGE="http://www.pragmaticprogrammer.com/ruby/downloads/ri.html"
SRC_URI="http://www.pragmaticprogrammer.com/ruby/downloads/files/${P}.tgz"
SLOT="0"
LICENSE="Ruby"
KEYWORDS="x86 alpha"
DEPEND="=dev-lang/ruby-1.6*"
src_install () {
dodoc COPYING ChangeLog README
DESTDIR=${D} ruby install.rb
}
|