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 C487E1581FB for ; Mon, 26 Aug 2024 23:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA02AE29F9; Mon, 26 Aug 2024 23:55:10 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 9FBF0E29F9 for ; Mon, 26 Aug 2024 23:55:10 +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 CD0B733BE18 for ; Mon, 26 Aug 2024 23:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15713167A for ; Mon, 26 Aug 2024 23:55:08 +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: <1724716471.0e915a76dc33aa79c93965336a4c8777df27d0b8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-gtk-module/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05-r1.ebuild x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05.ebuild X-VCS-Directories: x11-misc/appmenu-gtk-module/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e915a76dc33aa79c93965336a4c8777df27d0b8 X-VCS-Branch: master Date: Mon, 26 Aug 2024 23:55:08 +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: 2436a28c-5933-4886-895d-68cb7c2c6366 X-Archives-Hash: 8a03bc0d6a3f9326a35e5d5cba48fedd commit: 0e915a76dc33aa79c93965336a4c8777df27d0b8 Author: Sam James gentoo org> AuthorDate: Mon Aug 26 23:54:31 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 26 23:54:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e915a76 x11-misc/appmenu-gtk-module: fix bad doc install I missed this because I assumed the QA warning was the usual gtk-doc thing. Signed-off-by: Sam James gentoo.org> ...nu-gtk-module-24.05.ebuild => appmenu-gtk-module-24.05-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05.ebuild b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05-r1.ebuild similarity index 89% rename from x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05.ebuild rename to x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05-r1.ebuild index 3041130bea89..274718de5ba0 100644 --- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05.ebuild +++ b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-24.05-r1.ebuild @@ -68,6 +68,11 @@ src_test() { src_install() { meson_src_install + mv "${ED}"/usr/share/doc/appmenu-gtk-module/* "${ED}"/usr/share/doc/${PF} || die + rmdir "${ED}"/usr/share/doc/appmenu-gtk-module || die + + rm "${ED}"/usr/share/licenses/appmenu-gtk-module/LICENSE || die + exeinto /etc/X11/xinit/xinitrc.d newexe "${FILESDIR}"/${PN}-r1 85-${PN} }