From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
Date: Fri, 27 Jun 2025 00:52:44 +0000 (UTC)	[thread overview]
Message-ID: <1750985557.c4a8906d690201c526a16e47ef2946c83e7a5589.xgqt@gentoo> (raw)
commit:     c4a8906d690201c526a16e47ef2946c83e7a5589
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 22:43:47 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 27 00:52:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a8906d
app-shells/loksh: bump to 7.7
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
 app-shells/loksh/Manifest         |  1 +
 app-shells/loksh/loksh-7.7.ebuild | 41 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
index 58cf232b194b..84d4ff168314 100644
--- a/app-shells/loksh/Manifest
+++ b/app-shells/loksh/Manifest
@@ -1 +1,2 @@
 DIST loksh-7.6.tar.xz 212080 BLAKE2B 845fbda4b0ff17c432a6ab2b506ad02bc2f9a36873d20ba3ab7b4bf5eeff6609f61c0223f9d18933314bca22b45c02313cdab6cb69bed73227918516b8be186a SHA512 c03a298e93bff3c689591a9864eeb5daa661b6b0b783102a271f7ebb08297a4939d8c923233fc23892b83c86d7102f9ae022f4b4d3fdf33e095e86690014fb24
+DIST loksh-7.7.tar.xz 212280 BLAKE2B e53ad4196f5dcc7556f830453abe2ae2702e1dcba92ad6bb1096b193e145953a7179c0012b46791578c69bf96e90a65c1a1a002b05f01e7b040179a2f019569d SHA512 002e3099a16052517f679f891293387dd55497aceedb5e959f2ae46fc3339b21856e48e402d7fcbffa1a17f1f9c6f433c32622284bd723293a02efe11dc755b9
diff --git a/app-shells/loksh/loksh-7.7.ebuild b/app-shells/loksh/loksh-7.7.ebuild
new file mode 100644
index 000000000000..1ef420415479
--- /dev/null
+++ b/app-shells/loksh/loksh-7.7.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 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/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/dimkr/${PN}"
+else
+	SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/${P}.tar.xz"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="public-domain"
+SLOT="0"
+
+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
+}
next             reply	other threads:[~2025-06-27  0:53 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-27  0:52 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-31  0:41 [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/ Maciej Barć
2025-10-31  0:41 Maciej Barć
2025-08-19 21:03 Sam James
2025-08-19 17:32 Arthur Zamarin
2025-08-19 17:14 Sam James
2025-03-07 19:34 Maciej Barć
2024-12-28 17:38 Sam James
2024-12-28 15:59 Sam James
2024-12-28 15:59 Sam James
2024-11-23  8:06 Arthur Zamarin
2024-11-22 19:50 Sam James
2024-11-22 19:50 Sam James
2024-11-22 15:50 Maciej Barć
2024-11-22 15:50 Maciej Barć
2024-11-22 15:50 Maciej Barć
2024-09-05 20:13 Petr Vaněk
2024-06-23 19:49 Conrad Kostecki
2023-10-08  3:57 Yixun Lan
2022-04-24  7:40 Joonas Niilola
2022-04-24  7:40 Joonas Niilola
2021-12-04  1:14 Sam James
2021-05-18 10:40 Joonas Niilola
2021-05-18 10:40 Joonas Niilola
2020-12-27  3:56 Sam James
2020-12-27  3:54 Sam James
2020-10-23 17:50 Georgy Yakovlev
2020-10-10  1:24 Georgy Yakovlev
2020-10-03  6:34 Georgy Yakovlev
2020-07-11  6:03 Georgy Yakovlev
2020-06-11  2:00 Georgy Yakovlev
2020-06-09 20:50 Georgy Yakovlev
2020-05-23 19:01 Georgy Yakovlev
2020-05-23 18:45 Georgy Yakovlev
2020-05-23  5:15 Georgy Yakovlev
2020-02-22  1:30 Georgy Yakovlev
2020-01-01  9:53 Georgy Yakovlev
2019-12-27 21:16 Georgy Yakovlev
2019-10-25 20:39 Georgy Yakovlev
2019-04-25  1:39 Georgy Yakovlev
2019-01-27 11:21 Georgy Yakovlev
2019-01-16  8:32 Georgy Yakovlev
2018-12-01  2:02 Georgy Yakovlev
2018-10-19  2:06 Georgy Yakovlev
2018-10-19  1:55 Georgy Yakovlev
2018-07-02  8:21 Georgy Yakovlev
2018-07-02  7:56 Georgy Yakovlev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1750985557.c4a8906d690201c526a16e47ef2946c83e7a5589.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox