app-forensics/mvt: treeclean

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2025-08-28 12:47:01 +02:00
parent 7aa9c6d919
commit d2f49c6d0f
4 changed files with 0 additions and 48 deletions

View File

@@ -1 +0,0 @@
DIST mvt-2.4.1.tar.gz 1306558 BLAKE2B e6cdbd9c4e8f4bdc716e6cbfdb174e131c4293707c65e5f72da3bf8aed78d1b95b73032e2520cac842353d4012b3cfe1875f8e76f0e48474ab386ca7d5445ff5 SHA512 a791e0c7a300c7c8612bb1fe6820f3f3bc22f68486d176ced53e95f391cb8a4c6f629aeef76410294dea050560466612b0501d6693208eab89e5f31647f2af0e

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">mvt-project/mvt</remote-id>
<bugs-to>https://github.com/mvt-project/mvt</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_12 )
inherit distutils-r1
DESCRIPTION="Forensic traces to identify a potential compromise of Android and iOS devices"
HOMEPAGE="https://github.com/mvt-project/mvt"
SRC_URI="https://github.com/mvt-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/adb-shell[${PYTHON_USEDEP}]
dev-python/biplist[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/iOSbackup[${PYTHON_USEDEP}]
dev-python/libusb1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/rich[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/tld[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/ahocorasick[${PYTHON_USEDEP}]
dev-python/appdirs[${PYTHON_USEDEP}]
"
src_prepare() {
rm -rf "${S}/tests"
distutils-r1_src_prepare
}

View File

@@ -68,7 +68,6 @@ dev-python/grpc-stubs
# Mask unmaintained dependencies of these two packages as well.
# Removal on 2025-08-28
dev-python/iOSbackup
app-forensics/mvt
# Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> (2025-07-27)
# Vulnerable to a cross-site scripting attack.