frida: 1.2.2 bump

This commit is contained in:
blshkv 2018-11-03 10:44:41 +08:00
parent 8b0e007a3e
commit b89a68e2af
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
6 changed files with 84 additions and 4 deletions

View file

@ -8,3 +8,8 @@ DIST frida-12.2.1-py2.7-linux-x86_64.egg 20991074 BLAKE2B e92ff4f061f6738a06f0bf
DIST frida-12.2.1-py3.6-linux-i686.egg 19761773 BLAKE2B b2454f91af24af9a8b53a41cbd237cf8dc702daa630f5bd82b5fd8762596bc19b7077148964abc8b434e8c96a8a9f238a55bc4f6f3dd62614e14340fab49e250 SHA512 77bb623fe136f07417451914b06b9bd24cd81723f8b6807cf7a2e7b7e24b8104da724bb4810388290791b8d0a231bb42f5efb14bc9ee10050f3373c57868b30f
DIST frida-12.2.1-py3.6-linux-x86_64.egg 20992235 BLAKE2B 60796524f8d6e59c81b9d0d256204ffe0ec127e066755694b3de348d9c4fdc4d82616a8808909b0b59feee678aa2295f014896f8066d3e1c46129b1208ab64b2 SHA512 4aa3611c95bdb2f4ff09df5311a3ad93005f92aaf1df5e9df1149088a7426b8a478f25fa24fb6608ff82b1ebb1418a1eeca6a2959d635cae33bf82bba9ddd10e
DIST frida-12.2.1.tar.gz 6499 BLAKE2B 29150f03d9ee0f9282b2cdae4c9e975bf37d9a2b760ebd700e7736814822d6be9f9541e690e91cadead2c660dbfcdd0df35d5b648d12962ea2ea7ad9f5dfc364 SHA512 e768bdafa44d98d55d76c6ddcca93ab2f14b4e1cde4dee78b29a5fe944bb88b7da3637aa9b5524aea01e876d8f073d3c60d57d62260c5f97c8bfc83d67636f21
DIST frida-12.2.19-py2.7-linux-i686.egg 21797821 BLAKE2B 1670b50a63fbcec4b2eb8f390a301aa0fe6e5b3b96580ba30fb5462e7c606be5c999c3892e1981aa190f0c2f50c1f36ca811610c94c6c81641f8afd920de03c3 SHA512 f01c6689163c3dacb6a882ff7a6deaf7c2388b538cfac274a17de09425300eadd7a759579cb9488d6f7b31ee56755b0c53f24563b5151719fdb3c53858aeec26
DIST frida-12.2.19-py2.7-linux-x86_64.egg 23032515 BLAKE2B 38fd0d74401d0935874106085f720ef27bd57e0f22f18c0672526370d724e29e2b5c8422e4b7bc645f7e112ae8be3870ef23ea89a1b9830f4ae8aac723aec14f SHA512 8372ff364d30c7a93997e326e764e4a31fc909173c32d0e37e673af6ee98e0ee9d4e7c6f3a8dc0ec4f7a49c794e8ed7a5936545c5a8b8c3e7989a2e0a433cfb9
DIST frida-12.2.19-py3.6-linux-i686.egg 21799274 BLAKE2B 0066daa971b3a14848a9a152f3011a3104883c5fd65fbf450d4fc83bdcf56fb6067f6e21019939f058b56eaad87742b823efaf58019613ee7151e79861e08202 SHA512 20f17286860e895eeab2fc262bb85c8553b0f5fe3f39f4f06e636afca1ac896cec6cc6f11ebb20ea085fb3013f604d5f33fe46a5b3e118662085fbc811550725
DIST frida-12.2.19-py3.6-linux-x86_64.egg 23032943 BLAKE2B 03da94d646d6e5849380db6d17e48f52aa3e1313b5917306593f4916fe738aa350dbfcf0ef0828759d89879be108b750167a1323a4c1fb5599b509479459cabe SHA512 cb62bd5e0ada08f6eee929520de94e452aae79db7c30b0eaef3c147d8530bf39ec65740e936a210896b79908bdd163d83670bf7556a4d3a4eb3ce9c2489f383c
DIST frida-12.2.19.tar.gz 6507 BLAKE2B 25fee1c6aa227e49e3c3d027714f53b8c917dc965eb053bad2d8063bd0e116b18b40879ff1a3fde7e97aac77dd4055ba441cc7dcbb2503c79198380920732d16 SHA512 d2d76c3c76c93032b325d9eebaefe9d3a0189d3e9d2ae47e2955b8fbf942b8c686dc86d5ddfefb9eb625299dfde397adb767d5965d45e375a2153224762f851b

