Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/
Date: Thu, 13 Jan 2022 18:59:06
Message-Id: 1642100324.9265787c002a7056fef5e44ffe2e1f459f9e9944.tupone@gentoo
1 commit: 9265787c002a7056fef5e44ffe2e1f459f9e9944
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 18:58:44 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 18:58:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9265787c
7
8 dev-ml/camlp4: remove CFLAGS warning not applicable to ocaml
9
10 Closes: https://bugs.gentoo.org/822231
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild | 10 +++++++---
15 dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild | 6 ++++--
16 dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild | 6 ++++--
17 dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild | 4 ++--
18 dev-ml/camlp4/camlp4-4.12-r1.ebuild | 4 ++--
19 dev-ml/camlp4/camlp4-4.13-r1.ebuild | 4 ++--
20 6 files changed, 21 insertions(+), 13 deletions(-)
21
22 diff --git a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild b/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
23 index 7c3455031b75..fbeee42c3a43 100644
24 --- a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
25 +++ b/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
26 @@ -1,14 +1,14 @@
27 -# Copyright 1999-2021 Gentoo Authors
28 +# Copyright 1999-2022 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32
33 MY_PV=${PV/_p/+}
34 MY_P=${PN}-${MY_PV}
35 +
36 DESCRIPTION="System for writing extensible parsers for programming languages"
37 HOMEPAGE="https://github.com/camlp4/camlp4"
38 SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
39 -S="${WORKDIR}/${P/_p/-}"
40
41 LICENSE="LGPL-2-with-linking-exception"
42 SLOT="0/${PV}"
43 @@ -17,9 +17,13 @@ IUSE="+ocamlopt"
44
45 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
46 DEPEND="${RDEPEND}
47 - dev-ml/ocamlbuild
48 + dev-ml/ocamlbuild[ocamlopt?]
49 dev-ml/findlib:="
50
51 +QA_FLAGS_IGNORED='.*'
52 +
53 +S="${WORKDIR}/${P/_p/-}"
54 +
55 src_configure() {
56 ./configure \
57 --bindir="${EPREFIX}/usr/bin" \
58
59 diff --git a/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild b/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
60 index 4df4e6606fe2..45915fd4cf46 100644
61 --- a/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
62 +++ b/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2021 Gentoo Authors
65 +# Copyright 1999-2022 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -17,9 +17,11 @@ IUSE="+ocamlopt"
70
71 RDEPEND="dev-lang/ocaml:0/4.09[ocamlopt?]"
72 DEPEND="${RDEPEND}
73 - dev-ml/ocamlbuild
74 + dev-ml/ocamlbuild[ocamlopt?]
75 dev-ml/findlib:="
76
77 +QA_FLAGS_IGNORED='.*'
78 +
79 S=${WORKDIR}/${P/_p/-}
80 PATCHES=( "${FILESDIR}/reload.patch" )
81
82
83 diff --git a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
84 index 539fe3cd8554..06d603572592 100644
85 --- a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
86 +++ b/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
87 @@ -1,4 +1,4 @@
88 -# Copyright 1999-2021 Gentoo Authors
89 +# Copyright 1999-2022 Gentoo Authors
90 # Distributed under the terms of the GNU General Public License v2
91
92 EAPI=7
93 @@ -17,9 +17,11 @@ IUSE="+ocamlopt"
94
95 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
96 DEPEND="${RDEPEND}
97 - dev-ml/ocamlbuild
98 + dev-ml/ocamlbuild[ocamlopt?]
99 dev-ml/findlib:="
100
101 +QA_FLAGS_IGNORED='.*'
102 +
103 S=${WORKDIR}/${P/_p/-}
104 PATCHES=( "${FILESDIR}/reload.patch" )
105
106
107 diff --git a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
108 index 24d6b91a79bb..f3e7028826d7 100644
109 --- a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
110 +++ b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
111 @@ -1,4 +1,4 @@
112 -# Copyright 1999-2021 Gentoo Authors
113 +# Copyright 1999-2022 Gentoo Authors
114 # Distributed under the terms of the GNU General Public License v2
115
116 EAPI=7
117 @@ -17,7 +17,7 @@ IUSE="+ocamlopt"
118
119 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
120 DEPEND="${RDEPEND}
121 - dev-ml/ocamlbuild
122 + dev-ml/ocamlbuild[ocamlopt?]
123 dev-ml/findlib:="
124
125 QA_FLAGS_IGNORED='.*'
126
127 diff --git a/dev-ml/camlp4/camlp4-4.12-r1.ebuild b/dev-ml/camlp4/camlp4-4.12-r1.ebuild
128 index e159ddff977f..06d603572592 100644
129 --- a/dev-ml/camlp4/camlp4-4.12-r1.ebuild
130 +++ b/dev-ml/camlp4/camlp4-4.12-r1.ebuild
131 @@ -1,4 +1,4 @@
132 -# Copyright 1999-2021 Gentoo Authors
133 +# Copyright 1999-2022 Gentoo Authors
134 # Distributed under the terms of the GNU General Public License v2
135
136 EAPI=7
137 @@ -17,7 +17,7 @@ IUSE="+ocamlopt"
138
139 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
140 DEPEND="${RDEPEND}
141 - dev-ml/ocamlbuild
142 + dev-ml/ocamlbuild[ocamlopt?]
143 dev-ml/findlib:="
144
145 QA_FLAGS_IGNORED='.*'
146
147 diff --git a/dev-ml/camlp4/camlp4-4.13-r1.ebuild b/dev-ml/camlp4/camlp4-4.13-r1.ebuild
148 index e159ddff977f..06d603572592 100644
149 --- a/dev-ml/camlp4/camlp4-4.13-r1.ebuild
150 +++ b/dev-ml/camlp4/camlp4-4.13-r1.ebuild
151 @@ -1,4 +1,4 @@
152 -# Copyright 1999-2021 Gentoo Authors
153 +# Copyright 1999-2022 Gentoo Authors
154 # Distributed under the terms of the GNU General Public License v2
155
156 EAPI=7
157 @@ -17,7 +17,7 @@ IUSE="+ocamlopt"
158
159 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
160 DEPEND="${RDEPEND}
161 - dev-ml/ocamlbuild
162 + dev-ml/ocamlbuild[ocamlopt?]
163 dev-ml/findlib:="
164
165 QA_FLAGS_IGNORED='.*'