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 F2754158013 for ; Mon, 11 Dec 2023 13:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D9D2BC02D; Mon, 11 Dec 2023 13:04:08 +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 BD6E32BC02D for ; Mon, 11 Dec 2023 13:04:07 +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 C9A46335D7B for ; Mon, 11 Dec 2023 13:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E89CACA for ; Mon, 11 Dec 2023 13:04:05 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1702299483.d20e5788358b90edc2545386d0704981699f539c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/nut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/nut/nut-9999.ebuild X-VCS-Directories: sys-power/nut/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d20e5788358b90edc2545386d0704981699f539c X-VCS-Branch: master Date: Mon, 11 Dec 2023 13:04:05 +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: a3c532c4-3b9c-48e8-8bfc-9f744e2ff2d4 X-Archives-Hash: e44e3d05c162f12793ef997dc76e6b85 commit: d20e5788358b90edc2545386d0704981699f539c Author: Francisco Javier FĂ©lix inode64 com> AuthorDate: Fri Sep 15 12:58:20 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Dec 11 12:58:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20e5788 sys-power/nut: Rename asciidoc-ready documentation sources to *.adoc https://github.com/networkupstools/nut/commit/83f3d8b18143baea8da0584ab11f3a4f59f56738 Signed-off-by: INODE64 inode64.com> Closes: https://github.com/gentoo/gentoo/pull/32800 Signed-off-by: Joonas Niilola gentoo.org> sys-power/nut/nut-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-power/nut/nut-9999.ebuild b/sys-power/nut/nut-9999.ebuild index 1d0b5e50edae..a56635519b2d 100644 --- a/sys-power/nut/nut-9999.ebuild +++ b/sys-power/nut/nut-9999.ebuild @@ -187,11 +187,11 @@ src_install() { mv "${i}" "${i/.sample/}" || die done - local DOCS=( AUTHORS MAINTAINERS NEWS README TODO UPGRADING ) + local DOCS=( AUTHORS MAINTAINERS NEWS.adoc README.adoc TODO.adoc UPGRADING.adoc ) einstalldocs if use doc; then - newdoc lib/README README.lib + newdoc lib/README.adoc dodoc docs/*.txt docinto cables dodoc docs/cables/*