Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-gettext/
Date: Sat, 31 Oct 2020 09:47:59
Message-Id: 1604137661.f4fe63c94b105010912f658d49da7218d56696fa.juippis@gentoo
1 commit: f4fe63c94b105010912f658d49da7218d56696fa
2 Author: Rafael Kitover <rkitover <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 17 15:57:24 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 09:47:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fe63c9
7
8 dev-ml/ocaml-gettext: remove hack for mandir
9
10 dune.eclass now passes --mandir since 77211739823.
11
12 Signed-off-by: Rafael Kitover <rkitover <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/17957
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild | 5 -----
17 1 file changed, 5 deletions(-)
18
19 diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
20 index 037d67dddaa..d9e81851498 100644
21 --- a/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
22 +++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild
23 @@ -33,9 +33,4 @@ DEPEND="
24
25 src_install() {
26 dune_src_install
27 -
28 - # Hack for now until we get --mandir in dune.eclass
29 - cd "${ED}/usr/man" || die
30 - doman man1/* man5/*
31 - rm -r "${ED}/usr/man" || die
32 }