From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7A32B1582EF for ; Sun, 23 Feb 2025 01:46:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5E9A53431D9 for ; Sun, 23 Feb 2025 01:46:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EACF4110480; Sun, 23 Feb 2025 01:45:55 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E2AA8110480 for ; Sun, 23 Feb 2025 01:45:55 +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 7FD8134313E for ; Sun, 23 Feb 2025 01:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC24027B6 for ; Sun, 23 Feb 2025 01:45:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740274326.b0aea62020ed768458e0c61d0e3bc96dd5585005.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/rush/Manifest app-shells/rush/rush-2.4.ebuild X-VCS-Directories: app-shells/rush/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b0aea62020ed768458e0c61d0e3bc96dd5585005 X-VCS-Branch: master Date: Sun, 23 Feb 2025 01:45:51 +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: 3827526f-ba44-41c4-a5f0-c2ab5878bc88 X-Archives-Hash: a8b21123ce5dc4ee4b27baaf537fb374 commit: b0aea62020ed768458e0c61d0e3bc96dd5585005 Author: Sam James gentoo org> AuthorDate: Sun Feb 23 01:12:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 23 01:32:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0aea620 app-shells/rush: add 2.4 Signed-off-by: Sam James gentoo.org> app-shells/rush/Manifest | 1 + app-shells/rush/rush-2.4.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest index 9b62b830d73f..a555b1e5b183 100644 --- a/app-shells/rush/Manifest +++ b/app-shells/rush/Manifest @@ -1 +1,2 @@ DIST rush-2.3.tar.xz 814844 BLAKE2B 90e91165814def09dd7c795601529df96dac3fbeee06bcbc232fcb59741f455a7916092d7f1794fa4f85ba707534683772c508fc6b75318d6cd7c68c9880b972 SHA512 d563219f89b23f50fc30143336e0f602d4b585a07110ed6bb194600c92756ade4b4e90b098998c2de0003418c1f0e9a7879d847d543e534b4f8253c7add50db9 +DIST rush-2.4.tar.xz 925060 BLAKE2B 4df318c6ef1d06e56c90fb2e8845f3243732c7978227ad76790b7365168b361a6432b7db0d8aeeb7786ef91e1435778487a2ad52c95781a5b7aa78e73c1236d5 SHA512 d4da2a17971dc5a617a0845d5100f29313300e55ee9ed130ac5c154d420c97dcb11fe62e57f486b9be088285251ea10edeb5461e8aaf3351465a95fd18bf8133 diff --git a/app-shells/rush/rush-2.4.ebuild b/app-shells/rush/rush-2.4.ebuild new file mode 100644 index 000000000000..400776c0f35f --- /dev/null +++ b/app-shells/rush/rush-2.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Restricted User Shell" +HOMEPAGE="https://puszcza.gnu.org.ua/projects/rush/" +SRC_URI="https://download.gnu.org.ua/pub/release/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +BDEPEND="nls? ( sys-devel/gettext )" + +src_prepare() { + default + + # These tests see SANDBOX_* variables and fail as a result, bug #689554 + for file in tests/{eval,clr,unset,keep,set}env.at tests/legacy/env.at ; do + echo > ${file} || die + done +} + +src_configure() { + local myeconfargs=( + $(use_enable nls) + ) + + econf "${myeconfargs[@]}" +}