Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 419029

Summary: net-misc/ucarp: please install a manpage
Product: Gentoo Linux Reporter: kfm <kfm>
Component: [OLD] UnspecifiedAssignee: 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

Description kfm 2012-06-01 12:50:07 UTC
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.
Comment 1 Ultrabug gentoo-dev 2012-09-03 16:51:50 UTC
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.
+