Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419029 - net-misc/ucarp: please install a manpage
Summary: net-misc/ucarp: please install a manpage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-01 12:50 UTC by kfm
Modified: 2012-09-03 16:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
${FILESDIR}/ucarp.8 (ucarp.8,6.32 KB, text/plain)
2012-06-01 12:50 UTC, kfm
Details

Note You need to log in before you can comment on or make changes to this bug.
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.
+