Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ROPgadget/
Date: Sun, 30 Oct 2022 09:40:28
Message-Id: 1667122786.abc2af75163cd047220a82b5e6f491cdf5ab29ef.sam@gentoo
1 commit: abc2af75163cd047220a82b5e6f491cdf5ab29ef
2 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
3 AuthorDate: Mon Oct 24 16:44:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:39:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc2af75
7
8 dev-util/ROPgadget: drop 6.9, 7.0
9
10 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
11 Closes: https://github.com/gentoo/gentoo/pull/27934
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-util/ROPgadget/Manifest | 2 --
15 dev-util/ROPgadget/ROPgadget-6.9.ebuild | 35 ---------------------------------
16 dev-util/ROPgadget/ROPgadget-7.0.ebuild | 35 ---------------------------------
17 3 files changed, 72 deletions(-)
18
19 diff --git a/dev-util/ROPgadget/Manifest b/dev-util/ROPgadget/Manifest
20 index 188f74f482a9..d568a746dedd 100644
21 --- a/dev-util/ROPgadget/Manifest
22 +++ b/dev-util/ROPgadget/Manifest
23 @@ -1,3 +1 @@
24 -DIST ROPgadget-6.9.gh.tar.gz 9903435 BLAKE2B de20400cc4b247a080ead3060c8790447e0d543e757975a17b5638ba9d5e44ff437a1f4a43731308427e92f9062c72b3e5bcdab68816f4e3ce19a849efc7d384 SHA512 c844a856e4185261fbd2b550c95439a7cfedf41c15fd988497b43c559264d266ebd3c684af705b539ed64f56526080313e1802f3cc6486a17d69439e0aa2a394
25 -DIST ROPgadget-7.0.gh.tar.gz 9903868 BLAKE2B 0e63dbffe6686ca0f92d8899e467f1e0db96d3c713711e8e4b8e6fb75ec9d9a37098d9192821f47ee30f4ed8ce58751ad1718f41685036a6e5d373d8b14bd197 SHA512 f4f6e0176b34a565bbdf7f720c1f937295c49d1b88485cfb9f2c1d48971b2a45bc32a6e50b372f959e5a2afe437a083f76abe9854ff66847c1e62c2d2499bfa1
26 DIST ROPgadget-7.1.gh.tar.gz 10092729 BLAKE2B dc06e99347987d9eb8b346a6a55599013b7d90b996cbd59f27721f26ce6e59a1ead7c0e3824fdb4fa4d215256d6ad378b2e6eec210561a217b2fa65b2efda169 SHA512 f86956108ba5f131a609026087d4d952cb106ed03e72b04844ae551bdf5902ff70b917bc7c2bcd256591142d4f03e3aef0ceca7ad0d325fb5663f892e27b4b70
27
28 diff --git a/dev-util/ROPgadget/ROPgadget-6.9.ebuild b/dev-util/ROPgadget/ROPgadget-6.9.ebuild
29 deleted file mode 100644
30 index b61e7d3fa997..000000000000
31 --- a/dev-util/ROPgadget/ROPgadget-6.9.ebuild
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{8..11} )
41 -PYTHON_REQ_USE="sqlite"
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Search for gadgets in binaries to facilitate your ROP exploitation"
46 -HOMEPAGE="https://shell-storm.org/project/ROPgadget/"
47 -
48 -if [[ ${PV} == 9999 ]]; then
49 - inherit git-r3
50 - EGIT_REPO_URI="https://github.com/JonathanSalwan/ROPgadget"
51 -else
52 - SRC_URI="https://github.com/JonathanSalwan/ROPgadget/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
53 - KEYWORDS="amd64 ~arm64 x86"
54 -fi
55 -
56 -LICENSE="GPL-2"
57 -SLOT="0"
58 -
59 -RDEPEND="
60 - ${PYTHON_DEPS}
61 - >=dev-libs/capstone-5[python,${PYTHON_USEDEP}]
62 -"
63 -
64 -src_test() {
65 - pushd test-suite-binaries || die
66 - ./test.sh || die
67 - popd || die
68 -}
69
70 diff --git a/dev-util/ROPgadget/ROPgadget-7.0.ebuild b/dev-util/ROPgadget/ROPgadget-7.0.ebuild
71 deleted file mode 100644
72 index b61e7d3fa997..000000000000
73 --- a/dev-util/ROPgadget/ROPgadget-7.0.ebuild
74 +++ /dev/null
75 @@ -1,35 +0,0 @@
76 -# Copyright 1999-2022 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=8
80 -
81 -DISTUTILS_USE_PEP517=setuptools
82 -PYTHON_COMPAT=( python3_{8..11} )
83 -PYTHON_REQ_USE="sqlite"
84 -
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="Search for gadgets in binaries to facilitate your ROP exploitation"
88 -HOMEPAGE="https://shell-storm.org/project/ROPgadget/"
89 -
90 -if [[ ${PV} == 9999 ]]; then
91 - inherit git-r3
92 - EGIT_REPO_URI="https://github.com/JonathanSalwan/ROPgadget"
93 -else
94 - SRC_URI="https://github.com/JonathanSalwan/ROPgadget/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
95 - KEYWORDS="amd64 ~arm64 x86"
96 -fi
97 -
98 -LICENSE="GPL-2"
99 -SLOT="0"
100 -
101 -RDEPEND="
102 - ${PYTHON_DEPS}
103 - >=dev-libs/capstone-5[python,${PYTHON_USEDEP}]
104 -"
105 -
106 -src_test() {
107 - pushd test-suite-binaries || die
108 - ./test.sh || die
109 - popd || die
110 -}