diff --git a/app-forensics/oletools/Manifest b/app-forensics/oletools/Manifest new file mode 100644 index 000000000..f70be24e5 --- /dev/null +++ b/app-forensics/oletools/Manifest @@ -0,0 +1 @@ +DIST oletools-0.54.2b.tar.gz 2788131 BLAKE2B 921f528082a605ce3386d943e04682c2769b5891735daa820e935e4f75dbafaffbe2f4ae878a8cf09e93e7a36f68aa7fb1c8072ae57461093d324e36429d5ee2 SHA512 f41e01e1a70561c31a2ba803f8ad3602998529e0b9bc2125c853009bb340e0aacb53507e3ca836daac66b135a276e1a39dfaa34175a80715f75af75c577e7101 diff --git a/app-forensics/oletools/metadata.xml b/app-forensics/oletools/metadata.xml new file mode 100644 index 000000000..c4511c144 --- /dev/null +++ b/app-forensics/oletools/metadata.xml @@ -0,0 +1,8 @@ + + + + + email@linxon.ru + Yury Martynov + + diff --git a/app-forensics/oletools/oletools-0.54.2b.ebuild b/app-forensics/oletools/oletools-0.54.2b.ebuild new file mode 100644 index 000000000..9cdcd1555 --- /dev/null +++ b/app-forensics/oletools/oletools-0.54.2b.ebuild @@ -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}]"