ROPgadget: drop 5.9

This commit is contained in:
Yury Martynov 2020-02-10 21:25:46 +03:00
parent ff3858bffd
commit 48626f4688
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 4 additions and 29 deletions

View file

@ -1,2 +1 @@
DIST ROPgadget-5.9.tar.gz 6078209 BLAKE2B b047617724ccc1a726b493f8d8b5ead5d509430b31b970fc383d220d0c8634532a8a050e4172797906637de4e2a68783bbeef82fccdc3780e4520fe636533520 SHA512 8eed7345787dcafea58950c1f4100eee5ec2fa02854fb50cb319f9de6abf5dad4dc21a5f3b055b8082d0718f5f0023993288321d8f1daa074bf7c899dd482b7e
DIST ROPgadget-6.0.tar.gz 6078800 BLAKE2B d28cee258fb249fc8eafeab79da37f59d8e8d639a0749d784cdba7d31e66477e9304f93e8f6c662f1dd43392c024f75d158e6e51801060f161bcabaa4292a4e0 SHA512 fa29a94821ecaf923d910e42703a58d98564f008d99c95129d9925a7178b271d5200d208a3aea35ec9f018be9c78d0baaa9fd54d4dbf5e5b77cb5a46653d91a8

View file

@ -1,22 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
DESCRIPTION="Tool to search for gadgets in binaries to facilitate your ROP exploitation"
HOMEPAGE="https://github.com/JonathanSalwan/ROPgadget http://shell-storm.org/project/ROPgadget/"
SRC_URI="https://github.com/JonathanSalwan/ROPgadget/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="0"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-libs/capstone[python,${PYTHON_USEDEP}]
!!dev-libs/capstone-bindings"

View file

@ -3,14 +3,13 @@
EAPI=7
#python2 is supported but we move on
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
DESCRIPTION="Tool to search for gadgets in binaries to facilitate your ROP exploitation"
HOMEPAGE="https://github.com/JonathanSalwan/ROPgadget http://shell-storm.org/project/ROPgadget/"
DESCRIPTION="Search for gadgets in binaries to facilitate your ROP exploitation"
HOMEPAGE="https://github.com/JonathanSalwan/ROPgadget"
SRC_URI="https://github.com/JonathanSalwan/ROPgadget/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@ -19,5 +18,4 @@ SLOT="0"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-libs/capstone[python,${PYTHON_USEDEP}]
!!dev-libs/capstone-bindings"
dev-libs/capstone[python,${PYTHON_USEDEP}]"