From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/goawk/
Date: Fri, 12 May 2023 23:50:53 +0000 (UTC) [thread overview]
Message-ID: <1683934379.a2707d6ddfc0df5a930a68dd0d35319547875543.sam@gentoo> (raw)
commit: a2707d6ddfc0df5a930a68dd0d35319547875543
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 23:32:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 12 23:32:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2707d6d
sys-apps/goawk: add 1.23.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/goawk/Manifest | 1 +
sys-apps/goawk/goawk-1.23.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/sys-apps/goawk/Manifest b/sys-apps/goawk/Manifest
index 4e7369cf981b..8d50b437d60f 100644
--- a/sys-apps/goawk/Manifest
+++ b/sys-apps/goawk/Manifest
@@ -1 +1,2 @@
DIST goawk-1.22.0.tar.gz 1676447 BLAKE2B 315874b8ee6334dd74fc86727340d3e14e01aac08880d562bd6297bcf42ae577e2ab6aa187e2f82616029b2fea9c64074193869fed01a8baa4423a5bfe73f45c SHA512 4109ca6e73f2eb87ef9d5b123634fb01cc92e8867aeec19be3d5b4744c7bd07747330fc6a371adbb52f2cab1fb51b43e9be6d8a851a0f0c5287c6039d497147c
+DIST goawk-1.23.0.tar.gz 1678139 BLAKE2B 0289ff64bfcfc7f14e48fc7d0e60e287b52d78d48dc8b21687ccdd13ada1cc8f193b12a112ccb898ef89893cf0f9e5502271f1433d77f21b1db5b1e9df56a4a8 SHA512 e2a8dda1d2a8cad1aee5ec7107cac30ff9aa691c5d0d78d91691dba21921fcbdac1dde4c61aff8a7d1280f174caaefcb44e937df84e0bf46e7818085da26f902
diff --git a/sys-apps/goawk/goawk-1.23.0.ebuild b/sys-apps/goawk/goawk-1.23.0.ebuild
new file mode 100644
index 000000000000..e138a7adbd3d
--- /dev/null
+++ b/sys-apps/goawk/goawk-1.23.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="POSIX-compliant AWK interpreter written in Go, with CSV support"
+HOMEPAGE="https://github.com/benhoyt/goawk"
+SRC_URI="https://github.com/benhoyt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+src_compile() {
+ ego build
+}
+
+src_test() {
+ ego test
+}
+
+src_install() {
+ einstalldocs
+
+ dobin goawk
+}
next reply other threads:[~2023-05-12 23:50 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-12 23:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 5:26 [gentoo-commits] repo/gentoo:master commit in: sys-apps/goawk/ Sam James
2024-11-27 5:58 Sam James
2024-09-20 8:39 Sam James
2024-09-20 8:39 Sam James
2024-04-27 4:20 Sam James
2024-03-02 3:15 Sam James
2023-11-25 5:28 Sam James
2023-09-27 3:45 Sam James
2023-08-01 12:44 Sam James
2023-07-20 2:26 Sam James
2023-07-20 2:26 Sam James
2023-06-15 23:15 Sam James
2023-06-15 23:15 Sam James
2023-06-09 13:40 Sam James
2023-05-31 0:29 Sam James
2023-05-31 0:29 Sam James
2023-05-12 23:50 Sam James
2023-04-25 19:01 Sam James
2022-12-29 2:08 Sam James
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=1683934379.a2707d6ddfc0df5a930a68dd0d35319547875543.sam@gentoo \
--to=sam@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