mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
oletools: new tool
This commit is contained in:
parent
93a8d69e71
commit
5c0f7acf25
3 changed files with 35 additions and 0 deletions
1
app-forensics/oletools/Manifest
Normal file
1
app-forensics/oletools/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST oletools-0.54.2b.tar.gz 2788131 BLAKE2B 921f528082a605ce3386d943e04682c2769b5891735daa820e935e4f75dbafaffbe2f4ae878a8cf09e93e7a36f68aa7fb1c8072ae57461093d324e36429d5ee2 SHA512 f41e01e1a70561c31a2ba803f8ad3602998529e0b9bc2125c853009bb340e0aacb53507e3ca836daac66b135a276e1a39dfaa34175a80715f75af75c577e7101
|
||||
8
app-forensics/oletools/metadata.xml
Normal file
8
app-forensics/oletools/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
26
app-forensics/oletools/oletools-0.54.2b.ebuild
Normal file
26
app-forensics/oletools/oletools-0.54.2b.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python tools to analyze MS OLE2 files and MS Office documents"
|
||||
HOMEPAGE="https://github.com/decalage2/oletools"
|
||||
SRC_URI="https://github.com/decalage2/oletools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/olefile-0.46[${PYTHON_USEDEP}]
|
||||
dev-python/easygui[${PYTHON_USEDEP}]
|
||||
dev-python/msoffcrypto-tool[${PYTHON_USEDEP}]
|
||||
dev-python/colorclass[${PYTHON_USEDEP}]
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue