mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
volatility: remove in gentoo's favour
This commit is contained in:
parent
7bcc1487bd
commit
b147f8ba89
3 changed files with 0 additions and 66 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST volatility-2.5.tar.gz 2953021 SHA256 b28ad483d4c0baf4b0b6a9162fcb497f6a822294be8b88621f678c15ed433d3d SHA512 137a0727106beb2321f956c53f304ae4ff00397da935d490c595e7b657bdec348cd5ac4472ba9da8c7ce2a1a8559e33535df7b68efb815084217f131cb044632 WHIRLPOOL f232b39bd54a6b2138a86c7bfdb6f40d2d6723c60a06e5a300b6fe9e8412eb98f07cc31791c0442e202790b3ba9b99815dd4aff045ca7a3482f0e036fa37d079
|
||||
DIST volatility-2.6.tar.gz 3841529 SHA256 6e81c3e6023e7a90953948907448d40ce02e6806275b6fdf6769b01dc9acd7af SHA512 7f71ae5aac38d66dd1e3ff830d0859d7da72d65c5f729bb2d73a374088c3116cdf8a69a419749ee3c92cd084c9a4cf3e20da5de94588a4c0424ca55a55c1e793 WHIRLPOOL 8b0f2a4d30b488bd4e4d36df222be68e59d911e2210cc9eb989ee2c399d0e9015a9a69868e8afc7da68889978179b337a1523e585528d3263b26042b89fe603a
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Framework for analyzing volatile memory"
|
||||
HOMEPAGE="http://www.volatilityfoundation.org/"
|
||||
SRC_URI="https://github.com/volatilityfoundation/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
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 /usr/bin/vol.py /usr/bin/volatility
|
||||
}
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Framework for analyzing volatile memory"
|
||||
HOMEPAGE="http://www.volatilityfoundation.org/"
|
||||
SRC_URI="https://github.com/volatilityfoundation/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
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 /usr/bin/vol.py /usr/bin/volatility
|
||||
}
|
||||
Loading…
Reference in a new issue