From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/yash/
Date: Tue, 16 Jun 2020 14:43:34 +0000 (UTC) [thread overview]
Message-ID: <1592318597.0bdc702670d5f3faa6b8586095b53d1f0f89386b.hattya@gentoo> (raw)
commit: 0bdc702670d5f3faa6b8586095b53d1f0f89386b
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 14:40:52 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 14:43:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdc7026
app-shells/yash: new upstream release
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-shells/yash/Manifest | 1 +
app-shells/yash/metadata.xml | 1 +
app-shells/yash/yash-2.50.ebuild | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 36 insertions(+)
diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest
index beac3980e64..e8a968462d4 100644
--- a/app-shells/yash/Manifest
+++ b/app-shells/yash/Manifest
@@ -1,2 +1,3 @@
DIST yash-2.48.tar.xz 736280 BLAKE2B bbb7d2f723000bbb168ce8d354c27d80b350d5b5b1fc450987b8ff45a3d0f3c94986632ead5510de70b27689498cdc370bef8bbcdded66dc8d43061358c438b8 SHA512 51201a5bec24ebfb550d3e6b52114c83221d2e4b54cde577b76def1ccdd3476758ea2c8e1468047bcfccd6e8cdc3fc1d35d6c0dc8b7017c8d290c4aea66350f3
DIST yash-2.49.tar.xz 740780 BLAKE2B 61fa2d2ab8a5f672cb21cc39c78f18076a4acd79d84fa2285bb35b03a697a58fa77584e5d66268dedbf69b5b2f2e00a7d2b6f6954ffa37a5e9fee3995851034b SHA512 99d98cfbe09aa746f2707217ecb506d8d5998df4a603ac276a8a67782fdcb3a7bd41fb34744f3834e319b0fdb0b1fd480cf9e2a4b835fec3e758280e13036db5
+DIST yash-2.50.tar.xz 739988 BLAKE2B 4d8047150e2326b7c401f79416d87d09c099d4743026ee997e7f49d096cb23de210ded489b348cc9a264ece2fd4778b4f5c5c9999ed7391ab78699ce77ec03e0 SHA512 fc78d61b09f7c81d1d7bd3f4feefa7d4c0de910524759ebcba2b53322abc3f1e0a937007b36a5060af0ee759df210ec06d5eed2c71cf3f7ccd0825521b50edb7
diff --git a/app-shells/yash/metadata.xml b/app-shells/yash/metadata.xml
index 106f4c845b2..539357784aa 100644
--- a/app-shells/yash/metadata.xml
+++ b/app-shells/yash/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<maintainer type="person">
<email>hattya@gentoo.org</email>
+ <name>Akinori Hattori</name>
</maintainer>
<longdescription lang="en">
Yash, yet another shell, is a POSIX-compliant command line shell
diff --git a/app-shells/yash/yash-2.50.ebuild b/app-shells/yash/yash-2.50.ebuild
new file mode 100644
index 00000000000..bf89ed32fa9
--- /dev/null
+++ b/app-shells/yash/yash-2.50.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="en ja"
+
+inherit flag-o-matic l10n toolchain-funcs
+
+DESCRIPTION="Yash is a POSIX-compliant command line shell"
+HOMEPAGE="https://yash.osdn.jp/"
+SRC_URI="mirror://sourceforge.jp/${PN}/73097/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~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 \
+ $(use_enable nls) \
+ CC=$(tc-getCC) \
+ LINGUAS="$(l10n_get_locales | sed "s/en/en@quot en@boldquot/")" \
+ || die
+}
next reply other threads:[~2020-06-16 14:43 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-16 14:43 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 8:54 [gentoo-commits] repo/gentoo:master commit in: app-shells/yash/ 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
2024-03-24 13:05 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
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=1592318597.0bdc702670d5f3faa6b8586095b53d1f0f89386b.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