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 8041A139694 for ; Mon, 6 Mar 2017 13:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9081CE0C14; Mon, 6 Mar 2017 13:10:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5A733E0C14 for ; Mon, 6 Mar 2017 13:10:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C59F1340EF6 for ; Mon, 6 Mar 2017 13:10:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED0F25E61 for ; Mon, 6 Mar 2017 13:10:32 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1488805809.82c3d61152a5527a0f68869918c92ee2d0e46b51.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/volatility/Manifest app-forensics/volatility/volatility-2.6.ebuild X-VCS-Directories: app-forensics/volatility/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 82c3d61152a5527a0f68869918c92ee2d0e46b51 X-VCS-Branch: master Date: Mon, 6 Mar 2017 13:10:32 +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: 61410f7f-2961-4683-bfe2-3b977f0c772f X-Archives-Hash: 2e4c8032e2c6fd8564d3e9f267a0ff92 commit: 82c3d61152a5527a0f68869918c92ee2d0e46b51 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Mon Mar 6 13:10:09 2017 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Mon Mar 6 13:10:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c3d611 app-forensics/volatility: version bump, allow building against pycryptodome Bug: https://bugs.gentoo.org/show_bug.cgi?id=599056 Bug: https://bugs.gentoo.org/show_bug.cgi?id=611582 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-forensics/volatility/Manifest | 1 + app-forensics/volatility/volatility-2.6.ebuild | 35 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/app-forensics/volatility/Manifest b/app-forensics/volatility/Manifest index 95762a7624c..29215a9fbc6 100644 --- a/app-forensics/volatility/Manifest +++ b/app-forensics/volatility/Manifest @@ -1 +1,2 @@ DIST volatility-2.4.1.tar.gz 2407119 SHA256 43d2946ec9c198a028fc068e8b4add7836ca03482665bacdd31998bc540e5c9c SHA512 cc2db2a17b071a21852bab967c9615df0fce369dac35ffbca8754bc789e218a86fc88bd2042203174308e620e281a24debc7b0a8bacd516a404a9170ea522596 WHIRLPOOL 386adfe0750a8b21656d95fb5a8fb9276b1199e94099e74f66d76cbdc0191de92449b93e708140e94072a136488235fd9f0515b14752bc7c2c97fdf81ec02220 +DIST volatility-2.6.zip 4179806 SHA256 5b73050d72bf94870ffce22843f03d4b0b7764011dec29ef1a0a5b1b46cf9295 SHA512 1c0b86f270188ba48a6a0ff1d7ad70bde500d0f720d7e1b9d76b6b9498368ae3eb29c5b1c7e7dd76ec9480b83b1e484b4130b4ced7458e4e03ca61fe7d13220f WHIRLPOOL b3432b0725f49c132029102d1f7ba099dffc6c4339ccb5bfaf108d3cf67e3ceb7b221b8e00cc641941af189b74991a51c3fb109819ff8abeb9e8414a49cac6f8 diff --git a/app-forensics/volatility/volatility-2.6.ebuild b/app-forensics/volatility/volatility-2.6.ebuild new file mode 100644 index 00000000000..c2c54c4fce8 --- /dev/null +++ b/app-forensics/volatility/volatility-2.6.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 + +DESCRIPTION="Framework for analyzing volatile memory" +HOMEPAGE="http://www.volatilityfoundation.org/" +SRC_URI="http://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/${PN}-master + +DEPEND="app-arch/unzip" +RDEPEND=">=dev-libs/distorm64-3[${PYTHON_USEDEP}] + dev-libs/libpcre + || ( + dev-python/pycryptodome[${PYTHON_USEDEP}] + dev-python/pycrypto[${PYTHON_USEDEP}] + )" + +src_install() { + distutils-r1_src_install + mkdir "${D}/usr/share/${PN}" + mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/" + rmdir "${D}/usr/contrib" + mv "${D}/usr/tools" "${D}/usr/share/${PN}/" + dosym /usr/bin/vol.py /usr/bin/volatility +}