From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1429035-garchives=archives.gentoo.org@lists.gentoo.org> 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 66DC5158094 for <garchives@archives.gentoo.org>; Fri, 19 Aug 2022 19:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 920B8E07EE; Fri, 19 Aug 2022 19:38:25 +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 738A6E07EE for <gentoo-commits@lists.gentoo.org>; Fri, 19 Aug 2022 19:38:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5DA733410FB for <gentoo-commits@lists.gentoo.org>; Fri, 19 Aug 2022 19:38:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F541578 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Aug 2022 19:38:23 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1660937896.a50c50305639b9b4e7d745d59ff98114a0328d81.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/doxygen/doxygen-1.9.4-r1.ebuild app-doc/doxygen/doxygen-1.9.4-r2.ebuild app-doc/doxygen/doxygen-9999.ebuild X-VCS-Directories: app-doc/doxygen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a50c50305639b9b4e7d745d59ff98114a0328d81 X-VCS-Branch: master Date: Fri, 19 Aug 2022 19:38:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29fce376-1016-4334-9346-bc211a89c875 X-Archives-Hash: 5858d8d1a002553acb7d327ce8a7e2d1 commit: a50c50305639b9b4e7d745d59ff98114a0328d81 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 19 19:38:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 19 19:38:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50c5030 app-doc/doxygen: install man pages Closes: https://bugs.gentoo.org/865821 Signed-off-by: Sam James <sam <AT> gentoo.org> app-doc/doxygen/{doxygen-1.9.4-r1.ebuild => doxygen-1.9.4-r2.ebuild} | 2 ++ app-doc/doxygen/doxygen-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-doc/doxygen/doxygen-1.9.4-r1.ebuild b/app-doc/doxygen/doxygen-1.9.4-r2.ebuild similarity index 99% rename from app-doc/doxygen/doxygen-1.9.4-r1.ebuild rename to app-doc/doxygen/doxygen-1.9.4-r2.ebuild index 0f344a39d522..ff97c461722b 100644 --- a/app-doc/doxygen/doxygen-1.9.4-r1.ebuild +++ b/app-doc/doxygen/doxygen-1.9.4-r2.ebuild @@ -131,4 +131,6 @@ src_compile() { src_install() { cmake_src_install + + doman doc/*.1 } diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index 98ae522f189f..32ddae8a3c9e 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -130,4 +130,6 @@ src_compile() { src_install() { cmake_src_install + + doman doc/*.1 }