mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
dwarf-debugger: drop 1.1.2_p20220408
This commit is contained in:
parent
9d0a7ca3b7
commit
d3606ce1fd
2 changed files with 0 additions and 34 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST dwarf-debugger-1.1.2_p20220408.gh.tar.gz 1083816 BLAKE2B 2b3b9e2aac0bca4ff65d96c5d7dffbadc42777c8b94ff6e3d5d0bedf9a45e860ee4d7a7085faaec8209425b2640d4d7d796bce656f60b80b05f129ae05fb8964 SHA512 84d40bed02030c02cb779288916adba063a64ea6c75e14117e3cc1b66bd115fbd84ebb467ccff52771a34dd6e04f290e41d6797510ee7f94f037e7822b9c7974
|
||||
DIST dwarf_debugger-1.1.3.tar.gz 1046762 BLAKE2B b477ef20c9710b2b50bd4f0dfb7b6e51dcaca233806f398cb271346f008cf6141b0bd037b5a3d700baf5c73a6288aee8780eab4468ba4b8dd7511eb9ecf50e26 SHA512 469d024b2f26109efc0317760b33459599d47bac4f99c355c97809ca733493ba4b1acdfa4dcda45f228f2dfa7d281b73626e31c7302b4668fe8003ed76ae4985
|
||||
|
|
|
|||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="dwarf_debugger"
|
||||
HASH_COMMIT="16d379b3def785f8cb3ad1049a3acdaf9298f1ee"
|
||||
|
||||
DESCRIPTION="Full featured multi arch/os debugger built on top of PyQt5 and frida"
|
||||
HOMEPAGE="https://github.com/iGio90/Dwarf"
|
||||
SRC_URI="https://github.com/iGio90/Dwarf/archive/${HASH_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-libs/capstone-4.0.1[python,${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/frida-python-12.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyQt5-5.11.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyperclip-1.7.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
PATCHES=""${FILESDIR}"/1.1.2-disable_update.patch"
|
||||
|
||||
S="${WORKDIR}/Dwarf-${HASH_COMMIT}"
|
||||
Loading…
Reference in a new issue