app-crypt/hmaccalc: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 3 Feb 2017 23:16:42 +0000 (01:16 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 01:30:47 +0000 (03:30 +0200)
Package-Manager: portage-2.3.3

app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild

index eafb33cf9d84e331a135eabd269512111d4ce269..235709a5a90e51cbf99571f38dfa454c06f9afe1 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit eutils multilib
+EAPI=6
+inherit multilib-minimal
 
 DESCRIPTION="Tools for computing and checking HMAC values for files"
 HOMEPAGE="https://fedorahosted.org/hmaccalc/"
@@ -18,14 +18,8 @@ DEPEND="dev-libs/nss
                sys-devel/prelink"
 RDEPEND="${DEPEND}"
 
-src_configure() {
-       econf \
+multilib_src_configure() {
+       ECONF_SOURCE="${S}" econf \
                --enable-sum-directory=/usr/$(get_libdir)/${PN}/ \
-               $(use_enable !fips non-fips) \
-       || die "econf failed"
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die "emake install failed"
-       dodoc README
+               $(use_enable !fips non-fips)
 }