From d8d14cb76bbfe3b5f70a7cfe6013df7711481922 Mon Sep 17 00:00:00 2001 From: blshkv Date: Mon, 24 Jun 2019 08:57:02 +0800 Subject: [PATCH] objection: 1.6.6 bump --- dev-util/objection/Manifest | 3 +- dev-util/objection/objection-1.6.4.ebuild | 34 ------------------- ...on-1.6.3.ebuild => objection-1.6.6.ebuild} | 0 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 dev-util/objection/objection-1.6.4.ebuild rename dev-util/objection/{objection-1.6.3.ebuild => objection-1.6.6.ebuild} (100%) diff --git a/dev-util/objection/Manifest b/dev-util/objection/Manifest index 770299ddc..19802266c 100644 --- a/dev-util/objection/Manifest +++ b/dev-util/objection/Manifest @@ -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 diff --git a/dev-util/objection/objection-1.6.4.ebuild b/dev-util/objection/objection-1.6.4.ebuild deleted file mode 100644 index 4c4a55777..000000000 --- a/dev-util/objection/objection-1.6.4.ebuild +++ /dev/null @@ -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}]