From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA1CB1384B4 for ; Thu, 3 Dec 2015 15:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2805BE08AE; Thu, 3 Dec 2015 15:01:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC1D7E08AE for ; Thu, 3 Dec 2015 15:01:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B00A340A3B for ; Thu, 3 Dec 2015 15:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8146899E for ; Thu, 3 Dec 2015 15:01:18 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1449154774.10f2b92c9da326df5c35d64377377d0aefc762af.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/fcrackzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/fcrackzip/fcrackzip-1.0.ebuild X-VCS-Directories: app-crypt/fcrackzip/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 10f2b92c9da326df5c35d64377377d0aefc762af X-VCS-Branch: master Date: Thu, 3 Dec 2015 15:01:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 740787f8-43ac-4107-a585-102500deab92 X-Archives-Hash: 1a3e0139c38d934f8a7fc6f424c09cdc commit: 10f2b92c9da326df5c35d64377377d0aefc762af Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Dec 3 14:59:17 2015 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Dec 3 14:59:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f2b92c app-crypt/fcrackzip: cleanup EAP Bug: 531630 Thanks: Benda Xu gentoo.org> Package-Manager: portage-2.2.20.1 app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild index daf6b31..50c7c31 100644 --- a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild +++ b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild @@ -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 }