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 34FE915800F for ; Tue, 21 Feb 2023 17:56:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76C68E0DC2; Tue, 21 Feb 2023 17:56:53 +0000 (UTC) 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ADAFE0DC2 for ; Tue, 21 Feb 2023 17:56:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CD4E33BEC7 for ; Tue, 21 Feb 2023 17:56:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B18388E for ; Tue, 21 Feb 2023 17:56:51 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1677002180.a95c26c6d1a8d880163f964040e65ae1a22766ee.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad/kicad-7.0.0-r1.ebuild X-VCS-Directories: sci-electronics/kicad/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: a95c26c6d1a8d880163f964040e65ae1a22766ee X-VCS-Branch: master Date: Tue, 21 Feb 2023 17:56:51 +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: 9646f52b-7962-4129-a8dd-8188794cd36d X-Archives-Hash: d85316f805371e1fc9ce82cfd25ab3a6 commit: a95c26c6d1a8d880163f964040e65ae1a22766ee Author: Matthew Smith gentoo org> AuthorDate: Mon Feb 20 18:32:22 2023 +0000 Commit: Matthew Smith gentoo org> CommitDate: Tue Feb 21 17:56:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95c26c6 sci-electronics/kicad: fix documentation install Closes: https://bugs.gentoo.org/895328 Acked-by: Zoltan Puskas sinustrom.info> Signed-off-by: Matthew Smith gentoo.org> sci-electronics/kicad/kicad-7.0.0-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-electronics/kicad/kicad-7.0.0-r1.ebuild b/sci-electronics/kicad/kicad-7.0.0-r1.ebuild index 5371ccfee521..6e1f702ce060 100644 --- a/sci-electronics/kicad/kicad-7.0.0-r1.ebuild +++ b/sci-electronics/kicad/kicad-7.0.0-r1.ebuild @@ -143,10 +143,11 @@ src_install() { cmake_src_install python_optimize + dodoc doxygen/eagle-plugin-notes.txt + if use doc ; then - dodoc uncrustify.cfg - cd Documentation || die - dodoc -r *.txt kicad_doxygen_logo.png notes_about_pcbnew_new_file_format.odt doxygen/. + cd doxygen || die + dodoc -r out/html/. fi }