public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
Date: Tue, 18 May 2021 10:40:50 +0000 (UTC)	[thread overview]
Message-ID: <1621334389.a24ce47c615d8d293428525d2a4fd079a878a7b7.juippis@gentoo> (raw)

commit:     a24ce47c615d8d293428525d2a4fd079a878a7b7
Author:     Aisha Tammy <floss <AT> bsd <DOT> ac>
AuthorDate: Sat May  1 21:36:21 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 18 10:39:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24ce47c

app-shells/loksh: version bump to 6.9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/20641
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-shells/loksh/Manifest         |  1 +
 app-shells/loksh/loksh-6.9.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
index 9f9798239ae..08b49cf1c9d 100644
--- a/app-shells/loksh/Manifest
+++ b/app-shells/loksh/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/app-shells/loksh/loksh-6.9.ebuild b/app-shells/loksh/loksh-6.9.ebuild
new file mode 100644
index 00000000000..4d1334d7b86
--- /dev/null
+++ b/app-shells/loksh/loksh-6.9.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 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/loksh/releases/download/${PV}/${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
+}


             reply	other threads:[~2021-05-18 10:40 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 10:40 Joonas Niilola [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-12-04  1:14 Sam James
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=1621334389.a24ce47c615d8d293428525d2a4fd079a878a7b7.juippis@gentoo \
    --to=juippis@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