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 9184A158094 for ; Thu, 25 Aug 2022 01:51:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2A2E08DD; Thu, 25 Aug 2022 01:51:10 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EA3DE08DD for ; Thu, 25 Aug 2022 01:51: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 7D58934107D for ; Thu, 25 Aug 2022 01:51:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A473457B for ; Thu, 25 Aug 2022 01:51:07 +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: <1661392256.ce74a56151cafa81ab37a8aa17a397166c32ac53.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/brotli/brotli-1.0.9-r4.ebuild app-arch/brotli/brotli-1.0.9-r5.ebuild app-arch/brotli/brotli-9999.ebuild X-VCS-Directories: app-arch/brotli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce74a56151cafa81ab37a8aa17a397166c32ac53 X-VCS-Branch: master Date: Thu, 25 Aug 2022 01:51:07 +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: bc456871-02c5-4724-8c97-9799760a552f X-Archives-Hash: d9143cf610b39180e41a42dfa12dc4b3 commit: ce74a56151cafa81ab37a8aa17a397166c32ac53 Author: Sam James gentoo org> AuthorDate: Tue Aug 23 06:02:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 25 01:50:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce74a561 app-arch/brotli: install man pages Signed-off-by: Sam James gentoo.org> app-arch/brotli/{brotli-1.0.9-r4.ebuild => brotli-1.0.9-r5.ebuild} | 7 +++++++ app-arch/brotli/brotli-9999.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/app-arch/brotli/brotli-1.0.9-r4.ebuild b/app-arch/brotli/brotli-1.0.9-r5.ebuild similarity index 93% rename from app-arch/brotli/brotli-1.0.9-r4.ebuild rename to app-arch/brotli/brotli-1.0.9-r5.ebuild index c61d17cd14ae..bae6d9625256 100644 --- a/app-arch/brotli/brotli-1.0.9-r4.ebuild +++ b/app-arch/brotli/brotli-1.0.9-r5.ebuild @@ -84,4 +84,11 @@ multilib_src_install() { multilib_src_install_all() { use python && distutils-r1_src_install + + doman docs/brotli.1 + + local page + for page in constants decode encode types ; do + newman docs/${page}.h.3 ${PN}_${page}.h.3 + done } diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index c61d17cd14ae..bae6d9625256 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -84,4 +84,11 @@ multilib_src_install() { multilib_src_install_all() { use python && distutils-r1_src_install + + doman docs/brotli.1 + + local page + for page in constants decode encode types ; do + newman docs/${page}.h.3 ${PN}_${page}.h.3 + done }