summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/rush/rush-2.0.ebuild')
-rw-r--r--app-shells/rush/rush-2.0.ebuild28
1 files changed, 0 insertions, 28 deletions
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[@]}"
-}