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 9848D1581D3 for ; Wed, 29 May 2024 18:27:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCA46E29E2; Wed, 29 May 2024 18:27:48 +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 89F62E29E2 for ; Wed, 29 May 2024 18:27:48 +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 AED6E340943 for ; Wed, 29 May 2024 18:27:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14DFDD for ; Wed, 29 May 2024 18:27:46 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1717007191.fde10960ff6053e42cd0b2e882f9e3aa6ba3715b.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/nut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/nut/nut-2.8.2.ebuild sys-power/nut/nut-9999.ebuild X-VCS-Directories: sys-power/nut/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: fde10960ff6053e42cd0b2e882f9e3aa6ba3715b X-VCS-Branch: master Date: Wed, 29 May 2024 18:27:46 +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: 4095abe3-6b07-491b-ae98-c6de0dc5cd88 X-Archives-Hash: e311ae785e457f22daa07870f3c4f1de commit: fde10960ff6053e42cd0b2e882f9e3aa6ba3715b Author: Robin H. Johnson gentoo org> AuthorDate: Tue May 28 15:58:48 2024 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed May 29 18:26:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde10960 sys-power/nut: fix newdoc bug introduced in d20e5788358b90edc2545386d0704981699f539c Closes: https://bugs.gentoo.org/show_bug.cgi?id=932868 Fixes: d20e5788358b90edc2545386d0704981699f539c Signed-off-by: Robin H. Johnson gentoo.org> sys-power/nut/nut-2.8.2.ebuild | 4 ++-- sys-power/nut/nut-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-power/nut/nut-2.8.2.ebuild b/sys-power/nut/nut-2.8.2.ebuild index e59050b0c4e5..fbd9812f3c08 100644 --- a/sys-power/nut/nut-2.8.2.ebuild +++ b/sys-power/nut/nut-2.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -190,7 +190,7 @@ src_install() { einstalldocs if use doc; then - newdoc lib/README.adoc + newdoc lib/README.adoc README.lib.adoc dodoc docs/*.txt docinto cables dodoc docs/cables/* diff --git a/sys-power/nut/nut-9999.ebuild b/sys-power/nut/nut-9999.ebuild index e59050b0c4e5..fbd9812f3c08 100644 --- a/sys-power/nut/nut-9999.ebuild +++ b/sys-power/nut/nut-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -190,7 +190,7 @@ src_install() { einstalldocs if use doc; then - newdoc lib/README.adoc + newdoc lib/README.adoc README.lib.adoc dodoc docs/*.txt docinto cables dodoc docs/cables/*