summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-05 22:12:36 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-05 22:12:36 +0200
commit57e2bacab39a30364347b5dbf3a1a0cd4302c539 (patch)
tree46f23fbe9bc224bf05ef0ad6c21cf2945745c758 /app-shells/loksh/loksh-7.3.ebuild
parentapp-admin/fsvs: drop 1.2.11 (diff)
downloadgentoo-57e2bacab39a30364347b5dbf3a1a0cd4302c539.tar.gz
gentoo-57e2bacab39a30364347b5dbf3a1a0cd4302c539.tar.bz2
gentoo-57e2bacab39a30364347b5dbf3a1a0cd4302c539.zip
app-shells/loksh: drop 7.1, 7.3
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-shells/loksh/loksh-7.3.ebuild')
-rw-r--r--app-shells/loksh/loksh-7.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-shells/loksh/loksh-7.3.ebuild b/app-shells/loksh/loksh-7.3.ebuild
deleted file mode 100644
index f591c53b2237..000000000000
--- a/app-shells/loksh/loksh-7.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 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
-}