dev-scheme/gauche: tidy
authorAkinori Hattori <hattya@gentoo.org>
Sat, 23 Jun 2018 06:39:16 +0000 (15:39 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sat, 23 Jun 2018 06:39:16 +0000 (15:39 +0900)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-scheme/gauche/gauche-0.9.5.ebuild

index e30ab60aee5c868ae83062d0926d9b58ed9ceb37..f42b2470a54d8a54fb899ed80a20b79d80295ffe 100644 (file)
@@ -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
 }