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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D18715800C for ; Thu, 29 Dec 2022 02:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 726BCE0831; Thu, 29 Dec 2022 02:08:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53B36E0831 for ; Thu, 29 Dec 2022 02:08:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D584340EC2 for ; Thu, 29 Dec 2022 02:08:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE4697F4 for ; Thu, 29 Dec 2022 02:08:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672279698.5b0c283e7bf34a338597ad38fd0aae3ff4460846.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/goawk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/goawk/Manifest sys-apps/goawk/goawk-1.21.0.ebuild sys-apps/goawk/metadata.xml X-VCS-Directories: sys-apps/goawk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b0c283e7bf34a338597ad38fd0aae3ff4460846 X-VCS-Branch: master Date: Thu, 29 Dec 2022 02:08:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d790035-c4cc-4bae-bda9-6da5d6ca1560 X-Archives-Hash: 52124093f9c365cc49976bfec73385aa commit: 5b0c283e7bf34a338597ad38fd0aae3ff4460846 Author: Sam James gentoo org> AuthorDate: Thu Dec 29 02:08:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 29 02:08:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0c283e sys-apps/goawk: new package, add 1.21.0 Signed-off-by: Sam James gentoo.org> sys-apps/goawk/Manifest | 1 + sys-apps/goawk/goawk-1.21.0.ebuild | 28 ++++++++++++++++++++++++++++ sys-apps/goawk/metadata.xml | 11 +++++++++++ 3 files changed, 40 insertions(+) diff --git a/sys-apps/goawk/Manifest b/sys-apps/goawk/Manifest new file mode 100644 index 000000000000..445acde1b676 --- /dev/null +++ b/sys-apps/goawk/Manifest @@ -0,0 +1 @@ +DIST goawk-1.21.0.tar.gz 1674139 BLAKE2B 782cbba57efecd8cb707d5eeaf5021756b5472232a7ef9ce4a55645c31b46f90a187c65f05acc05ea39ca2a225cdc65e96d25c6ecb44d814b5f7c0a085c14712 SHA512 32d4ad87db9eb40ecd90dee5aa34c312c96d223d59298bab5781621fa3f933492a1fab9cc4738faf24fe8eb38c802224f9cbbcde368ea7c2f136cde82f7eeca5 diff --git a/sys-apps/goawk/goawk-1.21.0.ebuild b/sys-apps/goawk/goawk-1.21.0.ebuild new file mode 100644 index 000000000000..7f7a8282cd24 --- /dev/null +++ b/sys-apps/goawk/goawk-1.21.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 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" + +src_compile() { + ego build +} + +src_test() { + ego test +} + +src_install() { + einstalldocs + + dobin goawk +} diff --git a/sys-apps/goawk/metadata.xml b/sys-apps/goawk/metadata.xml new file mode 100644 index 000000000000..65bd5f412a1b --- /dev/null +++ b/sys-apps/goawk/metadata.xml @@ -0,0 +1,11 @@ + + + + + sam@gentoo.org + Sam James + + + benhoyt/goawk + +