From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
Date: Sun, 27 Dec 2020 03:54:11 +0000 (UTC) [thread overview]
Message-ID: <1609041203.7596058b2d7caa7d6cc1474a2b93e8fb296f413f.sam@gentoo> (raw)
commit: 7596058b2d7caa7d6cc1474a2b93e8fb296f413f
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 23 20:37:58 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 03:53:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7596058b
app-shells/loksh: version bump to 6.8.1
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/18792
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/loksh/Manifest | 1 +
app-shells/loksh/loksh-6.8.1.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
index 1b38d621530..d65f7d604e5 100644
--- a/app-shells/loksh/Manifest
+++ b/app-shells/loksh/Manifest
@@ -1,4 +1,5 @@
DIST loksh-6.7.2.tar.xz 209520 BLAKE2B 37635721b4ed99b3a8ffd0bc6806e29e96c68618db32d8aad32e8cafb2c669ff44e0228588631478c189fb804a790245a66abe700bd78d06f3fdbd3baaa03778 SHA512 0008905c97c0d65ab246c05ddcd733925cdf2e35bc0eb09dd4301718236cab3f2682bee250e3630f3f9d801c1e20ee2db71194ac01f9ea4c2c8ff437328f5d08
DIST loksh-6.7.4.tar.xz 210008 BLAKE2B 80fd4ffa1a45f0c8775540832996278f41078850d6c9ccca8f2a1db5e2de0bb5663d11fa28c26e9b523fc6d9fbc9e1db7cfb93035ceef1bc2040e8f2083691da SHA512 d0c4aa3cb0b48d85c667a7d2e1a9c28c1533c43b3a8804806120f646a711499c96165e0e1ed7f285cd8da0d21e7ef80535b071066cc804c11cdf67e1a5e5918e
DIST loksh-6.7.5.tar.xz 209928 BLAKE2B 76f00cba08d425e7b0605a7a8b66f8ff6f7626a277bf5308877a8d61d6e65c2c7a68867beae8244aa42cf76e7f942dac46780432f76f63a6e007f3d772fbda78 SHA512 20f203afcc4b582e89c825852428a33f74232cb71708b7153b6f3a78d692766cfd67b8993c38e58a223b0e95caf2a487eea6bdda321ad056bf475b21d47f97f1
+DIST loksh-6.8.1.tar.xz 210424 BLAKE2B e02c51bbf3679c1c81ba66207576758f035bd2b666ceabdcdea6ec8cffb1dba7da2d4f4e812004ccfdb148f2615e239b3bee98e23f68a4e82b7bb364ca6b4e4e SHA512 e771e9bb91bf7ca11a41b5af71d6d62eec8205d111513461d20b7aeb029e9457868598508fbe7395c860f12a9dc8eff47f8ed913e5701ae5974777f7caffb861
DIST loksh-6.8.tar.xz 210440 BLAKE2B 438181e3fa5b95bc15d5cd2d5a42d09d595aefa45b8598532835f5df2464c40c6ebcab8febeee55f20272cbe3acc57f02d1408bf726cc9fc3435b7b35fae6e4a SHA512 bc862c4aa0796b0fde14c5c3067fc48c6325741bf7e62dcd99faa2ed0ddb80a8fcce79819ff599395f88ee8e5958ce4a451f777d0105fd8ea0ec513977d4e715
diff --git a/app-shells/loksh/loksh-6.8.1.ebuild b/app-shells/loksh/loksh-6.8.1.ebuild
new file mode 100644
index 00000000000..ca44f5e3fd4
--- /dev/null
+++ b/app-shells/loksh/loksh-6.8.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Linux port of OpenBSD's ksh"
+HOMEPAGE="https://github.com/dimkr/loksh"
+SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/src.tar.xz -> ${P}.tar.xz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="sys-libs/ncurses:0="
+
+RDEPEND="
+ ${DEPEND}
+ !app-shells/ksh
+"
+
+S="${WORKDIR}/${PN}"
+
+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:[~2020-12-27 3:54 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-27 3:54 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-28 17:38 [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/ 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-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=1609041203.7596058b2d7caa7d6cc1474a2b93e8fb296f413f.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