From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/optix/
Date: Fri, 28 Feb 2025 10:00:59 +0000 (UTC) [thread overview]
Message-ID: <1740736850.11d30d52a40314814ea4dcd332884141d04ecf49.arthurzam@gentoo> (raw)
commit: 11d30d52a40314814ea4dcd332884141d04ecf49
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 09:54: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=11d30d52
dev-libs/optix: fix NonConsistentTarUsage [QA]
Issue: https://github.com/pkgcore/pkgcheck/issues/704
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/optix/optix-7.4.0.ebuild | 4 ++--
dev-libs/optix/optix-7.5.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/optix/optix-7.4.0.ebuild b/dev-libs/optix/optix-7.4.0.ebuild
index ab5eb71a3052..77d9c5bacc19 100644
--- a/dev-libs/optix/optix-7.4.0.ebuild
+++ b/dev-libs/optix/optix-7.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -64,7 +64,7 @@ src_unpack() {
cp "${DISTDIR}/${P}-${i}" "${S}/include/${i}" || die
done
else
- tail -n +223 "${DISTDIR}"/${A} | tar -zx
+ tail -n +223 "${DISTDIR}"/${A} | tar -zx -f -
assert "unpacking ${A} failed"
fi
}
diff --git a/dev-libs/optix/optix-7.5.0.ebuild b/dev-libs/optix/optix-7.5.0.ebuild
index 93173c78a603..77d9c5bacc19 100644
--- a/dev-libs/optix/optix-7.5.0.ebuild
+++ b/dev-libs/optix/optix-7.5.0.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
@@ -64,7 +64,7 @@ src_unpack() {
cp "${DISTDIR}/${P}-${i}" "${S}/include/${i}" || die
done
else
- tail -n +223 "${DISTDIR}"/${A} | tar -zx
+ tail -n +223 "${DISTDIR}"/${A} | tar -zx -f -
assert "unpacking ${A} failed"
fi
}
next reply other threads:[~2025-02-28 10:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 10:00 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-01 23:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/optix/ Ionen Wolkens
2023-02-04 11:33 Joonas Niilola
2022-09-16 15:18 Arthur Zamarin
2022-09-16 15:18 Arthur Zamarin
2022-08-31 9:58 Ionen Wolkens
2022-08-31 9:58 Ionen Wolkens
2022-08-31 9:58 Ionen Wolkens
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.11d30d52a40314814ea4dcd332884141d04ecf49.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