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 34845158089 for ; Thu, 26 Oct 2023 17:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78FBC2BC092; Thu, 26 Oct 2023 17:08:11 +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 5ADFF2BC092 for ; Thu, 26 Oct 2023 17:08:11 +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 70C77335C11 for ; Thu, 26 Oct 2023 17:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F09C8EE for ; Thu, 26 Oct 2023 17:08:09 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1698338662.6903a68f1e0d57d866b46fe0ed3ccaf8c487c119.ulm@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/prepall bin/ebuild-helpers/prepalldocs bin/ebuild-helpers/prepallinfo bin/ebuild-helpers/prepallman bin/ebuild-helpers/prepallstrip bin/ebuild-helpers/prepinfo bin/ebuild-helpers/prepman bin/ebuild-helpers/prepstrip X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6903a68f1e0d57d866b46fe0ed3ccaf8c487c119 X-VCS-Branch: master Date: Thu, 26 Oct 2023 17:08:09 +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: f3d1cc77-0214-4d99-b28c-65e110c85119 X-Archives-Hash: 16564d3c9060dc0e226715ca8f76554a commit: 6903a68f1e0d57d866b46fe0ed3ccaf8c487c119 Author: Ulrich Müller gentoo org> AuthorDate: Thu Oct 26 16:03:16 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 26 16:44:22 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6903a68f prep*: Symlink banned helpers to prepall Signed-off-by: Ulrich Müller gentoo.org> bin/ebuild-helpers/prepall | 2 +- bin/ebuild-helpers/prepalldocs | 9 +-------- bin/ebuild-helpers/prepallinfo | 9 +-------- bin/ebuild-helpers/prepallman | 9 +-------- bin/ebuild-helpers/prepallstrip | 9 +-------- bin/ebuild-helpers/prepinfo | 9 +-------- bin/ebuild-helpers/prepman | 9 +-------- bin/ebuild-helpers/prepstrip | 9 +-------- 8 files changed, 8 insertions(+), 57 deletions(-) diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall index 6af94db030..80fcecba60 100755 --- a/bin/ebuild-helpers/prepall +++ b/bin/ebuild-helpers/prepall @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1 diff --git a/bin/ebuild-helpers/prepalldocs b/bin/ebuild-helpers/prepalldocs deleted file mode 100755 index 6af94db030..0000000000 --- a/bin/ebuild-helpers/prepalldocs +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1 - -die "'${0##*/}' is not allowed in ebuild scope" -exit 1 diff --git a/bin/ebuild-helpers/prepalldocs b/bin/ebuild-helpers/prepalldocs new file mode 120000 index 0000000000..87292339f4 --- /dev/null +++ b/bin/ebuild-helpers/prepalldocs @@ -0,0 +1 @@ +prepall \ No newline at end of file diff --git a/bin/ebuild-helpers/prepallinfo b/bin/ebuild-helpers/prepallinfo deleted file mode 100755 index 6af94db030..0000000000 --- a/bin/ebuild-helpers/prepallinfo +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1 - -die "'${0##*/}' is not allowed in ebuild scope" -exit 1 diff --git a/bin/ebuild-helpers/prepallinfo b/bin/ebuild-helpers/prepallinfo new file mode 120000 index 0000000000..87292339f4 --- /dev/null +++ b/bin/ebuild-helpers/prepallinfo @@ -0,0 +1 @@ +prepall \ No newline at end of file diff --git a/bin/ebuild-helpers/prepallman b/bin/ebuild-helpers/prepallman deleted file mode 100755 index 6af94db030..0000000000 --- a/bin/ebuild-helpers/prepallman +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1 - -die "'${0##*/}' is not allowed in ebuild scope" -exit 1 diff --git a/bin/ebuild-helpers/prepallman b/bin/ebuild-helpers/prepallman new file mode 120000 index 0000000000..87292339f4 --- /dev/null +++ b/bin/ebuild-helpers/prepallman @@ -0,0 +1 @@ +prepall \ No newline at end of file diff --git a/bin/ebuild-helpers/prepallstrip b/bin/ebuild-helpers/prepallstrip deleted file mode 100755 index 80fcecba60..0000000000 --- a/bin/ebuild-helpers/prepallstrip +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1 - -die "'${0##*/}' is not allowed in ebuild scope" -exit 1 diff --git a/bin/ebuild-helpers/prepallstrip b/bin/ebuild-helpers/prepallstrip new file mode 120000 index 0000000000..87292339f4 --- /dev/null +++ b/bin/ebuild-helpers/prepallstrip @@ -0,0 +1 @@ +prepall \ No newline at end of file diff --git a/bin/ebuild-helpers/prepinfo b/bin/ebuild-helpers/prepinfo deleted file mode 100755 index 80fcecba60..0000000000 --- a/bin/ebuild-helpers/prepinfo +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1 - -die "'${0##*/}' is not allowed in ebuild scope" -exit 1 diff --git a/bin/ebuild-helpers/prepinfo b/bin/ebuild-helpers/prepinfo new file mode 120000 index 0000000000..87292339f4 --- /dev/null +++ b/bin/ebuild-helpers/prepinfo @@ -0,0 +1 @@ +prepall \ No newline at end of file diff --git a/bin/ebuild-helpers/prepman b/bin/ebuild-helpers/prepman deleted file mode 100755 index 80fcecba60..0000000000 --- a/bin/ebuild-helpers/prepman +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1 - -die "'${0##*/}' is not allowed in ebuild scope" -exit 1 diff --git a/bin/ebuild-helpers/prepman b/bin/ebuild-helpers/prepman new file mode 120000 index 0000000000..87292339f4 --- /dev/null +++ b/bin/ebuild-helpers/prepman @@ -0,0 +1 @@ +prepall \ No newline at end of file diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip deleted file mode 100755 index 80fcecba60..0000000000 --- a/bin/ebuild-helpers/prepstrip +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1 - -die "'${0##*/}' is not allowed in ebuild scope" -exit 1 diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip new file mode 120000 index 0000000000..87292339f4 --- /dev/null +++ b/bin/ebuild-helpers/prepstrip @@ -0,0 +1 @@ +prepall \ No newline at end of file