summaryrefslogtreecommitdiff
blob: e50c7a6cae2a4d656f371e578f292910b0a39454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:$

EAPI=2

inherit base

DESCRIPTION="Scheme R6RS interpreter"
HOMEPAGE="http://code.google.com/p/mosh-scheme/"
SRC_URI="http://mosh-scheme.googlecode.com/files/${P}-1.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""

DOCS=( "doc/README.nmosh" "doc/RELNOTE" )
HTML_DOCS=( "doc/html/" )