app-misc/s6-man: treeclean, duplicate of app-doc/s6-man-pages

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-03-31 02:13:12 +02:00
parent 93fcc8668b
commit 41094b890d

View File

@@ -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/*
}