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, 27 May 2018 01:50:43 +0000 (UTC) [thread overview]
Message-ID: <1527385002.6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592.hattya@gentoo> (raw)
commit: 6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 01:36:42 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun May 27 01:36:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd2f0d1
app-shells/yash: initial import
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-shells/yash/Manifest | 1 +
app-shells/yash/metadata.xml | 26 ++++++++++++++++++++++++++
app-shells/yash/yash-2.47.ebuild | 33 +++++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+)
diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest
new file mode 100644
index 00000000000..44c70eccdb1
--- /dev/null
+++ b/app-shells/yash/Manifest
@@ -0,0 +1 @@
+DIST yash-2.47.tar.gz 1161675 BLAKE2B 8491d5f977b9e23071098016443e8384bc584b8b1160e84b725a2965d032d8b8f5a7ac8b16b1a1e62d808b0543650e0bc42ddc52806c5475a7ca9e26640e84aa SHA512 c9607990a1cf947f9cf294f818d9c6de314dca92a9f106dc65e8d0fdeb6ac91b21a394c711c4b8aabae33b60fc70b72dc9483b6ac48d4e3be3019501ebc26332
diff --git a/app-shells/yash/metadata.xml b/app-shells/yash/metadata.xml
new file mode 100644
index 00000000000..106f4c845b2
--- /dev/null
+++ b/app-shells/yash/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>hattya@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ Yash, yet another shell, is a POSIX-compliant command line shell
+ written in C99 (ISO/IEC 9899:1999). Yash is intended to be the most
+ POSIX-compliant shell in the world while supporting features for daily
+ interactive and scripting use. Notable features are:
+
+ * Global aliases
+ * Arrays
+ * Socket redirection, pipeline redirection, and process redirection
+ * Brace expansion and extended globbing
+ * Fractional numbers in arithmetic expansion
+ * Prompt command and command-not-found handler
+ * Command line completion with predefined completion scripts for more than 100 commands
+ * Command line prediction based on command history
+ </longdescription>
+ <upstream>
+ <remote-id type="github">magicant/yash</remote-id>
+ <remote-id type="sourceforge-jp">yash</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-shells/yash/yash-2.47.ebuild b/app-shells/yash/yash-2.47.ebuild
new file mode 100644
index 00000000000..475398b4442
--- /dev/null
+++ b/app-shells/yash/yash-2.47.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PLOCALES="en ja"
+
+inherit flag-o-matic l10n toolchain-funcs
+
+DESCRIPTION="Yash is a POSIX-compliant command line shell"
+HOMEPAGE="https://yash.osnd.jp/"
+SRC_URI="mirror://sourceforge.jp/${PN}/69353/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls test"
+
+RDEPEND="sys-libs/ncurses:=
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+ 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:[~2018-05-27 1:50 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-27 1:50 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-06-03 1:55 [gentoo-commits] repo/gentoo:master commit in: app-shells/yash/ Akinori Hattori
2018-07-22 12:20 Akinori Hattori
2019-01-19 14:59 Akinori Hattori
2019-10-27 8:52 Akinori Hattori
2019-10-27 8:52 Akinori Hattori
2019-10-27 8:52 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
2020-11-18 15:28 Akinori Hattori
2020-12-13 12:51 Akinori Hattori
2020-12-13 12:51 Akinori Hattori
2020-12-13 12:51 Akinori Hattori
2021-10-12 13:30 Akinori Hattori
2021-10-12 13:30 Akinori Hattori
2021-10-12 13:30 Akinori Hattori
2021-11-08 13:19 Akinori Hattori
2021-11-08 13:19 Akinori Hattori
2022-03-19 23:17 David Seifert
2022-09-06 15:34 Akinori Hattori
2022-10-23 2:20 Akinori Hattori
2022-10-23 2:20 Akinori Hattori
2023-02-26 13:39 Akinori Hattori
2023-04-04 13:24 Akinori Hattori
2023-04-04 13:24 Akinori Hattori
2023-05-07 5:32 Sam James
2023-08-21 13:41 Akinori Hattori
2023-09-27 13:47 Akinori Hattori
2023-09-27 13:47 Akinori Hattori
2024-03-24 13:05 Akinori Hattori
2024-05-12 6:33 Akinori Hattori
2024-05-12 6:33 Akinori Hattori
2024-08-10 5:58 Akinori Hattori
2024-09-15 7:30 Akinori Hattori
2024-09-15 7:38 Akinori Hattori
2025-02-16 8:54 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=1527385002.6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592.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