View file

@ -25,9 +25,7 @@ LICENSE="wxWinLL-3.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/prompt_toolkit[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -0,0 +1,51 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
inherit distutils-r1
MY_PN="frida"
DESCRIPTION="Inject JavaScript to explore native apps"
HOMEPAGE="https://github.com/frida/frida"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz
x86? (
https://files.pythonhosted.org/packages/2.7/f/frida/frida-${PV}-py2.7-linux-i686.egg
https://files.pythonhosted.org/packages/3.6/f/frida/frida-${PV}-py3.6-linux-i686.egg
)
amd64? (
https://files.pythonhosted.org/packages/2.7/f/frida/frida-${PV}-py2.7-linux-x86_64.egg
https://files.pythonhosted.org/packages/3.6/f/frida/frida-${PV}-py3.6-linux-x86_64.egg
)"
LICENSE="wxWinLL-3.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${MY_PN}-${PV}"
QA_FLAGS_IGNORED="usr/lib.*/python.*/site-packages/_frida.*\.so"
PATCHES=( "${FILESDIR}/frida-offline2.patch" )
src_prepare(){
#copy symlinks to homedir for offline installation
if use x86; then
cp -s "${DISTDIR}"/frida-${PV}-py2.7-linux-i686.egg "${HOME}"
cp -s "${DISTDIR}"/frida-${PV}-py3.6-linux-i686.egg "${HOME}"
cp -s "${DISTDIR}"/frida-${PV}-py3.6-linux-i686.egg "${HOME}"/frida-${PV}-py3.7-linux-i686.egg
elif use amd64; then
cp -s "${DISTDIR}"/frida-${PV}-py2.7-linux-x86_64.egg "${HOME}"
cp -s "${DISTDIR}"/frida-${PV}-py3.6-linux-x86_64.egg "${HOME}"
cp -s "${DISTDIR}"/frida-${PV}-py3.6-linux-x86_64.egg "${HOME}"/frida-${PV}-py3.7-linux-x86_64.egg
fi
default
}

View file

@ -1 +1,2 @@
DIST frida-tools-1.2.1.tar.gz 23790 BLAKE2B 1c950f4fe5e404fc2f3a5c192654c58403e242d4339f819971c7f725eca2aaac24baf7d2113242f401e2596aac678114fc8b1531301de5b53907c8215397f119 SHA512 08fd3bf19bba463913b4f58a9577947e1668ae819934526bd6caffb9abfe062db34f446d91d6e4b72753f6ba1d7d0af8b0b72456859a0e1417c9525523c098ef
DIST frida-tools-1.2.2.tar.gz 24175 BLAKE2B b626e23df6fec1f724d56f10f483c1b207c1b079cc98f9d43ba1e98840b3d84551cb4008561cba9655084584d20b69afb4d53ff3e4de30727c97c908b1c26795 SHA512 1893f63894ff6a52ee5685678e0b88187b7935db95b48140836ed968639c345d8c7e429bb57a45f312ec2c372e9b4c37a5b7bff8fc174a4a1dacbc4458728807

View file

@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{2_7,3_6} )
inherit distutils-r1
DESCRIPTION="Frida CLI tools"

View file

@ -0,0 +1,25 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_6} )
inherit distutils-r1
DESCRIPTION="Frida CLI tools"
HOMEPAGE="https://github.com/frida/frida-tools"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
LICENSE="wxWinLL-3.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
#need to review deps
RDEPEND="<=dev-python/prompt_toolkit-2.0.0[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/frida-python[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"