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 B40CD158087 for ; Fri, 28 Jan 2022 05:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 494522BC053; Fri, 28 Jan 2022 05:18:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAE8A2BC052 for ; Fri, 28 Jan 2022 05:18:45 +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 C1AD93432C4 for ; Fri, 28 Jan 2022 05:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C364F2B3 for ; Fri, 28 Jan 2022 05:18:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1643347004.4e8c857abe0389613cc28766ea3fbb7b15cafdd6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ropper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ropper/Manifest dev-util/ropper/metadata.xml dev-util/ropper/ropper-1.13.6.ebuild dev-util/ropper/ropper-9999.ebuild X-VCS-Directories: dev-util/ropper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4e8c857abe0389613cc28766ea3fbb7b15cafdd6 X-VCS-Branch: master Date: Fri, 28 Jan 2022 05:18:41 +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: 66678fbe-fded-4eaf-94cc-f89b561d0dba X-Archives-Hash: 0803d4020eb4795d97f686e4d0924938 commit: 4e8c857abe0389613cc28766ea3fbb7b15cafdd6 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Sat Jan 15 13:10:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 28 05:16:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8c857a dev-util/ropper: new ebuild Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Sam James gentoo.org> dev-util/ropper/Manifest | 1 + dev-util/ropper/metadata.xml | 23 +++++++++++++++++++++ dev-util/ropper/ropper-1.13.6.ebuild | 39 ++++++++++++++++++++++++++++++++++++ dev-util/ropper/ropper-9999.ebuild | 39 ++++++++++++++++++++++++++++++++++++ 4 files changed, 102 insertions(+) diff --git a/dev-util/ropper/Manifest b/dev-util/ropper/Manifest new file mode 100644 index 000000000000..1e30c7f56dee --- /dev/null +++ b/dev-util/ropper/Manifest @@ -0,0 +1 @@ +DIST ropper-1.13.6.tar.gz 1491005 BLAKE2B aa82c9791eec2362c79f3cd96995cb505b73c8131b0b6fe6a7d0932e3551dd15ea401383e12ab79901ea05e749cb2ca8244fa3c909e0e8955910d321c8436ea9 SHA512 c3e20bc7182a94984f50c42334a7af1e64bd564615a3aaaa08f432b0641a9557d27fd19bdb6c33a276d66c4b512534c625751e20531c324bde96a58d9c89b6d4 diff --git a/dev-util/ropper/metadata.xml b/dev-util/ropper/metadata.xml new file mode 100644 index 000000000000..55a2e0eba0c7 --- /dev/null +++ b/dev-util/ropper/metadata.xml @@ -0,0 +1,23 @@ + + + + + mario.haustein@hrz.tu-chemnitz.de + Mario Haustein + + + sam@gentoo.org + Sam James + + + You can use ropper to display information about binary files in + different file formats and you can search for gadgets to build rop + chains for different architectures. + + + Enable Z3 contraint solver support + + + sashs/Ropper + + diff --git a/dev-util/ropper/ropper-1.13.6.ebuild b/dev-util/ropper/ropper-1.13.6.ebuild new file mode 100644 index 000000000000..edf020a8ceb0 --- /dev/null +++ b/dev-util/ropper/ropper-1.13.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..10} ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="Use to display information about binary files in different file formats" +HOMEPAGE="https://scoding.de/ropper https://github.com/sashs/Ropper" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/sashs/Ropper" +else + SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/Ropper-${PV}" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="z3" +RESTRICT="test" + +RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-libs/capstone[python,${PYTHON_USEDEP}] + dev-libs/keystone[python,${PYTHON_USEDEP}] + dev-python/filebytes[${PYTHON_USEDEP}] + ') + z3? ( sci-mathematics/z3[python,${PYTHON_SINGLE_USEDEP}] ) +" +DEPEND="${RDEPEND}" + +distutils_enable_tests setup.py diff --git a/dev-util/ropper/ropper-9999.ebuild b/dev-util/ropper/ropper-9999.ebuild new file mode 100644 index 000000000000..edf020a8ceb0 --- /dev/null +++ b/dev-util/ropper/ropper-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..10} ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="Use to display information about binary files in different file formats" +HOMEPAGE="https://scoding.de/ropper https://github.com/sashs/Ropper" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/sashs/Ropper" +else + SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/Ropper-${PV}" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="z3" +RESTRICT="test" + +RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-libs/capstone[python,${PYTHON_USEDEP}] + dev-libs/keystone[python,${PYTHON_USEDEP}] + dev-python/filebytes[${PYTHON_USEDEP}] + ') + z3? ( sci-mathematics/z3[python,${PYTHON_SINGLE_USEDEP}] ) +" +DEPEND="${RDEPEND}" + +distutils_enable_tests setup.py