Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/
Date: Wed, 13 Mar 2019 00:42:10
Message-Id: 1552437696.6922f21531c9ab4bb8adefe56e41e301dba3b33c.gokturk@gentoo
1 commit: 6922f21531c9ab4bb8adefe56e41e301dba3b33c
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 19:36:36 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 00:41:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6922f215
7
8 net-fs/davfs2: leave manpage compression to the package manager
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
12
13 net-fs/davfs2/davfs2-1.5.5.ebuild | 8 ++++++++
14 1 file changed, 8 insertions(+)
15
16 diff --git a/net-fs/davfs2/davfs2-1.5.5.ebuild b/net-fs/davfs2/davfs2-1.5.5.ebuild
17 index 6ac96a881c3..3ef5dd25f00 100644
18 --- a/net-fs/davfs2/davfs2-1.5.5.ebuild
19 +++ b/net-fs/davfs2/davfs2-1.5.5.ebuild
20 @@ -28,6 +28,14 @@ pkg_setup() {
21 enewgroup davfs2
22 }
23
24 +src_prepare() {
25 + # Let the package manager handle man page compression
26 + sed -e '/^manual[58]_DATA/ s/\.gz//g' \
27 + -i "${S}"/man/Makefile.in || die
28 +
29 + default
30 +}
31 +
32 src_configure() {
33 econf dav_user=nobody --enable-largefile $(use_enable nls)
34 }