objection: 1.6.6 bump

This commit is contained in:
blshkv 2019-06-24 08:57:02 +08:00
parent b74f394e39
commit d8d14cb76b
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 1 additions and 36 deletions

View file

@ -1,3 +1,2 @@
DIST objection-1.6.3.tar.gz 1663917 BLAKE2B 0c8c01fb9f07cbe24adf39ebd50355fc5ba3bc86e3bf6b0f223e6412e307d3e943295f4babf6489f3267c0b92799e3d201370d5e8f8578eb68a251dc88af4053 SHA512 ff77979e804b580481a4e4d51a58ffe27cdacd5a3bef2cb8a851ea6151b7595a071d7c544a8713974e5a47d26e3247f004d739652ba2c61e603d08b9a55b298b
DIST objection-1.6.4.tar.gz 1655123 BLAKE2B c36bf43c6c3a23c1d3651b02b26db8bd0369329482ab2f8dc671b858beeb1cb057edfd0a44dfe365d753e2575562647f54b519400360507674c5c3b3cb59289b SHA512 c37372b758852fdb64e3762845c49d29a0e3134e8a2e267cd57b0bfa035b2fd72c9d00448aefd989daf0427e3bddb4ccf40349eae16fbd20b6495e450dd506b4
DIST objection-1.6.5.tar.gz 1656281 BLAKE2B e60ac5868c7ade3011c4f1479c6f96e62731f9fa62189a5c83a59fc1af5cd14fb4924da28ed68e629ddd704e8db97d7aa2bae0dac1b4f71af070eb016bad9c17 SHA512 222d4f5ca52ac4164a7c8b0a40cde6703805b15e79f7e5bacbe14c8d8b3e93b4a1a5d6be45cb7ef000fd3e5c3b649d94091d8b554d1d2acde92e3d222a7d4db0
DIST objection-1.6.6.tar.gz 1655643 BLAKE2B 1235a430a53699f2a93a90cd316bc87079a00b5c20a31f701f62b650ff2566ca0aa9e28561d79da12b75c6eec9d6e5b8198e0673b9b9f37e16d5079ac827ee9f SHA512 60a4a3412e6406014f9c3909c67af11749a692ad0365241833f332035834cfa32df79d58cda67ba92d0fc16298b035f60e14f766ba51dd258663c4c29cdf1b45

View file

@ -1,34 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_6 )
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"
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}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
src_prepare(){
rm -r tests
eapply_user
}