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: Fri, 23 Dec 2022 08:55:48 +0000 (UTC)	[thread overview]
Message-ID: <1671785681.13411b70bf6fbae0398bc481f6a262ed1b74ed09.sam@gentoo> (raw)

commit:     13411b70bf6fbae0398bc481f6a262ed1b74ed09
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 08:53:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 08:54:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13411b70

dev-util/fq: new package, add 0.1.0

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

 dev-util/fq/Manifest        |  2 ++
 dev-util/fq/fq-0.1.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 dev-util/fq/metadata.xml    | 11 +++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-util/fq/Manifest b/dev-util/fq/Manifest
new file mode 100644
index 000000000000..10f17360ce3b
--- /dev/null
+++ b/dev-util/fq/Manifest
@@ -0,0 +1,2 @@
+DIST fq-0.1.0-deps.tar.xz 23497408 BLAKE2B 2ea9edad64f5d077026db99b6d981a443a7c5f5501b4525311512100fb68674bfd9f884908af845a007579d45b5e199bbaf8139a5ed0cee764167459bc62072f SHA512 0b028de7c909077253309d6f16d7bb036b67fb9db6716327d6fe403e7e491f1a56547f91159302e19a8bb578ffdcd74bcb1eab80f1ed65be9f11b4c35fbaf0d9
+DIST fq-0.1.0.tar.gz 8549022 BLAKE2B e4a7d8240f6f9adadab95d66b79747417290d24b53dc1b07c9f2cd526ef86f93f932ba15072cef050d9e3da2f1212ee76da5265345d665796c109bb4b104f0f7 SHA512 3cc81962c9a31343109743f9de7b73939df9165d4d5dd4beff3790e85e435c0344fa44f59a66153d9235ed156e9bee0f93e63b36c492d337547c6cf1712132ed

diff --git a/dev-util/fq/fq-0.1.0.ebuild b/dev-util/fq/fq-0.1.0.ebuild
new file mode 100644
index 000000000000..ae862b026637
--- /dev/null
+++ b/dev-util/fq/fq-0.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 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 (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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-tcltk/expect )"
+
+src_prepare() {
+	default
+
+	# https://github.com/wader/fq/issues/494
+	sed -i -e '/test_repl.exp/d' Makefile || die
+}
+
+src_compile() {
+	# Avoid -s being set in Makefile (stripping)
+	export GO_BUILD_LDFLAGS="-w"
+
+	default
+}
+
+src_install() {
+	dobin fq
+}

diff --git a/dev-util/fq/metadata.xml b/dev-util/fq/metadata.xml
new file mode 100644
index 000000000000..df8d11274d38
--- /dev/null
+++ b/dev-util/fq/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">wader/fq</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-12-23  8:55 UTC|newest]

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