oletools: new tool

This commit is contained in:
Yury Martynov 2019-09-03 11:32:10 +03:00
parent 93a8d69e71
commit 5c0f7acf25
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST oletools-0.54.2b.tar.gz 2788131 BLAKE2B 921f528082a605ce3386d943e04682c2769b5891735daa820e935e4f75dbafaffbe2f4ae878a8cf09e93e7a36f68aa7fb1c8072ae57461093d324e36429d5ee2 SHA512 f41e01e1a70561c31a2ba803f8ad3602998529e0b9bc2125c853009bb340e0aacb53507e3ca836daac66b135a276e1a39dfaa34175a80715f75af75c577e7101

View 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>

View 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}]"