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 3E37615800F for ; Tue, 31 Jan 2023 02:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA65E091D; Tue, 31 Jan 2023 02:01:23 +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 02932E092C for ; Tue, 31 Jan 2023 02:01:22 +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 DE135340D55 for ; Tue, 31 Jan 2023 02:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85FFA897 for ; Tue, 31 Jan 2023 02:01:19 +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: <1675130435.6ac84dc1e4aec4f49796e82c5471e489406fbaea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pwndbg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pwndbg/pwndbg-20221219-r2.ebuild dev-util/pwndbg/pwndbg-99999999.ebuild X-VCS-Directories: dev-util/pwndbg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6ac84dc1e4aec4f49796e82c5471e489406fbaea X-VCS-Branch: master Date: Tue, 31 Jan 2023 02:01:19 +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: e3fa3500-8920-44b1-9f42-9ff1239fbb1e X-Archives-Hash: 6c7a9e39ca32d16e588e1c0fcf9975c1 commit: 6ac84dc1e4aec4f49796e82c5471e489406fbaea Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Mon Jan 30 22:24:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 31 02:00:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac84dc1 dev-util/pwndbg: update dependencies Closes: https://bugs.gentoo.org/889628 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/29349 Signed-off-by: Sam James gentoo.org> ...bg-99999999.ebuild => pwndbg-20221219-r2.ebuild} | 19 +++++++++---------- dev-util/pwndbg/pwndbg-99999999.ebuild | 21 +++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/dev-util/pwndbg/pwndbg-99999999.ebuild b/dev-util/pwndbg/pwndbg-20221219-r2.ebuild similarity index 82% copy from dev-util/pwndbg/pwndbg-99999999.ebuild copy to dev-util/pwndbg/pwndbg-20221219-r2.ebuild index bcd220f3d9af..2c9a6ddb9ae8 100644 --- a/dev-util/pwndbg/pwndbg-99999999.ebuild +++ b/dev-util/pwndbg/pwndbg-20221219-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,15 +32,14 @@ RDEPEND=" ${PYTHON_DEPS} sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep ' - dev-libs/capstone[python,${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pycparser[${PYTHON_USEDEP}] - dev-python/pyelftools[${PYTHON_USEDEP}] - dev-python/python-ptrace[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-util/ROPgadget[${PYTHON_USEDEP}] - dev-util/unicorn[python,${PYTHON_USEDEP}] + >=dev-libs/capstone-4.0.2[python,${PYTHON_USEDEP}] + >=dev-python/psutil-5.9.2[${PYTHON_USEDEP}] + >=dev-python/pycparser-2.21[${PYTHON_USEDEP}] + >=dev-python/pyelftools-0.29[${PYTHON_USEDEP}] + >=dev-python/pygments-2.13.0[${PYTHON_USEDEP}] + >=dev-util/pwntools-4.8.0[${PYTHON_USEDEP}] + >=dev-util/ROPgadget-7.1[${PYTHON_USEDEP}] + >=dev-util/unicorn-2.0.1[python,${PYTHON_USEDEP}] ')" src_prepare() { diff --git a/dev-util/pwndbg/pwndbg-99999999.ebuild b/dev-util/pwndbg/pwndbg-99999999.ebuild index bcd220f3d9af..bd3b1a48231a 100644 --- a/dev-util/pwndbg/pwndbg-99999999.ebuild +++ b/dev-util/pwndbg/pwndbg-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,15 +32,16 @@ RDEPEND=" ${PYTHON_DEPS} sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep ' - dev-libs/capstone[python,${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pycparser[${PYTHON_USEDEP}] - dev-python/pyelftools[${PYTHON_USEDEP}] - dev-python/python-ptrace[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-util/ROPgadget[${PYTHON_USEDEP}] - dev-util/unicorn[python,${PYTHON_USEDEP}] + >=dev-libs/capstone-4.0.2[python,${PYTHON_USEDEP}] + >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}] + >=dev-python/pycparser-2.21[${PYTHON_USEDEP}] + >=dev-python/pyelftools-0.29[${PYTHON_USEDEP}] + >=dev-python/pygments-2.13.0[${PYTHON_USEDEP}] + >=dev-python/tabulate-0.8.10[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-4.3.0[${PYTHON_USEDEP}] + >=dev-util/pwntools-4.9.0[${PYTHON_USEDEP}] + >=dev-util/ROPgadget-7.2[${PYTHON_USEDEP}] + >=dev-util/unicorn-2.0.1[python,${PYTHON_USEDEP}] ')" src_prepare() {