public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/fq/
Date: Sun,  3 Dec 2023 08:24:08 +0000 (UTC)	[thread overview]
Message-ID: <1701591784.1b7215941f80862ccc4deed684e833bf13ff1676.sam@gentoo> (raw)

commit:     1b7215941f80862ccc4deed684e833bf13ff1676
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 08:23:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 08:23:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b721594

dev-util/fq: add 0.9.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/fq/Manifest        |  2 ++
 dev-util/fq/fq-0.9.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-util/fq/Manifest b/dev-util/fq/Manifest
index 4e01f316eed6..b337a71ef730 100644
--- a/dev-util/fq/Manifest
+++ b/dev-util/fq/Manifest
@@ -1,2 +1,4 @@
 DIST fq-0.8.0-deps.tar.xz 30680132 BLAKE2B df9eed4dd0fd04c114293286aeb57d8c29ef8d09577f433c3c50cde32ccb87985efc5e7f5b4be30a9ff47ad0d072ff2989868dec5d74721bd809f93960ee15f1 SHA512 97dbe3467a8ca388b7345da11d67a7b84f77b38ec2c114ceb223eceb7fcf1b682d6e531c30fa0134b1f3fd9461f6b98e381ebcc6a12386f630460a3b6d778077
 DIST fq-0.8.0.tar.gz 15152198 BLAKE2B 5e07106adc7539225a47c0e06eed5731c0c5b121c6206afa54eaf5598d56c7a00ea7cc984afc6808fb28964e999cee91bec587ece2cf5ef0b3b5f85faf50b1dd SHA512 b9733ecb2b8ffaac564c1fb18d4fab1fe1a2b3307f42c1ac1968d5f2f74e4ca37c16add2a6e366d65e60173967e1317f6c6383d414e9ff95d0fc8f5dcefa9637
+DIST fq-0.9.0-deps.tar.xz 30756668 BLAKE2B 6e5ca0ba9c595f3907c0e0fd5330360cea5c60a2a8d6c3501a333f1084380563c7d7bdd13030659cd2a1bfaf38e6a5d529b53734b3f39e7715a39f51f3efce81 SHA512 e1061470c0bc863f0a2a96a5fc2ebbca8262a5e67856fe0caa39c88ccca4d5e1411e9a14befbf11b0511bbc19ba90c14917aa91b808dbc5531201c40cd0dfb64
+DIST fq-0.9.0.tar.gz 15107174 BLAKE2B 4ab47ff8e726d1af9785cf9d83e628235cd43ef659c93a5a15759f7844f5c323e0e4ae82dea45b7b9c756f9cb264c0f7164a9fbe6fecdde1478f94c6a3301784 SHA512 4b8fdf25cd4aa255d4f689d612c1f43997e277fa4b4f522a0b346ec55ebdbeef93a20fdfb78a2c23df16a475c70abebec507145f0fb8d2ca1d3f564076b2ddad

diff --git a/dev-util/fq/fq-0.9.0.ebuild b/dev-util/fq/fq-0.9.0.ebuild
new file mode 100644
index 000000000000..5df96c3f076c
--- /dev/null
+++ b/dev-util/fq/fq-0.9.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Tool for working with binary data (app-misc/jq for binary formats)"
+HOMEPAGE="https://github.com/wader/fq"
+SRC_URI="https://github.com/wader/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-tcltk/expect )"
+
+src_prepare() {
+	default
+
+	# Don't unconditionally (and therefore twice) build tests
+	# TODO: upstream
+	sed -i -e 's/all: test fq/all: fq/' Makefile || die
+}
+
+src_compile() {
+	# Avoid -s being set in Makefile (stripping)
+	export GO_BUILD_LDFLAGS="-w"
+
+	default
+}
+
+src_install() {
+	einstalldocs
+
+	dobin fq
+}


             reply	other threads:[~2023-12-03  8:24 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-03  8:24 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-13  1:09 [gentoo-commits] repo/gentoo:master commit in: dev-util/fq/ Sam James
2025-02-08 22:10 Sam James
2025-02-08 22:10 Sam James
2024-10-24 16:27 Arthur Zamarin
2024-09-22  4:50 Sam James
2024-08-15  0:26 Sam James
2024-04-17 22:01 Sam James
2024-04-15  7:27 Sam James
2024-02-27 23:00 Sam James
2024-02-27 23:00 Sam James
2024-02-27 22:06 Sam James
2024-01-07 13:26 Sam James
2023-11-25  5:28 Sam James
2023-11-04 10:52 Sam James
2023-09-29 23:54 Sam James
2023-09-29 23:54 Sam James
2023-07-09  7:59 Sam James
2023-06-25  7:05 Sam James
2023-06-10  7:08 Sam James
2023-06-10  4:20 Sam James
2023-05-17  0:37 Sam James
2023-04-19  6:26 Sam James
2023-04-13 19:07 Sam James
2023-03-22  5:27 Sam James
2023-03-09  1:03 Sam James
2023-02-12  6:22 Sam James
2022-12-25 21:24 Sam James
2022-12-25 20:26 Arthur Zamarin
2022-12-25 20:17 Arthur Zamarin
2022-12-24 12:55 Sam James
2022-12-24 12:55 Sam James
2022-12-24 12:55 Sam James
2022-12-24 12:55 Sam James
2022-12-24  6:35 Sam James
2022-12-23  8:55 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=1701591784.1b7215941f80862ccc4deed684e833bf13ff1676.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