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 C08E415806E for ; Mon, 22 May 2023 16:26:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02E5AE0AE1; Mon, 22 May 2023 16:26:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E0DDFE0AE1 for ; Mon, 22 May 2023 16:26:25 +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 28255335D60 for ; Mon, 22 May 2023 16:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 402C9A78 for ; Mon, 22 May 2023 16:26:22 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1684772774.a2b773e09e3c5bde3deaafaed2fe248ebd350efb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash/bash-5.0_p18-r1.ebuild app-shells/bash/bash-5.0_p18.ebuild app-shells/bash/bash-5.1_p16-r2.ebuild app-shells/bash/bash-5.1_p16-r3.ebuild app-shells/bash/bash-5.1_p16-r4.ebuild app-shells/bash/bash-5.1_p16-r5.ebuild app-shells/bash/bash-5.2_p15-r2.ebuild app-shells/bash/bash-5.2_p15-r3.ebuild app-shells/bash/bash-9999.ebuild X-VCS-Directories: app-shells/bash/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a2b773e09e3c5bde3deaafaed2fe248ebd350efb X-VCS-Branch: master Date: Mon, 22 May 2023 16:26:22 +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: de2c65a4-43ac-48d5-8420-12cf9b9b1714 X-Archives-Hash: 8b84057b24ae8cfeee622a18d92d492b commit: a2b773e09e3c5bde3deaafaed2fe248ebd350efb Author: David Seifert gentoo org> AuthorDate: Mon May 22 16:26:14 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Mon May 22 16:26:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b773e0 app-shells/bash: remove ${USERLAND} Signed-off-by: David Seifert gentoo.org> app-shells/bash/{bash-5.0_p18.ebuild => bash-5.0_p18-r1.ebuild} | 2 +- app-shells/bash/{bash-5.1_p16-r2.ebuild => bash-5.1_p16-r4.ebuild} | 2 +- app-shells/bash/{bash-5.1_p16-r3.ebuild => bash-5.1_p16-r5.ebuild} | 2 +- app-shells/bash/{bash-5.2_p15-r2.ebuild => bash-5.2_p15-r3.ebuild} | 2 +- app-shells/bash/bash-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-shells/bash/bash-5.0_p18.ebuild b/app-shells/bash/bash-5.0_p18-r1.ebuild similarity index 99% rename from app-shells/bash/bash-5.0_p18.ebuild rename to app-shells/bash/bash-5.0_p18-r1.ebuild index 23ec36757da4..704cb5b5fbe4 100644 --- a/app-shells/bash/bash-5.0_p18.ebuild +++ b/app-shells/bash/bash-5.0_p18-r1.ebuild @@ -218,7 +218,7 @@ src_install() { done local sed_args=( - -e "s:#${USERLAND}#@::" + -e 's:#GNU#@::' -e '/#@/d' ) diff --git a/app-shells/bash/bash-5.1_p16-r2.ebuild b/app-shells/bash/bash-5.1_p16-r4.ebuild similarity index 99% rename from app-shells/bash/bash-5.1_p16-r2.ebuild rename to app-shells/bash/bash-5.1_p16-r4.ebuild index a9b7b120cc74..0b77f1aab780 100644 --- a/app-shells/bash/bash-5.1_p16-r2.ebuild +++ b/app-shells/bash/bash-5.1_p16-r4.ebuild @@ -250,7 +250,7 @@ src_install() { done local sed_args=( - -e "s:#${USERLAND}#@::" + -e 's:#GNU#@::' -e '/#@/d' ) diff --git a/app-shells/bash/bash-5.1_p16-r3.ebuild b/app-shells/bash/bash-5.1_p16-r5.ebuild similarity index 99% rename from app-shells/bash/bash-5.1_p16-r3.ebuild rename to app-shells/bash/bash-5.1_p16-r5.ebuild index 9ff113498a62..706d0106eb91 100644 --- a/app-shells/bash/bash-5.1_p16-r3.ebuild +++ b/app-shells/bash/bash-5.1_p16-r5.ebuild @@ -252,7 +252,7 @@ src_install() { done local sed_args=( - -e "s:#${USERLAND}#@::" + -e 's:#GNU#@::' -e '/#@/d' ) diff --git a/app-shells/bash/bash-5.2_p15-r2.ebuild b/app-shells/bash/bash-5.2_p15-r3.ebuild similarity index 99% rename from app-shells/bash/bash-5.2_p15-r2.ebuild rename to app-shells/bash/bash-5.2_p15-r3.ebuild index 6d741db8454c..1c78f3bab2c0 100644 --- a/app-shells/bash/bash-5.2_p15-r2.ebuild +++ b/app-shells/bash/bash-5.2_p15-r3.ebuild @@ -292,7 +292,7 @@ src_install() { done local sed_args=( - -e "s:#${USERLAND}#@::" + -e 's:#GNU#@::' -e '/#@/d' ) diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 7d9c7837f3c1..105e8c1c815e 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -290,7 +290,7 @@ src_install() { done local sed_args=( - -e "s:#${USERLAND}#@::" + -e 's:#GNU#@::' -e '/#@/d' )