diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-10-01 23:33:06 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 10:49:28 +0100 |
commit | 3a0079d8f0c7981423c96b7767a76b4b2a1ee59a (patch) | |
tree | 003e870209ebf75c16e2d2094f84ff2492b6abc7 /dev-util | |
parent | dev-util/pwntools: add 4.14.0_beta1 (diff) | |
download | gentoo-3a0079d8f0c7981423c96b7767a76b4b2a1ee59a.tar.gz gentoo-3a0079d8f0c7981423c96b7767a76b4b2a1ee59a.tar.bz2 gentoo-3a0079d8f0c7981423c96b7767a76b4b2a1ee59a.zip |
dev-util/pwntools: drop 4.12.0, 4.13.0_beta0, 4.14.0_beta0
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/38843
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pwntools/Manifest | 3 | ||||
-rw-r--r-- | dev-util/pwntools/pwntools-4.12.0.ebuild | 73 | ||||
-rw-r--r-- | dev-util/pwntools/pwntools-4.13.0_beta0.ebuild | 73 | ||||
-rw-r--r-- | dev-util/pwntools/pwntools-4.14.0_beta0.ebuild | 73 |
4 files changed, 0 insertions, 222 deletions
diff --git a/dev-util/pwntools/Manifest b/dev-util/pwntools/Manifest index 818f34294dc4..4edfa7c59869 100644 --- a/dev-util/pwntools/Manifest +++ b/dev-util/pwntools/Manifest @@ -1,6 +1,3 @@ -DIST pwntools-4.12.0.gh.tar.gz 4245062 BLAKE2B f4739b659f30b8f8522881cacaceed96e12a8c4c9591c738a3b1b98cbd8ec7ce49d2adbffb099deb470a72d9880c0c2aea2702ec8ea48dfe9894c780d549fa5e SHA512 3034546d32ab81384241d94bfeaec4f54ac134b80a4c466dd3275d72a92d0fc83dd559c210857496cdc97ec86cdf1ad88c7c454ad6257980c58bafa5281a33da DIST pwntools-4.13.0.gh.tar.gz 4388643 BLAKE2B 59a50621135e5e0fd247de37f9367d07155ab370fab5e5985a2e5900451d1d52b5b8362da2c1f59aaea36cfec9414345d2697256a4197fb0d31e90b4e58af45b SHA512 23511d60f619f7d6fb0cbe8389069e94c9b4ff33a3454c98e02db7b9ab591395511b56121f5bab7a8edd75ad06ca80154d379cda73acf61758e6d1215e463ed6 -DIST pwntools-4.13.0_beta0.gh.tar.gz 4385937 BLAKE2B 17232ab24139ccc9376f71ea31a1f4ef5a0bbcc0610e868c894c4f79865c44ccd9c029956cf566accddb38b64d2f5a1649113f8163d69fa3c0acf20e21817de7 SHA512 3bed645b6f9e19ef4b625e9a51a33d301e6ad640eeee4d1f647b081d10d34b6eed7f083a89d77da3bd03eac2d9cda462ca380b354de2691e87d0dfc2d74a53da DIST pwntools-4.13.1.gh.tar.gz 4388789 BLAKE2B e7f83e877f4f5b870bc7d2036d22746d997877c9de6bb76bf21010c6c5052d617670424d6a347455547085d385a165b7d00ca5c16b9789817690e5b128ba66d9 SHA512 9906b1f3abb747316ec2f6ce8ed23030a580ec07206ca1662f44eb9153be5d65bdfc4b9594778f6521be40e48acd48e2b6a83d4818161e2cc2eaae5ebeae7160 -DIST pwntools-4.14.0_beta0.gh.tar.gz 4424598 BLAKE2B c4457fbafe8e85a377de36e9889f937310b592f982529f0c6fe79ab2459ffe84aae29e5a2f1d8b8827239607b828eb2c196789b77636ee92d01d0bc45003c6a0 SHA512 eb18d5c6b6008854eeb1698a094c6f42bef0ab07c65e4222dde3ef785c5ea57bd0244038c144f2b597cad83ad173bd73a5af90b7e309a207615976dc8c5c501f DIST pwntools-4.14.0_beta1.gh.tar.gz 4423427 BLAKE2B e5240782f90098582342068296e0ce2fa3f8ba1f9600d273a8d83afca3ac95ba7fcef67e07c80044d4553a67a771d22f463caefef15bdca0f6f53db5cae87cc7 SHA512 b35ad15071633966637e5c9f45d4c0c0b897c1df946c2877a9c163ad041eb7da0203003615ae7d4aa2c8d3c558dd1b538e97d75e052ea864f0e6d8af20f33b1e diff --git a/dev-util/pwntools/pwntools-4.12.0.ebuild b/dev-util/pwntools/pwntools-4.12.0.ebuild deleted file mode 100644 index 3c844a90b542..000000000000 --- a/dev-util/pwntools/pwntools-4.12.0.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="CTF framework and exploit development library" -HOMEPAGE="https://github.com/Gallopsled/pwntools" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Gallopsled/pwntools.git" -else - SRC_URI="https://github.com/Gallopsled/pwntools/archive/${PV/_beta/beta}.tar.gz -> ${P}.gh.tar.gz" - if [[ ${PV} != *_beta* ]] ; then - KEYWORDS="amd64 ~arm64 ~riscv x86" - fi - S="${WORKDIR}/${PN}-${PV/_beta/beta}" -fi - -LICENSE="MIT GPL-2+ BSD-2" -SLOT="0" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}] - >=dev-util/ROPgadget-5.3[${PYTHON_USEDEP}] - >=dev-util/unicorn-1.0.2[python,${PYTHON_USEDEP}] - dev-python/colored-traceback[${PYTHON_USEDEP}] - >=dev-python/intervaltree-3.0[${PYTHON_USEDEP}] - >=dev-python/mako-1.0.0[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - >=dev-python/paramiko-1.15.2[${PYTHON_USEDEP}] - >=dev-python/psutil-3.3.0[${PYTHON_USEDEP}] - >=dev-python/pyelftools-0.24[${PYTHON_USEDEP}] - >=dev-python/pygments-2.0[${PYTHON_USEDEP}] - >=dev-python/pyserial-2.7[${PYTHON_USEDEP}] - dev-python/PySocks[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-2.0[${PYTHON_USEDEP}] - dev-python/rpyc[${PYTHON_USEDEP}] - >=dev-python/six-1.12.0[${PYTHON_USEDEP}] - dev-python/sortedcontainers[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}/${PN}-4.11.0_update_deps.patch" -) - -python_configure_all() { - DISTUTILS_ARGS=( - --only-use-pwn-command - ) -} - -src_install() { - distutils-r1_src_install - - newbashcomp extra/bash_completion.d/pwn pwn - newbashcomp extra/bash_completion.d/shellcraft shellcraft - - insinto /usr/share/zsh/site-functions - doins extra/zsh_completion/_pwn - - # Disable automatic update check (bug 915496). - insinto /etc - doins "${FILESDIR}/pwn.conf" - - rm -r "${ED}/usr/pwntools-doc" || die -} diff --git a/dev-util/pwntools/pwntools-4.13.0_beta0.ebuild b/dev-util/pwntools/pwntools-4.13.0_beta0.ebuild deleted file mode 100644 index 7811e0a1eebf..000000000000 --- a/dev-util/pwntools/pwntools-4.13.0_beta0.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="CTF framework and exploit development library" -HOMEPAGE="https://github.com/Gallopsled/pwntools" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Gallopsled/pwntools.git" -else - SRC_URI="https://github.com/Gallopsled/pwntools/archive/${PV/_beta/beta}.tar.gz -> ${P}.gh.tar.gz" - if [[ ${PV} != *_beta* ]] ; then - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - fi - S="${WORKDIR}/${PN}-${PV/_beta/beta}" -fi - -LICENSE="MIT GPL-2+ BSD-2" -SLOT="0" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}] - >=dev-util/ROPgadget-5.3[${PYTHON_USEDEP}] - >=dev-util/unicorn-1.0.2[python,${PYTHON_USEDEP}] - dev-python/colored-traceback[${PYTHON_USEDEP}] - >=dev-python/intervaltree-3.0[${PYTHON_USEDEP}] - >=dev-python/mako-1.0.0[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - >=dev-python/paramiko-1.15.2[${PYTHON_USEDEP}] - >=dev-python/psutil-3.3.0[${PYTHON_USEDEP}] - >=dev-python/pyelftools-0.24[${PYTHON_USEDEP}] - >=dev-python/pygments-2.0[${PYTHON_USEDEP}] - >=dev-python/pyserial-2.7[${PYTHON_USEDEP}] - dev-python/PySocks[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-2.0[${PYTHON_USEDEP}] - dev-python/rpyc[${PYTHON_USEDEP}] - >=dev-python/six-1.12.0[${PYTHON_USEDEP}] - dev-python/sortedcontainers[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}/${PN}-4.11.0_update_deps.patch" -) - -python_configure_all() { - DISTUTILS_ARGS=( - --only-use-pwn-command - ) -} - -src_install() { - distutils-r1_src_install - - newbashcomp extra/bash_completion.d/pwn pwn - newbashcomp extra/bash_completion.d/shellcraft shellcraft - - insinto /usr/share/zsh/site-functions - doins extra/zsh_completion/_pwn - - # Disable automatic update check (bug 915496). - insinto /etc - doins "${FILESDIR}/pwn.conf" - - rm -r "${ED}/usr/pwntools-doc" || die -} diff --git a/dev-util/pwntools/pwntools-4.14.0_beta0.ebuild b/dev-util/pwntools/pwntools-4.14.0_beta0.ebuild deleted file mode 100644 index 3bd677b51569..000000000000 --- a/dev-util/pwntools/pwntools-4.14.0_beta0.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="CTF framework and exploit development library" -HOMEPAGE="https://github.com/Gallopsled/pwntools" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Gallopsled/pwntools.git" -else - SRC_URI="https://github.com/Gallopsled/pwntools/archive/${PV/_beta/beta}.tar.gz -> ${P}.gh.tar.gz" - if [[ ${PV} != *_beta* ]] ; then - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - fi - S="${WORKDIR}/${PN}-${PV/_beta/beta}" -fi - -LICENSE="MIT GPL-2+ BSD-2" -SLOT="0" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}] - >=dev-util/ROPgadget-5.3[${PYTHON_USEDEP}] - >=dev-util/unicorn-1.0.2[python,${PYTHON_USEDEP}] - dev-python/colored-traceback[${PYTHON_USEDEP}] - >=dev-python/intervaltree-3.0[${PYTHON_USEDEP}] - >=dev-python/mako-1.0.0[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - >=dev-python/paramiko-1.15.2[${PYTHON_USEDEP}] - >=dev-python/psutil-3.3.0[${PYTHON_USEDEP}] - >=dev-python/pyelftools-0.29[${PYTHON_USEDEP}] - >=dev-python/pygments-2.0[${PYTHON_USEDEP}] - >=dev-python/pyserial-2.7[${PYTHON_USEDEP}] - dev-python/PySocks[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-2.0[${PYTHON_USEDEP}] - dev-python/rpyc[${PYTHON_USEDEP}] - >=dev-python/six-1.12.0[${PYTHON_USEDEP}] - dev-python/sortedcontainers[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}/${PN}-4.11.0_update_deps.patch" -) - -python_configure_all() { - DISTUTILS_ARGS=( - --only-use-pwn-command - ) -} - -src_install() { - distutils-r1_src_install - - newbashcomp extra/bash_completion.d/pwn pwn - newbashcomp extra/bash_completion.d/shellcraft shellcraft - - insinto /usr/share/zsh/site-functions - doins extra/zsh_completion/_pwn - - # Disable automatic update check (bug 915496). - insinto /etc - doins "${FILESDIR}/pwn.conf" - - rm -r "${ED}/usr/pwntools-doc" || die -} |