dev-scheme/escm: update to EAPI 6
authorAkinori Hattori <hattya@gentoo.org>
Sat, 23 Jun 2018 06:58:39 +0000 (15:58 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sat, 23 Jun 2018 06:58:39 +0000 (15:58 +0900)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-scheme/escm/escm-1.1-r1.ebuild [moved from dev-scheme/escm/escm-1.1.ebuild with 80% similarity]

similarity index 80%
rename from dev-scheme/escm/escm-1.1.ebuild
rename to dev-scheme/escm/escm-1.1-r1.ebuild
index 3aac05017dca41119da27a49f7374bd555c92ae1..64e74a7567c7f95ef0c63e130b32325d570aac07 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 inherit autotools toolchain-funcs
 
@@ -20,14 +20,18 @@ RDEPEND="|| (
        )"
 S="${WORKDIR}/${PN}"
 
+HTML_DOCS=( ${PN}.html )
+
 src_prepare() {
        sed -i -e "6s/scm, snow/scm gosh, gosh/" configure.in
+
+       default
        eautoconf
        tc-export CC
 }
 
 src_install() {
-       dobin escm
-       doman escm.1
-       dodoc ChangeLog escm.html
+       dobin ${PN}
+       doman ${PN}.1
+       einstalldocs
 }