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 7EBAE158041 for ; Fri, 29 Mar 2024 07:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 438CDE2A07; Fri, 29 Mar 2024 07:51:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2C1F6E2A07 for ; Fri, 29 Mar 2024 07:51:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6646B33BF3B for ; Fri, 29 Mar 2024 07:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C73031607 for ; Fri, 29 Mar 2024 07:51:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1711698657.18af060708c47d61e08c44aebf46bf892ee5d419.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/pwndbg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/pwndbg/pwndbg-20240214.ebuild dev-debug/pwndbg/pwndbg-99999999.ebuild X-VCS-Directories: dev-debug/pwndbg/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 18af060708c47d61e08c44aebf46bf892ee5d419 X-VCS-Branch: master Date: Fri, 29 Mar 2024 07:51:00 +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: f88019de-2230-44ff-89d3-041868c3df42 X-Archives-Hash: 08b491a8ee4f8cb72eb2d7e9f1b6b07a commit: 18af060708c47d61e08c44aebf46bf892ee5d419 Author: Joonas Niilola gentoo org> AuthorDate: Fri Mar 29 07:46:34 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Mar 29 07:50:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18af0607 dev-debug/pwndbg: remove redundant sed calls Signed-off-by: Joonas Niilola gentoo.org> dev-debug/pwndbg/pwndbg-20240214.ebuild | 9 --------- dev-debug/pwndbg/pwndbg-99999999.ebuild | 9 --------- 2 files changed, 18 deletions(-) diff --git a/dev-debug/pwndbg/pwndbg-20240214.ebuild b/dev-debug/pwndbg/pwndbg-20240214.ebuild index 660b4d397fec..20a51614142c 100644 --- a/dev-debug/pwndbg/pwndbg-20240214.ebuild +++ b/dev-debug/pwndbg/pwndbg-20240214.ebuild @@ -45,15 +45,6 @@ RDEPEND=" # Tests are architectur-specific (precompiled binaries) RESTRICT="test" -src_prepare() { - if [[ ${PV} != 99999999 ]]; then - sed -e "s/__version__ = '\(.*\)'/__version__ = '${PV}'/" \ - -i pwndbg/lib/version.py || die - fi - - default -} - src_install() { distutils-r1_src_install diff --git a/dev-debug/pwndbg/pwndbg-99999999.ebuild b/dev-debug/pwndbg/pwndbg-99999999.ebuild index 660b4d397fec..20a51614142c 100644 --- a/dev-debug/pwndbg/pwndbg-99999999.ebuild +++ b/dev-debug/pwndbg/pwndbg-99999999.ebuild @@ -45,15 +45,6 @@ RDEPEND=" # Tests are architectur-specific (precompiled binaries) RESTRICT="test" -src_prepare() { - if [[ ${PV} != 99999999 ]]; then - sed -e "s/__version__ = '\(.*\)'/__version__ = '${PV}'/" \ - -i pwndbg/lib/version.py || die - fi - - default -} - src_install() { distutils-r1_src_install