public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
Date: Mon,  2 Jul 2018 07:56:10 +0000 (UTC)	[thread overview]
Message-ID: <1530518141.f8df6a8eaba29f8302c53ee9fcce29d797b36273.gyakovlev@gentoo> (raw)

commit:     f8df6a8eaba29f8302c53ee9fcce29d797b36273
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  2 07:54:58 2018 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gyakovlev@gentoo.org</email>
+		<name>Georgy Yakovlev</name>
+	</maintainer>	
+	<longdescription lang="en">
+		Small, interactive shell targeted at resource-constrained systems.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">dimkr/loksh</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2018-07-02  7:56 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-02  7:56 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-02  8:21 [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/ Georgy Yakovlev
2018-10-19  1:55 Georgy Yakovlev
2018-10-19  2:06 Georgy Yakovlev
2018-12-01  2:02 Georgy Yakovlev
2019-01-16  8:32 Georgy Yakovlev
2019-01-27 11:21 Georgy Yakovlev
2019-04-25  1:39 Georgy Yakovlev
2019-10-25 20:39 Georgy Yakovlev
2019-12-27 21:16 Georgy Yakovlev
2020-01-01  9:53 Georgy Yakovlev
2020-02-22  1:30 Georgy Yakovlev
2020-05-23  5:15 Georgy Yakovlev
2020-05-23 18:45 Georgy Yakovlev
2020-05-23 19:01 Georgy Yakovlev
2020-06-09 20:50 Georgy Yakovlev
2020-06-11  2:00 Georgy Yakovlev
2020-07-11  6:03 Georgy Yakovlev
2020-10-03  6:34 Georgy Yakovlev
2020-10-10  1:24 Georgy Yakovlev
2020-10-23 17:50 Georgy Yakovlev
2020-12-27  3:54 Sam James
2020-12-27  3:56 Sam James
2021-05-18 10:40 Joonas Niilola
2021-05-18 10:40 Joonas Niilola
2021-12-04  1:14 Sam James
2022-04-24  7:40 Joonas Niilola
2022-04-24  7:40 Joonas Niilola
2023-10-08  3:57 Yixun Lan
2024-06-23 19:49 Conrad Kostecki
2024-09-05 20:13 Petr Vaněk

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=1530518141.f8df6a8eaba29f8302c53ee9fcce29d797b36273.gyakovlev@gentoo \
    --to=gyakovlev@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