From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2AAF139694 for ; Sat, 25 Mar 2017 21:46:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9371121C09C; Sat, 25 Mar 2017 21:46:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DE5821C08B for ; Sat, 25 Mar 2017 21:46:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80A93341685 for ; Sat, 25 Mar 2017 21:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1A9E73DC for ; Sat, 25 Mar 2017 21:46:48 +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: <1490478391.3495f285faebe32cd43fa774aded960f6fb526a6.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rainbowcrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild X-VCS-Directories: app-crypt/rainbowcrack/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 3495f285faebe32cd43fa774aded960f6fb526a6 X-VCS-Branch: master Date: Sat, 25 Mar 2017 21:46:48 +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: 61c17f1b-bb40-44d8-ac60-2f493b0ae1fe X-Archives-Hash: 8f441690fcc7440d55de3ab3d8a3e887 commit: 3495f285faebe32cd43fa774aded960f6fb526a6 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 25 20:43:34 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 25 21:46:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3495f285 app-crypt/rainbowcrack: cleanup eapi Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild b/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild index 8604b582f37..214401f6c34 100644 --- a/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild +++ b/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit eutils DESCRIPTION="Hash cracker that precomputes plaintext - ciphertext pairs in advance" @@ -28,7 +29,7 @@ DOCS=( ) src_unpack() { - unpack ${A} + default mv ${P}-linux* "${S}" }