Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/
Date: Tue, 04 May 2021 19:23:18
Message-Id: 1620156123.c3ae0de3dbef1f9cddb5ccbc95064b55326e352b.sam@gentoo
1 commit: c3ae0de3dbef1f9cddb5ccbc95064b55326e352b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 27 20:00:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:22:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ae0de3
7
8 dev-ml/camlp5: fix function/phase declaration style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/camlp5/camlp5-7.12.ebuild | 4 ++--
14 dev-ml/camlp5/camlp5-7.13.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-ml/camlp5/camlp5-7.12.ebuild b/dev-ml/camlp5/camlp5-7.12.ebuild
18 index 5b42e456fdf..57725adb301 100644
19 --- a/dev-ml/camlp5/camlp5-7.12.ebuild
20 +++ b/dev-ml/camlp5/camlp5-7.12.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -42,7 +42,7 @@ src_configure() {
28 -mandir /usr/share/man || die "configure failed"
29 }
30
31 -src_compile(){
32 +src_compile() {
33 emake out
34 if use ocamlopt; then
35 emake opt
36
37 diff --git a/dev-ml/camlp5/camlp5-7.13.ebuild b/dev-ml/camlp5/camlp5-7.13.ebuild
38 index 470b0612971..79a35e5dfeb 100644
39 --- a/dev-ml/camlp5/camlp5-7.13.ebuild
40 +++ b/dev-ml/camlp5/camlp5-7.13.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -36,7 +36,7 @@ src_configure() {
48 -mandir /usr/share/man || die "configure failed"
49 }
50
51 -src_compile(){
52 +src_compile() {
53 emake out
54 if use ocamlopt; then
55 emake opt