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 E4E2E138334 for ; Tue, 23 Apr 2019 08:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B01DCE09E0; Tue, 23 Apr 2019 08:51:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 821F4E09E0 for ; Tue, 23 Apr 2019 08:51:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1D9A4341CB7 for ; Tue, 23 Apr 2019 08:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF6F75D0 for ; Tue, 23 Apr 2019 08:51:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1556009485.1c1b11afc953299f9a4c601a05ebd2cb30fd26c8.soap@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.4.1.ebuild app-forensics/volatility/volatility-2.6.ebuild X-VCS-Directories: app-forensics/volatility/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1c1b11afc953299f9a4c601a05ebd2cb30fd26c8 X-VCS-Branch: master Date: Tue, 23 Apr 2019 08:51:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46b75b0f-24d1-4111-9e5b-a61908ad2f27 X-Archives-Hash: 1e6235b89b57335200ada36f6ff15b5a commit: 1c1b11afc953299f9a4c601a05ebd2cb30fd26c8 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Apr 22 11:46:11 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Apr 23 08:51:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1b11af app-forensics/volatility: drop old (EAPI5) Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: David Seifert gentoo.org> app-forensics/volatility/Manifest | 1 - app-forensics/volatility/volatility-2.4.1.ebuild | 32 ---------------------- app-forensics/volatility/volatility-2.6.ebuild | 35 ------------------------ 3 files changed, 68 deletions(-) diff --git a/app-forensics/volatility/Manifest b/app-forensics/volatility/Manifest index 70ac2c43ab7..b00b8a284cf 100644 --- a/app-forensics/volatility/Manifest +++ b/app-forensics/volatility/Manifest @@ -1,2 +1 @@ -DIST volatility-2.4.1.tar.gz 2407119 BLAKE2B 25f04208b412aa5ccd8b54b89f9eb6e75b5ef46ee735bfbf711d356b35dac4be8cc6bf167abd70119e8a7cc3c316eae843539c7eb0a422adb8a1c2fc9a505019 SHA512 cc2db2a17b071a21852bab967c9615df0fce369dac35ffbca8754bc789e218a86fc88bd2042203174308e620e281a24debc7b0a8bacd516a404a9170ea522596 DIST volatility-2.6.zip 4179806 BLAKE2B 0943551aff2e66769df0e9a8f8fbf01deae12ec8a035d0f549fa4a809f7b6ecb967af93755ae9aede4a43e9638737097275460377d61de413115c74cca4d76af SHA512 1c0b86f270188ba48a6a0ff1d7ad70bde500d0f720d7e1b9d76b6b9498368ae3eb29c5b1c7e7dd76ec9480b83b1e484b4130b4ced7458e4e03ca61fe7d13220f diff --git a/app-forensics/volatility/volatility-2.4.1.ebuild b/app-forensics/volatility/volatility-2.4.1.ebuild deleted file mode 100644 index 5e8485be14a..00000000000 --- a/app-forensics/volatility/volatility-2.4.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 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="https://www.volatilityfoundation.org/" -#2.4.1 not on mirrors yet -#SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-libs/distorm64-3[${PYTHON_USEDEP}] - dev-libs/libpcre - 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 vol.py /usr/bin/volatility -} diff --git a/app-forensics/volatility/volatility-2.6.ebuild b/app-forensics/volatility/volatility-2.6.ebuild deleted file mode 100644 index fa24d21da65..00000000000 --- a/app-forensics/volatility/volatility-2.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 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="https://www.volatilityfoundation.org/" -SRC_URI="https://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 vol.py /usr/bin/volatility -}