public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
Date: Sat, 23 May 2020 05:15:23 +0000 (UTC)	[thread overview]
Message-ID: <1590210855.2fa864d2d85f029b8ed2d23414165e01dab531a8.gyakovlev@gentoo> (raw)

commit:     2fa864d2d85f029b8ed2d23414165e01dab531a8
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 05:13:43 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat May 23 05:14:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa864d2

app-shells/loksh: bump to 6.7

upstream switched to meson

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 app-shells/loksh/Manifest         |  2 ++
 app-shells/loksh/loksh-6.7.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
index 5aec28d3282..db8eb720939 100644
--- a/app-shells/loksh/Manifest
+++ b/app-shells/loksh/Manifest
@@ -1 +1,3 @@
 DIST loksh-6.6.tar.gz 251931 BLAKE2B 8671b2a7b5f4d8247c8572a925a078a7bbf7e6f0ae11b9198798c66def35c5bdb5c3b39e5c37e0dcbc068a1757e6cdcb667088640c6c9a556c64a9a4c0582102 SHA512 7f5188b3f0af3167f1c5847043689a35f22d5075cee2ec4ce3ebd324a59233e89db1c864dc62a05ad036ddd541ee89c680fa82e22b85cd2c82ad32c5ebad51be
+DIST loksh-6.7.tar.gz 240036 BLAKE2B 6bbfb4784287405bbc06be36d2c0d8a46d68968be751cf29207089d1fffe444f4fd3deb7be381cce7f5a9e97666b9e62de0d28bc82807d700a351adb51e2294d SHA512 b2f7976697dd3c672c0540e21a1e3a541c7809f397fd539ed4eafc3314987cfec985076bcd9f49f5eed9148eecdb66337fc82233204062ae5c760a84beb79c53
+DIST lolibc-6.7.tar.gz 18265 BLAKE2B 7a7bbbb91924ad2e0a9a617c3ada6a075262c006f492276b1f9a4d2e82e2987344d9bd64bb4e018543dac154a1349dd9db16a1f0c76f66f63e1ce7d7cae49631 SHA512 f9e6d0ef88c44ed093fa7e9389f7995314d2c5583c27f68cf896c2feb7fb5b048764c8498c535a370e9d075c847345e8e3b883ce14b96897228d4957c95d37b8

diff --git a/app-shells/loksh/loksh-6.7.ebuild b/app-shells/loksh/loksh-6.7.ebuild
new file mode 100644
index 00000000000..bf63f3ecf32
--- /dev/null
+++ b/app-shells/loksh/loksh-6.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+# https://github.com/dimkr/loksh/issues/16
+LOLIBC_COMMIT="f6bbd5bae97e58d0be6ea9fbbe5131853d5b0b70"
+
+DESCRIPTION="Linux port of OpenBSD's ksh"
+HOMEPAGE="https://github.com/dimkr/loksh"
+SRC_URI="https://github.com/dimkr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/dimkr/lolibc/archive/${LOLIBC_COMMIT}.tar.gz -> lolibc-${PV}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="sys-libs/ncurses:0="
+BDEPEND="virtual/pkgconfig"
+RDEPEND="${DEPEND}
+	!app-shells/ksh"
+
+src_prepare() {
+	default
+	rmdir "${S}/subprojects/lolibc" || die
+	mv -v "${WORKDIR}/lolibc-${LOLIBC_COMMIT}" "${S}/subprojects/lolibc" || die
+	sed -i "/install_dir/s@loksh@${PF}@" meson.build || die
+}


             reply	other threads:[~2020-05-23  5:15 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-23  5:15 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-19 21:03 [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/ Sam James
2025-08-19 17:32 Arthur Zamarin
2025-08-19 17:14 Sam James
2025-06-27  0:52 Maciej Barć
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-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=1590210855.2fa864d2d85f029b8ed2d23414165e01dab531a8.gyakovlev@gentoo \
    --to=gyakovlev@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