From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29F2015817D for ; Thu, 20 Jun 2024 21:46:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C348E2A95; Thu, 20 Jun 2024 21:46:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA48BE2A91 for ; Thu, 20 Jun 2024 21:46:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3254C33BF3B for ; Thu, 20 Jun 2024 21:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F30EF1062 for ; Thu, 20 Jun 2024 21:46:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718919887.a5c2c85b0d87270f0087a22d0eb61da3442413bd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-pages/man-pages-6.06.ebuild sys-apps/man-pages/man-pages-9999.ebuild X-VCS-Directories: sys-apps/man-pages/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a5c2c85b0d87270f0087a22d0eb61da3442413bd X-VCS-Branch: master Date: Thu, 20 Jun 2024 21:46:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2a74592-7632-46cb-9db3-e58bf4f47f89 X-Archives-Hash: a3ce1d353781c1135f056035653a2875 commit: a5c2c85b0d87270f0087a22d0eb61da3442413bd Author: Sam James gentoo org> AuthorDate: Thu Jun 20 21:44:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 20 21:44:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c2c85b sys-apps/man-pages: fix src_prepare w/ USE=verify-sig Closes: https://bugs.gentoo.org/934625 Fixes: 7759152a7abd008031b16c6057cddeae66d4fffd Signed-off-by: Sam James gentoo.org> sys-apps/man-pages/man-pages-6.06.ebuild | 2 ++ sys-apps/man-pages/man-pages-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys-apps/man-pages/man-pages-6.06.ebuild b/sys-apps/man-pages/man-pages-6.06.ebuild index 82b505a3602c..c0cd7d383769 100644 --- a/sys-apps/man-pages/man-pages-6.06.ebuild +++ b/sys-apps/man-pages/man-pages-6.06.ebuild @@ -100,6 +100,8 @@ src_unpack() { verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \ < <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -x)) assert "Unpack failed" + + unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 else default fi diff --git a/sys-apps/man-pages/man-pages-9999.ebuild b/sys-apps/man-pages/man-pages-9999.ebuild index 08ed9e22afe1..224074d21d27 100644 --- a/sys-apps/man-pages/man-pages-9999.ebuild +++ b/sys-apps/man-pages/man-pages-9999.ebuild @@ -100,6 +100,8 @@ src_unpack() { verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \ < <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -x)) assert "Unpack failed" + + unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 else default fi