Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/rush/
Date: Mon, 03 Jan 2022 17:54:12
Message-Id: 1641232427.3b4a6c90aa0d8796827e8dc808e562ca9b4dd480.polynomial-c@gentoo
1 commit: 3b4a6c90aa0d8796827e8dc808e562ca9b4dd480
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 17:45:07 2022 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 17:53:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4a6c90
7
8 app-shells/rush: Removed old
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 app-shells/rush/Manifest | 1 -
13 app-shells/rush/rush-2.0.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest
17 index 560f52f96190..437c8e4ad695 100644
18 --- a/app-shells/rush/Manifest
19 +++ b/app-shells/rush/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST rush-2.0.tar.xz 810096 BLAKE2B 793f341910cfa5e1560928ea96234ebcd5185e00450c81fd03e67598227973248ebe2dd12fecaba135fcf991d830e44d2e8b273ff251d1f9b8038df2575ae3cd SHA512 7087962d0489e2cdac903abf193e7b1306ae8f76eae7f722f105a70a14aae3d72627de230edd104da34ea31aa07cdc8024eff33a9c70b987a2111435fe2a684e
22 DIST rush-2.1.tar.xz 811160 BLAKE2B 88cd95da8b3ec03f52bc9a38e44091051f5b7daaa7a49c630f6ad30c5c6e3945ec69225dddcdfacefdbe9aa39e654fc65965af2c5925848c61975413692f95ec SHA512 388439a5436429eb0ed35009b8828a14566fd2e3671eea5e4d88285058084e5c921088824cb3626d755d1af4ad83a3edd39648173f0f0bafdc5b8751e94524aa
23 DIST rush-2.2.tar.xz 815380 BLAKE2B 90858039d428233af389aa3d63b8b40c3415210b0145a524e7b18ec4f348f8694f0d6794f2646669c6742da3a7d85c3931ac3a65d4d3fb57d1d8be945d84cc10 SHA512 aab8ddf2eaacee6a94ad0388376d5703f96e8dcbe794bf38e7961527448b998450cd51b7593d2b1424c274a6cef273ae0c194e446871bb446beea31f2b5c8144
24
25 diff --git a/app-shells/rush/rush-2.0.ebuild b/app-shells/rush/rush-2.0.ebuild
26 deleted file mode 100644
27 index cabf20f3885d..000000000000
28 --- a/app-shells/rush/rush-2.0.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="Restricted User Shell"
37 -HOMEPAGE="https://puszcza.gnu.org.ua/projects/rush/"
38 -SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.xz"
39 -
40 -KEYWORDS="~amd64 ~x86"
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -
44 -IUSE="nls"
45 -
46 -BDEPEND="
47 - nls? ( sys-devel/gettext )
48 -"
49 -
50 -# Testsuite doesn't like our sandbox (bug #689554)
51 -RESTRICT="test"
52 -
53 -src_configure() {
54 - local myeconfargs=(
55 - $(use_enable nls)
56 - )
57 - econf "${myeconfargs[@]}"
58 -}