commit: d20e5788358b90edc2545386d0704981699f539c Author: Francisco Javier Félix <web <AT> inode64 <DOT> com> AuthorDate: Fri Sep 15 12:58:20 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <web <AT> inode64.com> Closes: https://github.com/gentoo/gentoo/pull/32800 Signed-off-by: Joonas Niilola <juippis <AT> 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/*
