summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-29 10:40:02 +0100
committerSam James <sam@gentoo.org>2022-04-29 11:20:40 +0100
commitfd7c41831716c6ebbf2b41dd7508142064ef3ddf (patch)
tree32e8adc591c39758400b033b683b5dcf6d9016d4 /app-shells/loksh
parentapp-shells/dash: drop 0.5.11.3-r1 (diff)
downloadgentoo-fd7c41831716c6ebbf2b41dd7508142064ef3ddf.tar.gz
gentoo-fd7c41831716c6ebbf2b41dd7508142064ef3ddf.tar.bz2
gentoo-fd7c41831716c6ebbf2b41dd7508142064ef3ddf.zip
app-shells/loksh: drop 7.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/loksh')
-rw-r--r--app-shells/loksh/Manifest1
-rw-r--r--app-shells/loksh/loksh-7.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
index b54a8c2c3334..4a0cd57d26f5 100644
--- a/app-shells/loksh/Manifest
+++ b/app-shells/loksh/Manifest
@@ -1,2 +1 @@
-DIST loksh-7.0.tar.xz 211536 BLAKE2B 7633b89f6f3659cbe714f9dc3ab5b1a8a537d7ddf47bf34ee79617e4a3aa4238067d04be715b6abc2ce37212edb40e841006ec1e2b8e560236075eec364250f6 SHA512 d6eb0e0a639afb79b0d7df85477ded0d48d3ad27dbbd2068c24b81705000501c4542034586222a490a49443da36e7d1c64b5d714c94f942f507a14b89a0c389e
DIST loksh-7.1.tar.xz 211636 BLAKE2B 7604d6a5d3d3bce7dc51cde1d53ec10b927411afe700192e243e8dc022011cb3d89668768ba7940af22e97d95fd074638860e7b74fcacc8c83de4ad995654da4 SHA512 f46221f765f2799856049fbfe1650e6f3d13d597cf97843d4b54b9803b9ecedbf8a8c9364e1ba9b981b667004a8fe4da043006945f8b61f094678d3578518716
diff --git a/app-shells/loksh/loksh-7.0.ebuild b/app-shells/loksh/loksh-7.0.ebuild
deleted file mode 100644
index 15ac3aeb0099..000000000000
--- a/app-shells/loksh/loksh-7.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Linux port of OpenBSD's ksh"
-HOMEPAGE="https://github.com/dimkr/loksh"
-SRC_URI="https://github.com/dimkr/loksh/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="sys-libs/ncurses:="
-RDEPEND="
- ${DEPEND}
- !app-shells/ksh
-"
-
-src_prepare() {
- default
- sed -i "/install_dir/s@loksh@${PF}@" meson.build || die
-}
-
-src_configure() {
- # we want it as /bin/ksh
- meson_src_configure --bindir=../bin
-}