From: Akinori Hattori Date: Wed, 11 Jul 2018 14:23:59 +0000 (+0900) Subject: dev-scheme/c-wrapper: update to EAPI 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7f402128afb1e87d91512dda7cf271468eacfeb9;p=gentoo.git dev-scheme/c-wrapper: update to EAPI 6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild index e20f77d0d1fa..3f9bc7804928 100644 --- a/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild +++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild @@ -1,9 +1,9 @@ -# 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 eutils +inherit autotools DESCRIPTION="Foreign function interface for C and Objective-C libraries" HOMEPAGE="http://www.koguro.net/prog/c-wrapper/" @@ -18,8 +18,11 @@ RDEPEND="dev-scheme/gauche virtual/libffi" DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}"/${PN}-system-libffi.diff ) +HTML_DOCS=( doc/${PN}-ref{e,j}.html ) + src_prepare() { - epatch "${FILESDIR}"/${PN}-system-libffi.diff + default eautoreconf } @@ -29,7 +32,6 @@ src_test() { src_install() { default - dohtml doc/* if use examples; then docompress -x /usr/share/doc/${PF}/examples diff --git a/dev-scheme/c-wrapper/metadata.xml b/dev-scheme/c-wrapper/metadata.xml index 21dc8fdf43ff..7ffc4339bc56 100644 --- a/dev-scheme/c-wrapper/metadata.xml +++ b/dev-scheme/c-wrapper/metadata.xml @@ -1,7 +1,8 @@ - - hattya@gentoo.org - + + hattya@gentoo.org + Akinori Hattori +