mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
oletools: bump to 0.55
This commit is contained in:
parent
0b32d3ea43
commit
cfb97f8df9
6 changed files with 76 additions and 4 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST oletools-0.54.2b.tar.gz 2788131 BLAKE2B 921f528082a605ce3386d943e04682c2769b5891735daa820e935e4f75dbafaffbe2f4ae878a8cf09e93e7a36f68aa7fb1c8072ae57461093d324e36429d5ee2 SHA512 f41e01e1a70561c31a2ba803f8ad3602998529e0b9bc2125c853009bb340e0aacb53507e3ca836daac66b135a276e1a39dfaa34175a80715f75af75c577e7101
|
||||
DIST oletools-0.55.tar.gz 2814929 BLAKE2B c38e1f76a770dbb7c9973a0c53c29a953a5af614cb2fd2a48a878648b25a25952bae70920e77843259f5355c9894bd1e1c50bee19619c1540680ffc8554e74cc SHA512 d3411bab6a529beaef78c4cbec72930fec78befa1893de9df42b836ec4d310182db4fa72cebca28fb860df3af96b71bf21b433053bfc54af1492ba8a57cce16c
|
||||
|
|
|
|||
|
|
@ -1,8 +1,15 @@
|
|||
<?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>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">decalage2/oletools</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
29
app-forensics/oletools/oletools-0.55.ebuild
Normal file
29
app-forensics/oletools/oletools-0.55.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# 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"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="GPL-2 BSD-2 MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/colorclass[${PYTHON_USEDEP}]
|
||||
dev-python/easygui[${PYTHON_USEDEP}]
|
||||
dev-python/msoffcrypto-tool[${PYTHON_USEDEP}]
|
||||
>=dev-python/olefile-0.46[${PYTHON_USEDEP}]
|
||||
dev-python/pcodedmp[${PYTHON_USEDEP}]
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]"
|
||||
|
||||
#python_test() {
|
||||
# esetup.py test
|
||||
#}
|
||||
1
dev-python/pcodedmp/Manifest
Normal file
1
dev-python/pcodedmp/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pcodedmp-1.2.6.tar.gz 35549 BLAKE2B dbd0e73801c9dc906e795d136075c6b3c64e119fc77895927c477faff78af2a1872890c475720c8b6f101663c339248cd60effcbaa91024c514fa89819e61057 SHA512 bb8fb874b4140b517731b0de29b9ca1858d310d28c29806d224f6df59988d6bf8934756e14a8a9d913c665c469b23179a5edd10256c179d06d60a2a9f48fcabd
|
||||
15
dev-python/pcodedmp/metadata.xml
Normal file
15
dev-python/pcodedmp/metadata.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?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>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">bontchev/pcodedmp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
dev-python/pcodedmp/pcodedmp-1.2.6.ebuild
Normal file
19
dev-python/pcodedmp/pcodedmp-1.2.6.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A VBA p-code disassembler"
|
||||
HOMEPAGE="https://github.com/bontchev/pcodedmp"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
|
||||
LICENSE="GPL-3"
|
||||
SLOT=0
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue