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: Sat, 24 Dec 2022 12:55:25 +0000 (UTC)	[thread overview]
Message-ID: <1671885381.4f344a4c83e9e7682af0c3ef9e8b035841ef42bc.sam@gentoo> (raw)

commit:     4f344a4c83e9e7682af0c3ef9e8b035841ef42bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 11:57:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 12:36:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f344a4c

dev-util/fq: drop 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 -------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-util/fq/Manifest b/dev-util/fq/Manifest
index d6dc4c1db87e..6b80aede94a9 100644
--- a/dev-util/fq/Manifest
+++ b/dev-util/fq/Manifest
@@ -1,4 +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
 DIST fq-0.2.0-deps.tar.xz 23494148 BLAKE2B 59400200a814d08fac88d9bcedc5db0ea2ae5192a5a67b389fa62cbb6e82d8f4210e9153a14aa2e259143c68f67863865359e7636966419f47b00f9fb44394ca SHA512 fa8d3464976569c5bca810dcbce6492bce85173907366aeda3a290a467d027891a8edc889283a9185c5d7139d51f77a2fb9f08b5a452ebc9cd96994f7db8127e
 DIST fq-0.2.0.tar.gz 12762736 BLAKE2B 7f1496b1da231b804b7e3af40f252381e83c62ca5e4779af65a502e9dc6a15a0a5267af68b83569c996f726870234c03952711e8262f360b2061bf34df5b2e4e SHA512 faf88faf0121a837c32dfbfe4c9e05261f28c2eec50d981f7840937ad121e45b0fa6809f428c45c0b41c99d1ae12a667a81911943e0601f2d81922ac670e03fe

diff --git a/dev-util/fq/fq-0.1.0.ebuild b/dev-util/fq/fq-0.1.0.ebuild
deleted file mode 100644
index ae862b026637..000000000000
--- a/dev-util/fq/fq-0.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-}


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

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-24 12:55 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-12-03  8:24 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  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=1671885381.4f344a4c83e9e7682af0c3ef9e8b035841ef42bc.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