Summary: | net-misc/ucarp: please install a manpage | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | kfm <kfm> |
Component: | [OLD] Unspecified | Assignee: | Gentoo Cluster Team <cluster> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | ${FILESDIR}/ucarp.8 |
Thanks Kerin, it's revbumped in tree ! +*ucarp-1.5.2-r1 (03 Sep 2012) + + 03 Sep 2012; Ultrabug <ultrabug@gentoo.org> +ucarp-1.5.2-r1.ebuild, + +files/ucarp.8: + Add man page thx to Kerin Millar, fix #419029. + |
Created attachment 313821 [details] ${FILESDIR}/ucarp.8 I'm attaching a manpage written by a Debian developer. It is permissible for others to use it. It's small enough to be placed under files/ so I would suggest doing it this way: src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc "${DOCS[@]}" doman "${FILESDIR}"/ucarp.8 } It might also be worth switching to EAPI-4 so that the die statement can be removed.