From 41094b890d8c27c359e368237d9f6b09592c2513 Mon Sep 17 00:00:00 2001 From: David Roman Date: Tue, 31 Mar 2026 02:13:12 +0200 Subject: [PATCH] app-misc/s6-man: treeclean, duplicate of app-doc/s6-man-pages Signed-off-by: David Roman --- app-misc/s6-man/s6-man-9999.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 app-misc/s6-man/s6-man-9999.ebuild diff --git a/app-misc/s6-man/s6-man-9999.ebuild b/app-misc/s6-man/s6-man-9999.ebuild deleted file mode 100644 index 12fff06783..0000000000 --- a/app-misc/s6-man/s6-man-9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="mdoc versions of the HTML documentation for the s6 supervision suite" -HOMEPAGE="https://skarnet.org/software/s6/" - -inherit git-r3 -EGIT_REPO_URI="https://github.com/flexibeast/s6-man-pages.git" - -LICENSE="ISC" -SLOT="0" - -src_compile() { - echo >/dev/null -} - -src_install() { - ls -la "${S}" - doman "${S}"/man7/* - doman "${S}"/man8/* -}