From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0FB0138330 for ; Sun, 27 May 2018 01:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A09E086D; Sun, 27 May 2018 01:50:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EBCFE086D for ; Sun, 27 May 2018 01:50:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2772F335CB6 for ; Sun, 27 May 2018 01:50:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53C3C292 for ; Sun, 27 May 2018 01:50:43 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1527385002.6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/yash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/yash/Manifest app-shells/yash/metadata.xml app-shells/yash/yash-2.47.ebuild X-VCS-Directories: app-shells/yash/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592 X-VCS-Branch: master Date: Sun, 27 May 2018 01:50:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ed042ba-ed2b-4d2b-b6be-5f1b690d5084 X-Archives-Hash: dc24952b15215ba3407b5482d4ad910e commit: 6cd2f0d1226317b5ab54a0c7f9e1829c2f84c592 Author: Akinori Hattori gentoo org> AuthorDate: Sun May 27 01:36:42 2018 +0000 Commit: Akinori Hattori gentoo 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 @@ + + + + + hattya@gentoo.org + + + 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 + + + magicant/yash + yash + + 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 +}