From 7829de2d0e8110ddc858dea6dcbe6f4e64745d5d Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Thu, 21 Nov 2019 22:27:19 +0300 Subject: [PATCH] pwntools: drop 3.12.2-r2 --- app-exploits/pwntools/Manifest | 1 - .../pwntools/pwntools-3.12.2-r2.ebuild | 48 ------------------- 2 files changed, 49 deletions(-) delete mode 100644 app-exploits/pwntools/pwntools-3.12.2-r2.ebuild diff --git a/app-exploits/pwntools/Manifest b/app-exploits/pwntools/Manifest index 2bee69dac..5e7c1d6c9 100644 --- a/app-exploits/pwntools/Manifest +++ b/app-exploits/pwntools/Manifest @@ -1,2 +1 @@ -DIST pwntools-3.12.2.tar.gz 1138628 BLAKE2B 66edbb8148f958d66dcfdd267a89be0fb78a2dcb90ced40e541737333866f0405f049cc7b42e206a1469ac2cc9168ebe14faed75e303b07bf88581b20b264ee9 SHA512 6dcb3a83e668b2ab9ac191e66430702b9e62813f6d7872f8ba08a6b1753235c542810eaeef8bed94f4286309db4094e66ee9ff9895bbc049983be8d4c67a01f8 DIST pwntools-3.13.0.tar.gz 1141340 BLAKE2B 9c137834076dc31f5879f92927a9e9ff2242f1a2ee14b3499f1bdb3c54632f38f6ac62e8b6736c8a12e8a7a7f2c13889a464696c9913f8387c8455d7dfe039ad SHA512 6480fef7a2ed2b9dcee15fb8cddbbb4f33fbb9e61648faad2e6736e15218022187d22bb41d832148c76ebae07f512e46784c08994a040fd330856dfb810a033d diff --git a/app-exploits/pwntools/pwntools-3.12.2-r2.ebuild b/app-exploits/pwntools/pwntools-3.12.2-r2.ebuild deleted file mode 100644 index fd23a3b18..000000000 --- a/app-exploits/pwntools/pwntools-3.12.2-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="CTF framework and exploit development library" -HOMEPAGE="https://github.com/Gallopsled/pwntools" -SRC_URI="https://github.com/Gallopsled/pwntools/archive/${PV}.tar.gz -> ${P}.tar.gz" - -#WTF? Most is under an MIT license, but a few pieces are under GPL or a BSD 2-clause licence -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-python/paramiko[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] - dev-python/pyelftools[${PYTHON_USEDEP}] - dev-libs/capstone[python,${PYTHON_USEDEP}] - !!dev-libs/capstone-bindings - app-exploits/ROPgadget[${PYTHON_USEDEP}] - dev-python/pyserial[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/PySocks[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] -