public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/
Date: Tue,  7 Aug 2018 22:27:26 +0000 (UTC)	[thread overview]
Message-ID: <1533678076.6bf6979463bb2c6d15cfa2aeb202ce695a86b4c9.monsieurp@gentoo> (raw)

commit:     6bf6979463bb2c6d15cfa2aeb202ce695a86b4c9
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 19:12:48 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug  7 21:41:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf69794

app-forensics/volatility: EAPI7, add missing die.

Closes: https://bugs.gentoo.org/660684

 app-forensics/volatility/volatility-2.6-r1.ebuild | 35 +++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-forensics/volatility/volatility-2.6-r1.ebuild b/app-forensics/volatility/volatility-2.6-r1.ebuild
new file mode 100644
index 00000000000..c490119d38c
--- /dev/null
+++ b/app-forensics/volatility/volatility-2.6-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}" || die
+	mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/" || die
+	rmdir --ignore-fail-on-non-empty "${D}/usr/contrib" || die
+	mv "${D}/usr/tools" "${D}/usr/share/${PN}/" || die
+	dosym vol.py /usr/bin/volatility
+}


             reply	other threads:[~2018-08-07 22:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-07 22:27 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-23  8:51 [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/ David Seifert
2018-08-07 22:27 Patrice Clement
2017-08-23 17:10 Michał Górny
2017-08-11 17:38 Michał Górny
2017-03-06 13:10 Chí-Thanh Christopher Nguyễn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1533678076.6bf6979463bb2c6d15cfa2aeb202ce695a86b4c9.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox