From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23236158089 for ; Wed, 4 Oct 2023 21:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EB2B2BC0E3; Wed, 4 Oct 2023 21:56:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E6A22BC0E3 for ; Wed, 4 Oct 2023 21:56:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79C7D335D0A for ; Wed, 4 Oct 2023 21:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5AE1994 for ; Wed, 4 Oct 2023 21:56:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1696456538.4916c381a9b96c915b89a483dcc2441f11bac743.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ROPgadget/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ROPgadget/Manifest dev-util/ROPgadget/ROPgadget-7.3-r1.ebuild X-VCS-Directories: dev-util/ROPgadget/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 4916c381a9b96c915b89a483dcc2441f11bac743 X-VCS-Branch: master Date: Wed, 4 Oct 2023 21:56:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d18a74a3-f0f2-4328-a0f9-03a1f7bf9914 X-Archives-Hash: 950efebbeb057911b3a0c78fa567c108 commit: 4916c381a9b96c915b89a483dcc2441f11bac743 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Wed Oct 4 21:14:28 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 4 21:55:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4916c381 dev-util/ROPgadget: drop 7.3-r1 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Conrad Kostecki gentoo.org> dev-util/ROPgadget/Manifest | 1 - dev-util/ROPgadget/ROPgadget-7.3-r1.ebuild | 38 ------------------------------ 2 files changed, 39 deletions(-) diff --git a/dev-util/ROPgadget/Manifest b/dev-util/ROPgadget/Manifest index 6af1390f7fdb..b33ee449d749 100644 --- a/dev-util/ROPgadget/Manifest +++ b/dev-util/ROPgadget/Manifest @@ -1,2 +1 @@ -DIST ROPgadget-7.3.gh.tar.gz 10105592 BLAKE2B b5bfa7bbac6875c2a417c65f3415603c07fda64f96416bba7fc4d6ea653c81b97b7dc4d8573ad53f3353862a218afb15aeaf238880d82a568b6cbe1bb276eb99 SHA512 58457f77c24a1cc4cc703c75aed9303f63ce3eba699210239603e274f134ec06d73b2c519b78176fcaaf6794a81c5a59bb9bafeaa429f7085443372e1087e173 DIST ROPgadget-7.4.gh.tar.gz 10110520 BLAKE2B 1c5dc52d377b4b580aa72351ce7863c9f819b39cbf0732b33eb8330d0229166250978fde123f8bf1e3a45d5fe791b17da1a93a49c8c45755d5dc1b7f8e05bf52 SHA512 0906cf7e916967ac5f446778ddc4ffdca78b8cf23c584968c116fdd43bc8488624104fbb78380516a54356dc4c4d50c5d10cc462bdd507435d5f70f8b9d51fa7 diff --git a/dev-util/ROPgadget/ROPgadget-7.3-r1.ebuild b/dev-util/ROPgadget/ROPgadget-7.3-r1.ebuild deleted file mode 100644 index 3d578eb0d617..000000000000 --- a/dev-util/ROPgadget/ROPgadget-7.3-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 - -DESCRIPTION="Search for gadgets in binaries to facilitate your ROP exploitation" -HOMEPAGE="https://shell-storm.org/project/ROPgadget/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/JonathanSalwan/ROPgadget" -else - SRC_URI="https://github.com/JonathanSalwan/ROPgadget/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" -fi - -LICENSE="GPL-2" -SLOT="0" - -# Version 7.3 and older is incompatible to >=dev-libs/capstone-5.0_rc3. -# See https://bugs.gentoo.org/912164 and -# https://github.com/JonathanSalwan/ROPgadget/issues/190. -RDEPEND=" - ${PYTHON_DEPS} - ~dev-libs/capstone-5.0_rc2[python,${PYTHON_USEDEP}] -" - -src_test() { - pushd test-suite-binaries || die - ./test.sh || die - popd || die -}