mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 04:45:20 +01:00
objection-1.9.2 bump
This commit is contained in:
parent
fdf402c3b2
commit
7ed3e0fe60
3 changed files with 3 additions and 52 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST objection-1.7.0-node_modules.tar.gz 15801482 BLAKE2B 55008cdde77c06488148f9e093271c729ae9a17779aa9bc0163789294fea92460e22c4e5ea02c5b7a702030fa85e450bcad67d03b5249cd4fbb47fa1668992df SHA512 97b3fadc85b92183cd0057ca0b6108b0f210a8d0ea729cdba9fda5e343629a4390daac9b06da3a4fca27504a70882ee00b819d7b9df04d64202c1d25e0615f88
|
||||
DIST objection-1.8.4.tar.gz 1680315 BLAKE2B 694b75c6128f3e2e43a1581cc26794903304751237a4ca24429146f1226da40a59e5a84511130cecd8cdf43227f088ba10e3a77bc8f8db0aa91dfba0549fb122 SHA512 4dacae6c50b3f7c48373aacb849833170339a2e8e897245a633738495f998f21fa132141755d4c43106cc9940f3c9f3449e03f62fc62e45143d2ac58471c4691
|
||||
DIST objection-1.9.1.tar.gz 1675015 BLAKE2B 4cd90f97fba3a96a2e831324a90e7301eb9fd70fe75917d2cf151a2a4fdde22a1a8159bf1fde049c7c86396a75badf1c3eca229fee1fb1194e188573b8a2b19e SHA512 331be281e367acee646962ecf076820507446ff2176ecdef8a21039b6f3f77c1c460496fd57703dc095b30418b90d2e54ed23b79e4ae32ccdd0e5ed8804ec0ee
|
||||
DIST objection-1.9.0-node_modules.tar.gz 16787156 BLAKE2B bbbb0f21c31d7473a793c6605b5fb24ab4cb4f2b6742befd9daaa731d6fb13b3d3f1fd11441979c49a853bfef79db0c0c91f06b71419717cbc7edc6a43578934 SHA512 11d4f84bc8747cf6c8084db2152e841e43ac3db24e3c9bcd9f952d78e38290c5c7a31d2f7d937abb06c8a3c25b06fc875cf3d9eb499b8fc86e446295f341479a
|
||||
DIST objection-1.9.2.tar.gz 1675253 BLAKE2B c8dc94b0873ebe98e5a2e4e9f092a602aec79389efe0fd0ae40ad2c75e2d7996b1eee3b4ae5ba9db9643438cb984d145777335643838aec8742368e18a25591e SHA512 71f5b0be088b383c2a3a6d77777eaf3255b06dcef9152b0ff00c735af57a6d04e9b1ce5d0da2ab280b2794a14f19c9336f1089df73fca83e305a0901d4c16c41
|
||||
|
|
|
|||
|
|
@ -1,48 +0,0 @@
|
|||
# Copyright 1999-2020 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-6.0.1[${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"
|
||||
# https://github.com/sensepost/objection/issues/321
|
||||
sed -e 's|frida-tools<6.0.0|frida-tools|' -i requirements.txt || die "sed failed"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
addpredict /etc/npm
|
||||
emake frida-agent
|
||||
# cd agent
|
||||
# npm run build || die "npm build failed"
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
|
|
@ -9,7 +9,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"
|
||||
https://dev.pentoo.ch/~blshkv/distfiles/objection-1.9.0-node_modules.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
Loading…
Reference in a new issue