Skip to content

Commit

Permalink
objection: 1.6.4 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed May 22, 2019
1 parent b05273d commit c3b0c56
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/objection/Manifest
@@ -1,2 +1,3 @@
DIST objection-1.4.1.tar.gz 2125011 BLAKE2B 9b03150d418bbd22ac5e049999a007a8ff0fac0fc73549dab8efecb87819ae0f3da327d74df68a71b0f053232e4039b04c90140278e931e3bc29e49b8dc7bd36 SHA512 dbdf706d7c230c4e7c4fc38c51c3227a32cd8bb91688813f8b23a2185e186a593736ca25ad0bc067b62737a821752a31bc342cb84ae1e89411e26525dba1cd69
DIST objection-1.6.3.tar.gz 1663917 BLAKE2B 0c8c01fb9f07cbe24adf39ebd50355fc5ba3bc86e3bf6b0f223e6412e307d3e943295f4babf6489f3267c0b92799e3d201370d5e8f8578eb68a251dc88af4053 SHA512 ff77979e804b580481a4e4d51a58ffe27cdacd5a3bef2cb8a851ea6151b7595a071d7c544a8713974e5a47d26e3247f004d739652ba2c61e603d08b9a55b298b
DIST objection-1.6.4.tar.gz 1655123 BLAKE2B c36bf43c6c3a23c1d3651b02b26db8bd0369329482ab2f8dc671b858beeb1cb057edfd0a44dfe365d753e2575562647f54b519400360507674c5c3b3cb59289b SHA512 c37372b758852fdb64e3762845c49d29a0e3134e8a2e267cd57b0bfa035b2fd72c9d00448aefd989daf0427e3bddb4ccf40349eae16fbd20b6495e450dd506b4
34 changes: 34 additions & 0 deletions dev-util/objection/objection-1.6.4.ebuild
@@ -0,0 +1,34 @@
# 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
}

0 comments on commit c3b0c56

Please sign in to comment.