From: Akinori Hattori Date: Sat, 23 Jun 2018 06:39:16 +0000 (+0900) Subject: dev-scheme/gauche: tidy X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b711693a7d2704ae4a007c54b56157ba9e2b133d;p=gentoo.git dev-scheme/gauche: tidy Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-scheme/gauche/gauche-0.9.5.ebuild b/dev-scheme/gauche/gauche-0.9.5.ebuild index e30ab60aee5c..f42b2470a54d 100644 --- a/dev-scheme/gauche/gauche-0.9.5.ebuild +++ b/dev-scheme/gauche/gauche-0.9.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit autotools eutils +inherit autotools MY_P="${P^g}" @@ -34,10 +34,10 @@ PATCHES=( "${FILESDIR}"/${P}-bsd.patch "${FILESDIR}"/${P}-unicode.patch ) +DOCS=( AUTHORS ChangeLog HACKING README ) src_prepare() { default - use ipv6 && sed -i "s/ -4//" ext/tls/ssltest-mod.scm eautoconf @@ -56,5 +56,5 @@ src_test() { src_install() { emake DESTDIR="${D}" install-pkg install-doc - dodoc AUTHORS ChangeLog HACKING README + einstalldocs }