app-crypt/fcrackzip: cleanup EAP
authorAlon Bar-Lev <alonbl@gentoo.org>
Thu, 3 Dec 2015 14:59:17 +0000 (16:59 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 3 Dec 2015 14:59:34 +0000 (16:59 +0200)
Bug: 531630
Thanks: Benda Xu <heroxbd@gentoo.org>
Package-Manager: portage-2.2.20.1

app-crypt/fcrackzip/fcrackzip-1.0.ebuild

index daf6b31422c186a7c3d64e4ad9a3d6de44aea2a5..50c7c310ac07c4c514d39f67b6b212ee18a3a10a 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=3
+EAPI=5
 
 DESCRIPTION="a zip password cracker"
 HOMEPAGE="http://oldhome.schmorp.de/marc/fcrackzip.html"
@@ -21,7 +21,6 @@ src_prepare() {
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die
-       mv -vf "${D}"/usr/bin/{zipinfo,fcrack-zipinfo} || die
-       dodoc AUTHORS ChangeLog NEWS README
+       default
+       mv "${ED}"/usr/bin/{zipinfo,fcrack-zipinfo} || die
 }