sys-process/lsof: Revbump to fix man page
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 8 Jul 2019 09:57:43 +0000 (11:57 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 8 Jul 2019 09:58:10 +0000 (11:58 +0200)
Closes: https://bugs.gentoo.org/689462
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-process/lsof/lsof-4.93.2-r1.ebuild [moved from sys-process/lsof/lsof-4.93.2.ebuild with 95% similarity]

similarity index 95%
rename from sys-process/lsof/lsof-4.93.2.ebuild
rename to sys-process/lsof/lsof-4.93.2-r1.ebuild
index 3fa368976b103552732eee3e2625f8f2ed158ded..6761f22aa6690d1fc24a1d3d966a7b02dc6a7286 100644 (file)
@@ -19,6 +19,9 @@ RDEPEND="rpc? ( net-libs/libtirpc )
        selinux? ( sys-libs/libselinux )"
 DEPEND="${RDEPEND}
        rpc? ( virtual/pkgconfig )"
+BDEPEND="
+       sys-apps/groff
+"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-4.85-cross.patch #432120
@@ -38,6 +41,10 @@ src_prepare() {
                -e '/test -r/s:test -r \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\1>" | ${LSOF_CC} ${LSOF_CFGF} -E - >/dev/null 2>\&1:g' \
                -e 's:grep (.*) \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\2>" | ${LSOF_CC} ${LSOF_CFGF} -E -P -dD - 2>/dev/null | grep \1:' \
                Configure || die
+
+       # "create" man-page
+       # inspired by shipped "makeman" ksh script
+       soelim < Lsof.8 > lsof.8 || die
 }
 
 target() {
@@ -91,7 +98,7 @@ src_install() {
                doins scripts/*
        fi
 
-       newman {L,l}sof.8
+       doman lsof.8
        dodoc 00*
 }