From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 46E821584AD for ; Wed, 07 May 2025 12:32:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 337B9343150 for ; Wed, 07 May 2025 12:32:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 288FF110278; Wed, 07 May 2025 12:32:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 215D4110278 for ; Wed, 07 May 2025 12:32:13 +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 D2DD83430DA for ; Wed, 07 May 2025 12:32:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F7161F52 for ; Wed, 07 May 2025 12:32:11 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1746621094.67521206508089be9b93ae16c0a07424e2467639.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xwxapt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild X-VCS-Directories: media-radio/xwxapt/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 67521206508089be9b93ae16c0a07424e2467639 X-VCS-Branch: master Date: Wed, 07 May 2025 12:32:11 +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: c9a815bc-04e7-4f89-a32c-84d2452424cf X-Archives-Hash: 9de9888835edb6a3e9d5718265c57d37 commit: 67521206508089be9b93ae16c0a07424e2467639 Author: Thomas Beierlein gentoo org> AuthorDate: Wed May 7 12:31:21 2025 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Wed May 7 12:31:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67521206 media-radio/xwxapt: Fix broken pkg_install() Signed-off-by: Thomas Beierlein gentoo.org> media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild b/media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild index 94d2f7363ab5..d6105ed2ce72 100644 --- a/media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild +++ b/media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild @@ -38,8 +38,8 @@ src_install() { default docompress -x /usr/share/man/man1/xwxapt.1.gz - rm "${D}"/usr/share/doc/${P}/${PN}.1.gz || die - rm "${D}"/usr/share/doc/${P}/${PN}.html || die + rm "${D}"/usr/share/doc/${PF}/${PN}.1.gz || die + rm "${D}"/usr/share/doc/${PF}/${PN}.html || die mv "${D}"/usr/share/examples/xwxapt "${D}"/usr/share || die keepdir /usr/share/${PN}/images /usr/share/${PN}/records }