mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
ROPgadget: rename to lowcase
This commit is contained in:
parent
1ce065cbf2
commit
98fbc0870a
11 changed files with 12 additions and 8 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST ROPgadget-6.4.tar.gz 9464848 BLAKE2B 50ca94e493b58a8ac1845cc70b40d80e80367a1f163e9b25e3be6652274f3df6dae606cebadb1b76ce05bef785850d87576713cc7a78793811c1a86d37c4e4a9 SHA512 9b663f5e285272e6d59b5c159b6e4316461f43a6861e3cda8d2c94561bf276e0f6a87abfdeff1ec4c346c9716120608e8c66d060ed75c985e96591d3f0fd667c
|
||||
DIST ROPgadget-6.5.tar.gz 9322859 BLAKE2B 708aee3be43c54b4a6e63460adb1b54c2a025302003a5c9ab57e272a6aec76760af8664db2a4e819fd03da79a9e5696c6bd04e92e40aec89b5b1ffcfc2074b10 SHA512 2718bf657a6d6fc724d0eaaa726925a69a58777653d83a57d04ca61f0a772cb279afd2b68edc0d07da1d929b183dc53ab5177802d4c562c5ca6a62125a74bc56
|
||||
|
|
@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
dev-python/mako[${PYTHON_USEDEP}]
|
||||
dev-python/pyelftools[${PYTHON_USEDEP}]
|
||||
dev-libs/capstone[python,${PYTHON_USEDEP}]
|
||||
app-exploits/ROPgadget[${PYTHON_USEDEP}]
|
||||
app-exploits/ropgadget[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/pygments[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
>=dev-python/mako-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyelftools-0.2.4[${PYTHON_USEDEP}]
|
||||
>=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}]
|
||||
>=app-exploits/ROPgadget-5.3[${PYTHON_USEDEP}]
|
||||
>=app-exploits/ropgadget-5.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyserial-2.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
2
app-exploits/ropgadget/Manifest
Normal file
2
app-exploits/ropgadget/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST ropgadget-6.5.tar.gz 9322859 BLAKE2B 708aee3be43c54b4a6e63460adb1b54c2a025302003a5c9ab57e272a6aec76760af8664db2a4e819fd03da79a9e5696c6bd04e92e40aec89b5b1ffcfc2074b10 SHA512 2718bf657a6d6fc724d0eaaa726925a69a58777653d83a57d04ca61f0a772cb279afd2b68edc0d07da1d929b183dc53ab5177802d4c562c5ca6a62125a74bc56
|
||||
DIST ropgadget-6.6.tar.gz 9349424 BLAKE2B b1f1e5fbc76329f64122e65161ab188e9f7260c4e43d5e92e0e43cd4ebbf27ae281c32bd49790a363ff1d10360a1cda1846310054c249ab40279063a735654e6 SHA512 bf636a264975c95676e5bb6223d0cf04885699eeaf691c6c93a1ac8c1bc44f95323207660a57a58f44163f8c07156567daa73755b35a13cff5d27aee01ec4fb6
|
||||
|
|
@ -19,3 +19,5 @@ SLOT="0"
|
|||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/capstone[python,${PYTHON_USEDEP}]"
|
||||
|
||||
S=${WORKDIR}/ROPgadget-${PV}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -19,3 +19,5 @@ SLOT="0"
|
|||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/capstone[python,${PYTHON_USEDEP}]"
|
||||
|
||||
S=${WORKDIR}/ROPgadget-${PV}
|
||||
|
|
@ -6,7 +6,7 @@ app-exploits/enumdb
|
|||
app-exploits/osslsigncode
|
||||
app-exploits/proton
|
||||
app-exploits/pwntools
|
||||
app-exploits/ROPgadget
|
||||
app-exploits/ropgadget
|
||||
app-exploits/ropper
|
||||
app-exploits/routersploit
|
||||
app-exploits/powercat
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
move dev-python/PyKCS11 dev-python/pykcs11
|
||||
move app-exploits/ROPgadget app-exploits/ropgadget
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ def portage_mapping(search):
|
|||
"dev-python/redis": "dev-python/redis-py",
|
||||
"dev-python/Pillow": "dev-python/pillow",
|
||||
|
||||
"dev-python/ropgadget": "app-exploits/ROPgadget",
|
||||
"dev-python/pysocks": "dev-python/PySocks",
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ SLOT="0"
|
|||
|
||||
CDEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${CDEPEND}
|
||||
app-exploits/ROPgadget
|
||||
app-exploits/ropgadget
|
||||
sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
dev-libs/capstone[python,${PYTHON_MULTI_USEDEP}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue