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 CA1B2158086 for ; Sat, 1 Jan 2022 20:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83D4E2BC03F; Sat, 1 Jan 2022 20:08:03 +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 1ECA12BC036 for ; Sat, 1 Jan 2022 20:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A4CCC342F09 for ; Sat, 1 Jan 2022 20:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D976275 for ; Sat, 1 Jan 2022 20:08:00 +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: <1641067639.128b67b00ebf59a18d47cbdaec3d7346ccd2932a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/busybox/busybox-1.32.1-r1.ebuild sys-apps/busybox/busybox-1.33.1-r2.ebuild sys-apps/busybox/busybox-1.33.1.ebuild sys-apps/busybox/busybox-1.34.1.ebuild sys-apps/busybox/busybox-9999.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 128b67b00ebf59a18d47cbdaec3d7346ccd2932a X-VCS-Branch: master Date: Sat, 1 Jan 2022 20:08: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: e76e1db5-7a72-4bed-954c-114086035511 X-Archives-Hash: 00871f97fa6f221ee6cc7dad3f5fca18 commit: 128b67b00ebf59a18d47cbdaec3d7346ccd2932a Author: David Seifert gentoo org> AuthorDate: Sat Jan 1 20:07:19 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 1 20:07:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128b67b0 sys-apps/busybox: remove uclibc Signed-off-by: David Seifert gentoo.org> sys-apps/busybox/busybox-1.32.1-r1.ebuild | 10 ++-------- sys-apps/busybox/busybox-1.33.1-r2.ebuild | 10 ++-------- sys-apps/busybox/busybox-1.33.1.ebuild | 10 ++-------- sys-apps/busybox/busybox-1.34.1.ebuild | 10 ++-------- sys-apps/busybox/busybox-9999.ebuild | 10 ++-------- 5 files changed, 10 insertions(+), 40 deletions(-) diff --git a/sys-apps/busybox/busybox-1.32.1-r1.ebuild b/sys-apps/busybox/busybox-1.32.1-r1.ebuild index 1c5b765c9cfb..962ff5a9bfeb 100644 --- a/sys-apps/busybox/busybox-1.32.1-r1.ebuild +++ b/sys-apps/busybox/busybox-1.32.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -141,7 +141,7 @@ src_configure() { busybox_config_option n FEATURE_VI_REGEX_SEARCH fi - # If these are not set and we are using a uclibc/busybox setup + # If these are not set and we are using a busybox setup # all calls to system() will fail. busybox_config_option y ASH busybox_config_option y SH_IS_ASH @@ -165,12 +165,6 @@ src_configure() { busybox_config_option systemd FEATURE_SYSTEMD busybox_config_option math FEATURE_AWK_LIBM - # disable features that uClibc doesn't (yet?) provide. - if use elibc_uclibc; then - busybox_config_option n FEATURE_SYNC_FANCY #567598 - busybox_config_option n NSENTER - fi - # all the debug options are compiler related, so punt them busybox_config_option n DEBUG_SANITIZE busybox_config_option n DEBUG diff --git a/sys-apps/busybox/busybox-1.33.1-r2.ebuild b/sys-apps/busybox/busybox-1.33.1-r2.ebuild index 4f79e3d15633..169995d3ca48 100644 --- a/sys-apps/busybox/busybox-1.33.1-r2.ebuild +++ b/sys-apps/busybox/busybox-1.33.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -149,7 +149,7 @@ src_configure() { busybox_config_option n FEATURE_SH_STANDALONE fi - # If these are not set and we are using a uclibc/busybox setup + # If these are not set and we are using a busybox setup # all calls to system() will fail. busybox_config_option y ASH busybox_config_option y SH_IS_ASH @@ -173,12 +173,6 @@ src_configure() { busybox_config_option systemd FEATURE_SYSTEMD busybox_config_option math FEATURE_AWK_LIBM - # disable features that uClibc doesn't (yet?) provide. - if use elibc_uclibc; then - busybox_config_option n FEATURE_SYNC_FANCY #567598 - busybox_config_option n NSENTER - fi - # all the debug options are compiler related, so punt them busybox_config_option n DEBUG_SANITIZE busybox_config_option n DEBUG diff --git a/sys-apps/busybox/busybox-1.33.1.ebuild b/sys-apps/busybox/busybox-1.33.1.ebuild index e9062e18e44c..1ba499654370 100644 --- a/sys-apps/busybox/busybox-1.33.1.ebuild +++ b/sys-apps/busybox/busybox-1.33.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -141,7 +141,7 @@ src_configure() { busybox_config_option n FEATURE_VI_REGEX_SEARCH fi - # If these are not set and we are using a uclibc/busybox setup + # If these are not set and we are using a busybox setup # all calls to system() will fail. busybox_config_option y ASH busybox_config_option y SH_IS_ASH @@ -165,12 +165,6 @@ src_configure() { busybox_config_option systemd FEATURE_SYSTEMD busybox_config_option math FEATURE_AWK_LIBM - # disable features that uClibc doesn't (yet?) provide. - if use elibc_uclibc; then - busybox_config_option n FEATURE_SYNC_FANCY #567598 - busybox_config_option n NSENTER - fi - # all the debug options are compiler related, so punt them busybox_config_option n DEBUG_SANITIZE busybox_config_option n DEBUG diff --git a/sys-apps/busybox/busybox-1.34.1.ebuild b/sys-apps/busybox/busybox-1.34.1.ebuild index b1a831ef90de..693ba522154c 100644 --- a/sys-apps/busybox/busybox-1.34.1.ebuild +++ b/sys-apps/busybox/busybox-1.34.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -149,7 +149,7 @@ src_configure() { busybox_config_option n FEATURE_SH_STANDALONE fi - # If these are not set and we are using a uclibc/busybox setup + # If these are not set and we are using a busybox setup # all calls to system() will fail. busybox_config_option y ASH busybox_config_option y SH_IS_ASH @@ -173,12 +173,6 @@ src_configure() { busybox_config_option systemd FEATURE_SYSTEMD busybox_config_option math FEATURE_AWK_LIBM - # disable features that uClibc doesn't (yet?) provide. - if use elibc_uclibc; then - busybox_config_option n FEATURE_SYNC_FANCY #567598 - busybox_config_option n NSENTER - fi - # all the debug options are compiler related, so punt them busybox_config_option n DEBUG_SANITIZE busybox_config_option n DEBUG diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 4a2e50fc5d8a..9cca9167e60a 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -149,7 +149,7 @@ src_configure() { busybox_config_option n FEATURE_SH_STANDALONE fi - # If these are not set and we are using a uclibc/busybox setup + # If these are not set and we are using a busybox setup # all calls to system() will fail. busybox_config_option y ASH busybox_config_option y SH_IS_ASH @@ -173,12 +173,6 @@ src_configure() { busybox_config_option systemd FEATURE_SYSTEMD busybox_config_option math FEATURE_AWK_LIBM - # disable features that uClibc doesn't (yet?) provide. - if use elibc_uclibc; then - busybox_config_option n FEATURE_SYNC_FANCY #567598 - busybox_config_option n NSENTER - fi - # all the debug options are compiler related, so punt them busybox_config_option n DEBUG_SANITIZE busybox_config_option n DEBUG