public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 12 Oct 2021 13:30:14 +0000 (UTC)	[thread overview]
Message-ID: <1634045293.f527db286e9ff3e055d2ef74149ee37e8aab47da.hattya@gentoo> (raw)

commit:     f527db286e9ff3e055d2ef74149ee37e8aab47da
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 13:28:13 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 13:28:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f527db28

app-shells/yash: new upstream release

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-shells/yash/Manifest         |  1 +
 app-shells/yash/yash-2.52.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest
index 57368fb9574..61a7fd09a48 100644
--- a/app-shells/yash/Manifest
+++ b/app-shells/yash/Manifest
@@ -1,2 +1,3 @@
 DIST yash-2.50.tar.xz 739988 BLAKE2B 4d8047150e2326b7c401f79416d87d09c099d4743026ee997e7f49d096cb23de210ded489b348cc9a264ece2fd4778b4f5c5c9999ed7391ab78699ce77ec03e0 SHA512 fc78d61b09f7c81d1d7bd3f4feefa7d4c0de910524759ebcba2b53322abc3f1e0a937007b36a5060af0ee759df210ec06d5eed2c71cf3f7ccd0825521b50edb7
 DIST yash-2.51.tar.xz 753880 BLAKE2B 4c66137eb2abf454c75b50c9d153522136bd835e7c26a305b424b8cf88694fd1dc83d9012efc8e2a611abc25217b34ae1dd36c20e0645204fb349871d23feefa SHA512 53f85f98dfd66c8937db292694da05fb7fdc8d270fc4811d7ec4d2787ab56600eca8e44379ef349755ec5fb739af3b32036a588ac35be810108ccc388be122e6
+DIST yash-2.52.tar.xz 755016 BLAKE2B 44c26d310e9bd50a6f381adefedcdf9bcb49998860a8a67e300d31d5a8615d7346e06e7c4ca5e098d7232a0acc112daa2230572939f665db982f187ccd741778 SHA512 1024ff7e3cce6e64cbc0bd5c0d04a9863d0d51013baf07723d09562b156d05dbfe1fc2df5b736cdec5f562c56ad634f865554a1fe5aeeed91ec0d9276667f02a

diff --git a/app-shells/yash/yash-2.52.ebuild b/app-shells/yash/yash-2.52.ebuild
new file mode 100644
index 00000000000..d9439e440b7
--- /dev/null
+++ b/app-shells/yash/yash-2.52.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="en ja"
+
+inherit flag-o-matic plocale toolchain-funcs
+
+DESCRIPTION="Yash is a POSIX-compliant command line shell"
+HOMEPAGE="https://yash.osdn.jp/"
+SRC_URI="mirror://sourceforge.jp/${PN}/76153/${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 \
+		--exec-prefix="${EPREFIX}" \
+		$(use_enable nls) \
+		CC=$(tc-getCC) \
+		LINGUAS="$(plocale_get_locales | sed "s/en/en@quot en@boldquot/")" \
+		|| die
+}


             reply	other threads:[~2021-10-12 13:30 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-12 13:30 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-15  7:38 [gentoo-commits] repo/gentoo:master commit in: app-shells/yash/ 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
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=1634045293.f527db286e9ff3e055d2ef74149ee37e8aab47da.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