app-shells/rush: drop 2.3

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-23 09:14:31 +01:00
parent 3fa68ee09f
commit d2427cebf4
2 changed files with 0 additions and 33 deletions

View File

@@ -1,2 +1 @@
DIST rush-2.3.tar.xz 814844 BLAKE2B 90e91165814def09dd7c795601529df96dac3fbeee06bcbc232fcb59741f455a7916092d7f1794fa4f85ba707534683772c508fc6b75318d6cd7c68c9880b972 SHA512 d563219f89b23f50fc30143336e0f602d4b585a07110ed6bb194600c92756ade4b4e90b098998c2de0003418c1f0e9a7879d847d543e534b4f8253c7add50db9
DIST rush-2.4.tar.xz 925060 BLAKE2B 4df318c6ef1d06e56c90fb2e8845f3243732c7978227ad76790b7365168b361a6432b7db0d8aeeb7786ef91e1435778487a2ad52c95781a5b7aa78e73c1236d5 SHA512 d4da2a17971dc5a617a0845d5100f29313300e55ee9ed130ac5c154d420c97dcb11fe62e57f486b9be088285251ea10edeb5461e8aaf3351465a95fd18bf8133

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2022 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[@]}"
}