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 94B8D138334 for ; Mon, 2 Jul 2018 07:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 677E7E08DB; Mon, 2 Jul 2018 07:56:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 397BDE08DB for ; Mon, 2 Jul 2018 07:56:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6192D335C8D for ; Mon, 2 Jul 2018 07:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C28C2300 for ; Mon, 2 Jul 2018 07:56:10 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1530518141.f8df6a8eaba29f8302c53ee9fcce29d797b36273.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/loksh/Manifest app-shells/loksh/loksh-6.3.ebuild app-shells/loksh/metadata.xml X-VCS-Directories: app-shells/loksh/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f8df6a8eaba29f8302c53ee9fcce29d797b36273 X-VCS-Branch: master Date: Mon, 2 Jul 2018 07:56:10 +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: 1ba5cb8f-b3cc-43fd-93cb-28c6fc530014 X-Archives-Hash: e86f0ab6ad7dc1de7b919b478f795931 commit: f8df6a8eaba29f8302c53ee9fcce29d797b36273 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jul 2 07:54:58 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jul 2 07:55:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8df6a8e app-shells/loksh: new package, openbsd's ksh Package-Manager: Portage-2.3.41, Repoman-2.3.9 app-shells/loksh/Manifest | 1 + app-shells/loksh/loksh-6.3.ebuild | 31 +++++++++++++++++++++++++++++++ app-shells/loksh/metadata.xml | 14 ++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest new file mode 100644 index 00000000000..a1d2630d7b2 --- /dev/null +++ b/app-shells/loksh/Manifest @@ -0,0 +1 @@ +DIST 6.3.tar.gz 249493 BLAKE2B 1790b3c272d0ab3f0129ee199c46905850f87a9fc0815833d005ebedde53605701a8820e4ff40761e5742d4e4cac8969c9a4d7004a8fd995e6a4585f352790d7 SHA512 414d25c10096485bd1bb6574d0f91526f452ee0102924398aff0b1451128e5bf3d5d7344bcc746f574ad1acdefd39a92ee59d0b86b05f0c149418302c4d2d3fb diff --git a/app-shells/loksh/loksh-6.3.ebuild b/app-shells/loksh/loksh-6.3.ebuild new file mode 100644 index 00000000000..5bf72dc7736 --- /dev/null +++ b/app-shells/loksh/loksh-6.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Linux port of OpenBSD's ksh" +HOMEPAGE="https://github.com/dimkr/loksh" +SRC_URI="https://github.com/dimkr/${PN}/archive/${PV}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="!app-shells/ksh" + +src_prepare() { + default + tc-export CC +} + +src_install() { + emake \ + BIN_DIR="${EROOT}/bin" \ + DESTDIR="${D}" \ + DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" \ + install + + dodoc NOTES +} diff --git a/app-shells/loksh/metadata.xml b/app-shells/loksh/metadata.xml new file mode 100644 index 00000000000..8f520c48ee8 --- /dev/null +++ b/app-shells/loksh/metadata.xml @@ -0,0 +1,14 @@ + + + + + gyakovlev@gentoo.org + Georgy Yakovlev + + + Small, interactive shell targeted at resource-constrained systems. + + + dimkr/loksh + +