From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
Date: Sat, 4 Dec 2021 01:14:09 +0000 (UTC) [thread overview]
Message-ID: <1638580438.d31701ec6a3a5ead8d4ac967e3b1ace6caa98a0e.sam@gentoo> (raw)
commit: d31701ec6a3a5ead8d4ac967e3b1ace6caa98a0e
Author: Vinícius Kury <viniciusreyeskury <AT> protonmail <DOT> com>
AuthorDate: Fri Dec 3 15:22:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 4 01:13:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31701ec
app-shells/loksh: Bump to version 7.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Vinícius Kury <viniciusreyeskury <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/loksh/Manifest | 1 +
app-shells/loksh/loksh-7.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
index 08b49cf1c9d4..283be716f1a5 100644
--- a/app-shells/loksh/Manifest
+++ b/app-shells/loksh/Manifest
@@ -1,3 +1,4 @@
DIST loksh-6.8.1.tar.xz 210424 BLAKE2B e02c51bbf3679c1c81ba66207576758f035bd2b666ceabdcdea6ec8cffb1dba7da2d4f4e812004ccfdb148f2615e239b3bee98e23f68a4e82b7bb364ca6b4e4e SHA512 e771e9bb91bf7ca11a41b5af71d6d62eec8205d111513461d20b7aeb029e9457868598508fbe7395c860f12a9dc8eff47f8ed913e5701ae5974777f7caffb861
DIST loksh-6.8.tar.xz 210440 BLAKE2B 438181e3fa5b95bc15d5cd2d5a42d09d595aefa45b8598532835f5df2464c40c6ebcab8febeee55f20272cbe3acc57f02d1408bf726cc9fc3435b7b35fae6e4a SHA512 bc862c4aa0796b0fde14c5c3067fc48c6325741bf7e62dcd99faa2ed0ddb80a8fcce79819ff599395f88ee8e5958ce4a451f777d0105fd8ea0ec513977d4e715
DIST loksh-6.9.tar.xz 211408 BLAKE2B a8e1eb0e94b3f76246a4add7f66eae850d2e951994b2d79ce81423047696ab03221cdc7906e2ed46c4b8a8eec1b5b686cd828d9db36eb3d8e7a76f8f8046e12b SHA512 c4f74de049313adc9b0aae378435b9d3b259a6fd050f68b92b33551e3219840101c391f4cac3744deb8d121d9f6738ba66e76e029322303843bcc1b677bd3e9a
+DIST loksh-7.0.tar.xz 211536 BLAKE2B 7633b89f6f3659cbe714f9dc3ab5b1a8a537d7ddf47bf34ee79617e4a3aa4238067d04be715b6abc2ce37212edb40e841006ec1e2b8e560236075eec364250f6 SHA512 d6eb0e0a639afb79b0d7df85477ded0d48d3ad27dbbd2068c24b81705000501c4542034586222a490a49443da36e7d1c64b5d714c94f942f507a14b89a0c389e
diff --git a/app-shells/loksh/loksh-7.0.ebuild b/app-shells/loksh/loksh-7.0.ebuild
new file mode 100644
index 000000000000..3cd2456e4dc2
--- /dev/null
+++ b/app-shells/loksh/loksh-7.0.ebuild
@@ -0,0 +1,30 @@
+# 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 ~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
+}
next reply other threads:[~2021-12-04 1:14 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-04 1:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-05 20:13 [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/ 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-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=1638580438.d31701ec6a3a5ead8d4ac967e3b1ace6caa98a0e.sam@gentoo \
--to=sam@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