mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
liaf: a dyn lib injection tool
This commit is contained in:
parent
c30af94827
commit
b98c91d03f
3 changed files with 30 additions and 0 deletions
3
dev-python/lief/Manifest
Normal file
3
dev-python/lief/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST lief-0.9.0-py2.7-linux.egg 3819709 BLAKE2B e5582760a1d1e235d838a58287ca46bfd649305c5887e86edb017d184a8be08ad379198d01568d409e68dd01f8c2a1bd7c8eb28d0a9590e90da4d79ce88108ab SHA512 9aa66cb1b1d698e7942552be39de1f26e58cc2e68ff2e6a7ec5a5f00cf6d8959ef1ca8667b0a0043d84cbf4335c955413c0539a27cd52277a9b80f5010329e63
|
||||
DIST lief-0.9.0-py3.6-linux.egg 3611492 BLAKE2B 3dddb6de0956f676f581bd2328fb6c6cfc8aab2b3ecde1dfac7fb5e13ef009bf1e88be628a76e87194b33e30008034e52bfa194cd610e53594d4905ad9659b47 SHA512 b53d166ca49995e87d0566af64fa0d738c85bbc06ff71fd4564629a7af3045f2990b217dffbe026c6ea3b48aedfb4843ba7bc515219649d5b9b610dfd5ca70e1
|
||||
DIST lief-0.9.0.zip 5699 BLAKE2B 9cf2deeb0e73eaecf8c4c811936bf0b4c1102584f4e39824040197a6d9226402c5a89050c3e283bc40076fd8d67b17e6afadf8f74ce93f807b8845692a603ac1 SHA512 2f1eed1f359a9c898a031d622029958e5b91cd947868649ffe599ec80e0309c7579fb402247f2d31cd913f366deccc30cb4690f3ca75a692ee7f1efc50ce7d1a
|
||||
25
dev-python/lief/lief-0.9.0.ebuild
Normal file
25
dev-python/lief/lief-0.9.0.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION=" library to instrument executable formats"
|
||||
HOMEPAGE="https://lief.quarkslab.com/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip
|
||||
https://github.com/lief-project/LIEF/releases/download/0.9.0/lief-0.9.0-py2.7-linux.egg
|
||||
https://github.com/lief-project/LIEF/releases/download/0.9.0/lief-0.9.0-py3.6-linux.egg
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND=""
|
||||
#dev-python/requests[${PYTHON_USEDEP}]
|
||||
# dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
#S="${WORKDIR}/API-${PN}.com-${PV}"
|
||||
|
|
@ -299,3 +299,5 @@ dev-python/htmlentities
|
|||
|
||||
# required by net-analyzer/xsstrike
|
||||
~dev-python/fuzzywuzzy-0.12.0
|
||||
|
||||
~dev-python/lief-0.9.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue