mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
40 lines
869 B
Bash
40 lines
869 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Pentoo forensics meta ebuild"
|
|
HOMEPAGE="https://www.pentoo.org"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
IUSE="ieee1394 pentoo-full"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
PDEPEND="
|
|
sys-fs/extundelete
|
|
app-forensics/sleuthkit
|
|
sys-fs/ddrescue
|
|
|
|
pentoo-full? (
|
|
app-admin/testdisk
|
|
app-crypt/xor-analyze
|
|
!arm? ( app-forensics/cmospwd )
|
|
app-forensics/foremost
|
|
app-forensics/galleta
|
|
ieee1394? ( app-forensics/inception )
|
|
app-forensics/make-pdf
|
|
app-forensics/memdump
|
|
amd64? ( app-forensics/origami-pdf )
|
|
app-forensics/pasco
|
|
app-forensics/pcileech
|
|
app-forensics/pdf-parser
|
|
app-forensics/pdfid
|
|
app-forensics/volatility3
|
|
app-misc/hivex
|
|
sys-apps/dcfldd
|
|
sys-block/partimage
|
|
sys-fs/dd-rescue
|
|
)"
|
|
# can't fetch 20240405
|
|
# app-forensics/libvshadow
|