app-crypt/md5deep: bump to EAPI 6
authorAnthony G. Basile <blueness@gentoo.org>
Wed, 15 Aug 2018 23:21:28 +0000 (19:21 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Wed, 15 Aug 2018 23:21:54 +0000 (19:21 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-crypt/md5deep/md5deep-4.4.ebuild

index b2488ffb059b8856f7fc6bf7403c90e8ee5aafef..1a6290cbfcdea9735e956001d617cf154c1c0aee 100644 (file)
@@ -1,10 +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
 
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools
 
 DESCRIPTION="Expanded md5sum program with recursive and comparison options"
 HOMEPAGE="http://md5deep.sourceforge.net/"
@@ -19,3 +18,8 @@ IUSE=""
 S=${WORKDIR}/hashdeep-release-${PV}
 
 DOCS=( AUTHORS ChangeLog FILEFORMAT NEWS README.md TODO )
+
+src_prepare() {
+       eapply_user
+       eautoreconf
+}