objection: 1.9.1 bump

This commit is contained in:
blshkv 2020-04-08 18:02:06 +08:00
parent f37c9467c9
commit 31590ffad9
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 1 additions and 48 deletions

View file

@ -1,4 +1,3 @@
DIST objection-1.7.0-node_modules.tar.gz 15801482 BLAKE2B 55008cdde77c06488148f9e093271c729ae9a17779aa9bc0163789294fea92460e22c4e5ea02c5b7a702030fa85e450bcad67d03b5249cd4fbb47fa1668992df SHA512 97b3fadc85b92183cd0057ca0b6108b0f210a8d0ea729cdba9fda5e343629a4390daac9b06da3a4fca27504a70882ee00b819d7b9df04d64202c1d25e0615f88
DIST objection-1.8.3.tar.gz 1680243 BLAKE2B fda478557a53359a6505de47a1832b9a9c2c3d7c93521112ad2a6c07b8ed77a87485db790966d37208dc5b162fe57020f61372df46309146e55de160657f0ab8 SHA512 7338edf7ac08abe040c467b187262b6cda59220ab175ea4e334d6c51a9e70fa59031373c136798dd727e893dc5bf5481950fa2350e4eacee076eea587f8b54ac
DIST objection-1.8.4.tar.gz 1680315 BLAKE2B 694b75c6128f3e2e43a1581cc26794903304751237a4ca24429146f1226da40a59e5a84511130cecd8cdf43227f088ba10e3a77bc8f8db0aa91dfba0549fb122 SHA512 4dacae6c50b3f7c48373aacb849833170339a2e8e897245a633738495f998f21fa132141755d4c43106cc9940f3c9f3449e03f62fc62e45143d2ac58471c4691
DIST objection-1.9.0.tar.gz 1674124 BLAKE2B 98aecf7c587522fb655077bacfebf74d3b05e99cc0d201cecd323b2e9eaea1ca81c201f74722d59fef6e4f3826d038d1cb157bba56653f75226e6792ea66b406 SHA512 97bdeef578e16544f7922fdd868c4c3d38e46ad253cd9c389141c57584cbbb64fb5841e0048fe17ab4f62d1649bb64b63ba656290109582168d8cb23074f046c
DIST objection-1.9.1.tar.gz 1675015 BLAKE2B 4cd90f97fba3a96a2e831324a90e7301eb9fd70fe75917d2cf151a2a4fdde22a1a8159bf1fde049c7c86396a75badf1c3eca229fee1fb1194e188573b8a2b19e SHA512 331be281e367acee646962ecf076820507446ff2176ecdef8a21039b6f3f77c1c460496fd57703dc095b30418b90d2e54ed23b79e4ae32ccdd0e5ed8804ec0ee

View file

@ -1,46 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Runtime mobile exploration"
HOMEPAGE="https://github.com/sensepost/objection"
SRC_URI="https://github.com/sensepost/objection/archive/${PV}.tar.gz -> ${P}.tar.gz
https://dev.pentoo.ch/~blshkv/distfiles/objection-1.7.0-node_modules.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-util/frida-tools[${PYTHON_USEDEP}]
dev-python/frida-python[${PYTHON_USEDEP}]
>=dev-python/prompt_toolkit-2.0.8[${PYTHON_USEDEP}] <dev-python/prompt_toolkit-3.0.0[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
dev-python/delegator[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/litecli-1.1.0[${PYTHON_USEDEP}]
net-libs/nodejs[npm]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
src_prepare(){
rm -r tests
mv "${WORKDIR}/node_modules" "${S}/agent/" || die "unable to move node_modules"
eapply_user
}
python_compile() {
addpredict /etc/npm
emake frida-agent
# cd agent
# npm run build || die "npm build failed"
distutils-r1_python_compile
}