mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
jnitrace-3.2.0.ebuild
This commit is contained in:
parent
ba36cae21e
commit
b86def40e1
3 changed files with 26 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
DIST jnitrace-3.0.8.tar.gz 77913 BLAKE2B 5bfbf1c6daaf13f233bf83d7920939a0c5332f3aa4ccbc0dc059d173496e58a14af778ad7c69fa6608124b2284b2120961e9874f776fe8958ad72547ca6a7d0b SHA512 f6ad5aa2c666c0ea5c75e27f525dcaa650b8983cf7083336307ebe9e3c560e03075b2c5206a1e6a2e24b0ce5db31b007199c5a07d0c5805496c256809f9ea177
|
||||
DIST jnitrace-3.1.0.tar.gz 29068 BLAKE2B e0b135e1047c8e34415f0d4077c371269a53ff7025b6503eeff0550a6694ba3d3fbfe37720cc6513650a3402d1a7c9f3ea5d3c72677c1ee8770dfb35526854be SHA512 29067aabe54af00df7757a1345c98edbd2e0a8489688e01c40f30e1dc2ccb214fff253613754bbd7c27af76f12e8aff63d900bfa155bf37842fb99e752b3fb97
|
||||
DIST jnitrace-3.2.0.tar.gz 29245 BLAKE2B f84a788a5446b6bae30aa41afe777286bebedb2c4acb2c5422953a173ce8485c751080bb822dacdd8882b8664bb0aeffc03c1e1733d9f09a38af1961d6d81ffc SHA512 3d2e8ece7f7b619c5da7abc87206e6538bb3a67304e63d131ca2d682b8efbec599216b924d25988ba8f34e96b3593660661b45b9c14efdb89a8e3f84e1884f1d
|
||||
|
|
|
|||
23
dev-util/jnitrace/jnitrace-3.2.0.ebuild
Normal file
23
dev-util/jnitrace/jnitrace-3.2.0.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Frida based tool that traces usage of the JNI API in Android apps."
|
||||
HOMEPAGE="https://github.com/chame1eon/jnitrace"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/frida-python-14.0.5[${PYTHON_USEDEP}]
|
||||
dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/hexdump[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue