summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2022-01-03 18:45:07 +0100
committerLars Wendler <polynomial-c@gentoo.org>2022-01-03 18:53:47 +0100
commit3b4a6c90aa0d8796827e8dc808e562ca9b4dd480 (patch)
treeb3fa18d942b4bee7d9f949df4bed927f97d5cdca /app-shells
parentapp-shells/rush: Bump to version 2.2 (diff)
downloadgentoo-3b4a6c90aa0d8796827e8dc808e562ca9b4dd480.tar.gz
gentoo-3b4a6c90aa0d8796827e8dc808e562ca9b4dd480.tar.bz2
gentoo-3b4a6c90aa0d8796827e8dc808e562ca9b4dd480.zip
app-shells/rush: Removed old
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/rush/Manifest1
-rw-r--r--app-shells/rush/rush-2.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-shells/rush/Manifest b/app-shells/rush/Manifest
index 560f52f96190..437c8e4ad695 100644
--- a/app-shells/rush/Manifest
+++ b/app-shells/rush/Manifest
@@ -1,3 +1,2 @@
-DIST rush-2.0.tar.xz 810096 BLAKE2B 793f341910cfa5e1560928ea96234ebcd5185e00450c81fd03e67598227973248ebe2dd12fecaba135fcf991d830e44d2e8b273ff251d1f9b8038df2575ae3cd SHA512 7087962d0489e2cdac903abf193e7b1306ae8f76eae7f722f105a70a14aae3d72627de230edd104da34ea31aa07cdc8024eff33a9c70b987a2111435fe2a684e
DIST rush-2.1.tar.xz 811160 BLAKE2B 88cd95da8b3ec03f52bc9a38e44091051f5b7daaa7a49c630f6ad30c5c6e3945ec69225dddcdfacefdbe9aa39e654fc65965af2c5925848c61975413692f95ec SHA512 388439a5436429eb0ed35009b8828a14566fd2e3671eea5e4d88285058084e5c921088824cb3626d755d1af4ad83a3edd39648173f0f0bafdc5b8751e94524aa
DIST rush-2.2.tar.xz 815380 BLAKE2B 90858039d428233af389aa3d63b8b40c3415210b0145a524e7b18ec4f348f8694f0d6794f2646669c6742da3a7d85c3931ac3a65d4d3fb57d1d8be945d84cc10 SHA512 aab8ddf2eaacee6a94ad0388376d5703f96e8dcbe794bf38e7961527448b998450cd51b7593d2b1424c274a6cef273ae0c194e446871bb446beea31f2b5c8144
diff --git a/app-shells/rush/rush-2.0.ebuild b/app-shells/rush/rush-2.0.ebuild
deleted file mode 100644
index cabf20f3885d..000000000000
--- a/app-shells/rush/rush-2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Restricted User Shell"
-HOMEPAGE="https://puszcza.gnu.org.ua/projects/rush/"
-SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="nls"
-
-BDEPEND="
- nls? ( sys-devel/gettext )
-"
-
-# Testsuite doesn't like our sandbox (bug #689554)
-RESTRICT="test"
-
-src_configure() {
- local myeconfargs=(
- $(use_enable nls)
- )
- econf "${myeconfargs[@]}"
-}