dev-scheme/jscheme: minor QA fixes

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Mikle Kolyada
2018-05-17 10:06:10 +03:00
parent 046d5c0b4f
commit 2eda6067e6

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
EAPI=6
inherit java-utils-2 java-pkg-2
DESCRIPTION="JScheme is a Scheme dialect with a simple Java interface called Javadot notation"
DESCRIPTION="A Scheme dialect with a simple Java interface called Javadot notation"
HOMEPAGE="http://jscheme.sourceforge.net/jscheme/main.html"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
@@ -28,7 +28,5 @@ src_install() {
java-pkg_dolauncher ${PN} \
--main jscheme.REPL
if use doc; then
dohtml -r doc || die "dohtml failed"
fi
use doc && dodoc -r doc
}