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 805D4158099 for ; Fri, 24 Nov 2023 20:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C21032BC048; Fri, 24 Nov 2023 20:18:34 +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 A6EBC2BC048 for ; Fri, 24 Nov 2023 20:18:34 +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 A213C33BE93 for ; Fri, 24 Nov 2023 20:18:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A98613A3 for ; Fri, 24 Nov 2023 20:18:32 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1700857088.7f7688a31231ba51f89090c3983e92ecb7f96854.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: / X-VCS-Repository: proj/portage X-VCS-Files: tarball.sh X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 7f7688a31231ba51f89090c3983e92ecb7f96854 X-VCS-Branch: prefix Date: Fri, 24 Nov 2023 20:18:32 +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: d143bd47-d614-4ab2-b5a0-1844779f6c32 X-Archives-Hash: 46d83a4ebfe02f1a5e10ee5fec6190b2 commit: 7f7688a31231ba51f89090c3983e92ecb7f96854 Author: Fabian Groffen gentoo org> AuthorDate: Fri Nov 24 20:18:08 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Nov 24 20:18:08 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7f7688a3 tarball: setup.py is gone, meson.build is now here Signed-off-by: Fabian Groffen gentoo.org> tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarball.sh b/tarball.sh index 7d35dacf86..a8f52555da 100755 --- a/tarball.sh +++ b/tarball.sh @@ -26,7 +26,7 @@ cd "${DEST}" # expand version sed -i -e '/^VERSION\s*=/s/^.*$/VERSION = "'${V}_prefix'"/' \ lib/portage/__init__.py -sed -i -e "/version = /s/'[^']\+'/'${V}-prefix'/" setup.py +sed -i -e "/\