mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
frida-tools: 2.0.0 bump
This commit is contained in:
parent
a9cd9becb9
commit
9b3adb3706
2 changed files with 27 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
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
|
||||
DIST frida-tools-1.2.3.tar.gz 23734 BLAKE2B 8587ee18b1f6a82f48750a47ea46c1281884972fdb7c797ad017bb3aa32a4d85b0c3a8c678f342a94d7c42d39c45a7f68dddfffbbc66d008b2ca8631198eac88 SHA512 f4d7c2fee2bc0ee44cbc6103cec32fe15b4767fdcd3d1384bcb23bbc539a56a8880d170af2650de243cd343c421b18254acd3914a09eff952865319ce75a2388
|
||||
DIST frida-tools-2.0.0.tar.gz 24768 BLAKE2B da947248e676f089eb1a5f3e04b07bfdebc35e70e72a5f15bab75c33b2f40bb8f8c9dc8948283f03753d2a7b038f858f1c84be7e7e81d9f2b2be3e401bdc4efa SHA512 6503e8a88475050244930d76e609fb5fec4d5f63f61e8847fbb73b0aa11bacfe67bd9a6abf070bd1991c7c0a328fb229099bce4fc22da52861e11f78f40d9481
|
||||
|
|
|
|||
26
dev-util/frida-tools/frida-tools-2.0.0.ebuild
Normal file
26
dev-util/frida-tools/frida-tools-2.0.0.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
|
||||
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"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/colorama-0.2.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/frida-python-12.5.3[${PYTHON_USEDEP}]
|
||||
<=dev-python/frida-python-13.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/prompt_toolkit-2.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.0.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue