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 7500915800A for ; Thu, 20 Jul 2023 02:26:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 700D3E088A; Thu, 20 Jul 2023 02:26:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5A1ABE0886 for ; Thu, 20 Jul 2023 02:26:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 684E1335C60 for ; Thu, 20 Jul 2023 02:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EF36BD5 for ; Thu, 20 Jul 2023 02:26:02 +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: <1689819039.dd271b5e7cbd9cd65f33b63d7be47ef35af880a2.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.24.0.ebuild X-VCS-Directories: sys-apps/goawk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dd271b5e7cbd9cd65f33b63d7be47ef35af880a2 X-VCS-Branch: master Date: Thu, 20 Jul 2023 02:26:02 +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: 032eac99-e885-4a7e-aad1-834382a4f60c X-Archives-Hash: d49eec038e9d4b6edc0f0aa369d39621 commit: dd271b5e7cbd9cd65f33b63d7be47ef35af880a2 Author: Sam James gentoo org> AuthorDate: Thu Jul 20 02:10:39 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 20 02:10:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd271b5e sys-apps/goawk: add 1.24.0 Signed-off-by: Sam James gentoo.org> sys-apps/goawk/Manifest | 1 + sys-apps/goawk/goawk-1.24.0.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/sys-apps/goawk/Manifest b/sys-apps/goawk/Manifest index f111ee9ba3ff..faa3a5d561c6 100644 --- a/sys-apps/goawk/Manifest +++ b/sys-apps/goawk/Manifest @@ -1,2 +1,3 @@ DIST goawk-1.23.2.tar.gz 1682245 BLAKE2B 6f7c87717ae3539272688c600705ca9757f38671dd2d73688ff4b3e345d66e2cf7b16f7bc6d0dd97340cf84b8a09bb116207ec5dfb361ff5721ffe99c048c118 SHA512 b448b99cb880b23de72fc77948217291b9da6733ad8538d7978e3dbd83e233ac6c558a39bc7d995002bb6b67c6b6ed5ac3a4131b90f43443bdd7c639b793f5ee DIST goawk-1.23.3.tar.gz 1682899 BLAKE2B e0ca6001b5adc78186549cbf11bc016294a996e8a1337227a1915e30b5f04786cf443c19c8daaae5e4e0604945783bc89a4a173f1f878685f7330f4f3933690e SHA512 06955b9cf53ac7a4a414ea18b4886fa71f1ec3ca1338a6648f9650f28ba5f52d672eddb7b5f8462fb404966b716f9a1ac8b6e075ab74883e6d1ad1a16314f4f8 +DIST goawk-1.24.0.tar.gz 1684298 BLAKE2B 4a13994ba99d35ebbf42077a68c21842ccd2ad85d0d31976fc0aa7c999d926a090e2d21c6313498b436d580d231449729e67a20717d0efd4f79e96a3bfb89c36 SHA512 2ae955fe35e6b08bf997c136aa7b8ece1de21bebc442a1757eeac44aa545be5eaa58d6a6b3c827dcfebff6a1d55332e1b0b48dbf07c39273f3d2bac221d8f218 diff --git a/sys-apps/goawk/goawk-1.24.0.ebuild b/sys-apps/goawk/goawk-1.24.0.ebuild new file mode 100644 index 000000000000..e138a7adbd3d --- /dev/null +++ b/sys-apps/goawk/goawk-1.24.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 +}