Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: Neil Bothwick <neil@××××××××××.uk>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] man pages: build or copy?
Date: Sun, 10 Jul 2016 06:38:16
Message-Id: 20160710083757.17a3ade5.mgorny@gentoo.org
In Reply to: [gentoo-dev] man pages: build or copy? by Neil Bothwick
1 On Sat, 9 Jul 2016 14:54:56 +0100
2 Neil Bothwick <neil@××××××××××.uk> wrote:
3
4 > I've created an ebuild for net-misc/zerotier [1]. This has a BDEP on
5 > app-text/ronn, the build system uses it to create the man pages. The
6 > trouble is that ronn is a Ruby program and pulls in a shedload of
7 > dependencies, just to install man pages.
8 >
9 > It seems to me to make more sense to put pre-built man pages in
10 > ${FILESDIR}/${PV} and copy them with doman. Is this considered the
11 > correct or acceptable way to deal with this?
12 >
13 > 1) https://bugs.gentoo.org/show_bug.cgi?id=588324
14
15 If they are quite static (i.e. don't have important content that
16 depends on USE flags etc.), generate them, put in a tarball somewhere
17 (you can ask a proxy committer to host it for you), then fetch them via
18 SRC_URI.
19
20 --
21 Best regards,
22 Michał Górny
23 <http://dev.gentoo.org/~mgorny/>

Replies

Subject Author
Re: [gentoo-dev] man pages: build or copy? Neil Bothwick <neil@××××××××××.uk>