From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/yash/
Date: Sun, 24 Mar 2024 13:05:23 +0000 (UTC) [thread overview]
Message-ID: <1711285467.21c59aa445e3f3053a39e89ec20421230afda7a7.hattya@gentoo> (raw)
commit: 21c59aa445e3f3053a39e89ec20421230afda7a7
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 13:04:27 2024 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 13:04:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c59aa4
app-shells/yash: new upstream release
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-shells/yash/Manifest | 1 +
app-shells/yash/yash-2.56.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest
index 0bc1764bbb3c..5c62226c23e8 100644
--- a/app-shells/yash/Manifest
+++ b/app-shells/yash/Manifest
@@ -1 +1,2 @@
DIST yash-2.55.tar.xz 761184 BLAKE2B a6a73a4055766f310724bd78670870eb96be9c34f79c177a80d86876512adfdd9d67bb28fadd113cd230db5a7eaaa91a1926d1b942297ca735e7390460b7a8c0 SHA512 9e92fc86884b0b315a98fcb5da0f319f431515185a970762946b919ccccc72aa8756e337dfa7cec763a7d8496bf4838eb9ef88664b35512180f13cc4146e9816
+DIST yash-2.56.1.tar.xz 768752 BLAKE2B 8ee4c654e85b5895096870afcb3fc4e855274f3fd1956372753a46c522430a59c8ba96e64b0b13672e0289d2a9b6492a18a0f3d9e9e5500f53144ed1d56ca750 SHA512 28e8bde5fc12e5178136b82ecdc0c52c37c98301245089b0d55c43266880e299237a5522e572883e5c51b7d9a0e9bf94fe265a9ebdbf346c28ff837b0f60cc00
diff --git a/app-shells/yash/yash-2.56.1.ebuild b/app-shells/yash/yash-2.56.1.ebuild
new file mode 100644
index 000000000000..9084d796b0ba
--- /dev/null
+++ b/app-shells/yash/yash-2.56.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PLOCALES="en ja"
+
+inherit flag-o-matic plocale toolchain-funcs
+
+DESCRIPTION="Yash is a POSIX-compliant command line shell"
+HOMEPAGE="https://magicant.github.io/yash/"
+SRC_URI="https://github.com/magicant/${PN}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+IUSE="nls test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-libs/ncurses:=
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )
+ test? ( sys-apps/ed )"
+
+src_configure() {
+ append-cflags -std=c99
+
+ sh ./configure \
+ --prefix="${EPREFIX}"/usr \
+ --exec-prefix="${EPREFIX}" \
+ $(use_enable nls) \
+ CC="$(tc-getCC)" \
+ LINGUAS="$(plocale_get_locales | sed "s/en/en@quot en@boldquot/")" \
+ || die
+}
next reply other threads:[~2024-03-24 13:05 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-24 13:05 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-06 8:53 [gentoo-commits] repo/gentoo:master commit in: app-shells/yash/ Akinori Hattori
2025-04-06 8:53 Akinori Hattori
2025-02-16 8:54 Akinori Hattori
2024-09-15 7:38 Akinori Hattori
2024-09-15 7:30 Akinori Hattori
2024-08-10 5:58 Akinori Hattori
2024-05-12 6:33 Akinori Hattori
2024-05-12 6:33 Akinori Hattori
2023-09-27 13:47 Akinori Hattori
2023-09-27 13:47 Akinori Hattori
2023-08-21 13:41 Akinori Hattori
2023-05-07 5:32 Sam James
2023-04-04 13:24 Akinori Hattori
2023-04-04 13:24 Akinori Hattori
2023-02-26 13:39 Akinori Hattori
2022-10-23 2:20 Akinori Hattori
2022-10-23 2:20 Akinori Hattori
2022-09-06 15:34 Akinori Hattori
2022-03-19 23:17 David Seifert
2021-11-08 13:19 Akinori Hattori
2021-11-08 13:19 Akinori Hattori
2021-10-12 13:30 Akinori Hattori
2021-10-12 13:30 Akinori Hattori
2021-10-12 13:30 Akinori Hattori
2020-12-13 12:51 Akinori Hattori
2020-12-13 12:51 Akinori Hattori
2020-12-13 12:51 Akinori Hattori
2020-11-18 15:28 Akinori Hattori
2020-06-16 14:43 Akinori Hattori
2020-06-16 14:43 Akinori Hattori
2020-06-16 14:43 Akinori Hattori
2020-06-16 14:43 Akinori Hattori
2019-10-27 8:52 Akinori Hattori
2019-10-27 8:52 Akinori Hattori
2019-10-27 8:52 Akinori Hattori
2019-01-19 14:59 Akinori Hattori
2018-07-22 12:20 Akinori Hattori
2018-06-03 1:55 Akinori Hattori
2018-05-27 1:50 Akinori Hattori
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=1711285467.21c59aa445e3f3053a39e89ec20421230afda7a7.hattya@gentoo \
--to=hattya@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