From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/comi/
Date: Fri, 28 Feb 2025 10:01:00 +0000 (UTC) [thread overview]
Message-ID: <1740736850.8fc596ca886b7c6fdcaee20a458c24e2f1d9c4c6.arthurzam@gentoo> (raw)
commit: 8fc596ca886b7c6fdcaee20a458c24e2f1d9c4c6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 09:58:33 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 10:00:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc596ca
games-rpg/comi: fix NonConsistentTarUsage [QA]
Issue: https://github.com/pkgcore/pkgcheck/issues/704
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-rpg/comi/comi-1-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-rpg/comi/comi-1-r1.ebuild b/games-rpg/comi/comi-1-r1.ebuild
index bd971f07ce5d..a50addf24a8a 100644
--- a/games-rpg/comi/comi-1-r1.ebuild
+++ b/games-rpg/comi/comi-1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,7 +26,7 @@ dotar() {
# Remainder into data
# Avoid copying files twice
- tar c \
+ tar -c -f - \
--mode=u+w \
--ignore-case \
--xform='s:^[^a-z]+$:\L\0:x' \
@@ -36,7 +36,7 @@ dotar() {
--exclude="$(use doc || echo '*.pdf')" \
--exclude-from=<(find "${WORKDIR}"/data -type f -printf "%P\n" 2>/dev/null) \
*.{txt,pdf} *.la[0-9] resource*/ \
- | tar x -C "${WORKDIR}"
+ | tar -x -f - -C "${WORKDIR}"
assert "tar failed"
eshopts_pop
next reply other threads:[~2025-02-28 10:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 10:01 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-09 12:36 [gentoo-commits] repo/gentoo:master commit in: games-rpg/comi/ James Le Cuirot
2024-06-09 11:39 James Le Cuirot
2022-04-25 21:35 Conrad Kostecki
2021-04-21 18:51 Sam James
2017-09-06 21:00 Michał Górny
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=1740736850.8fc596ca886b7c6fdcaee20a458c24e2f1d9c4c6.arthurzam@gentoo \
--to=arthurzam@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