public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/
Date: Thu, 13 Jan 2022 18:59:03 +0000 (UTC)	[thread overview]
Message-ID: <1642100324.9265787c002a7056fef5e44ffe2e1f459f9e9944.tupone@gentoo> (raw)

commit:     9265787c002a7056fef5e44ffe2e1f459f9e9944
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 18:58:44 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 18:58:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9265787c

dev-ml/camlp4: remove CFLAGS warning not applicable to ocaml

Closes: https://bugs.gentoo.org/822231
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild | 10 +++++++---
 dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild |  6 ++++--
 dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild |  6 ++++--
 dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild |  4 ++--
 dev-ml/camlp4/camlp4-4.12-r1.ebuild    |  4 ++--
 dev-ml/camlp4/camlp4-4.13-r1.ebuild    |  4 ++--
 6 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild b/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
index 7c3455031b75..fbeee42c3a43 100644
--- a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 MY_PV=${PV/_p/+}
 MY_P=${PN}-${MY_PV}
+
 DESCRIPTION="System for writing extensible parsers for programming languages"
 HOMEPAGE="https://github.com/camlp4/camlp4"
 SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${P/_p/-}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
@@ -17,9 +17,13 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 DEPEND="${RDEPEND}
-	dev-ml/ocamlbuild
+	dev-ml/ocamlbuild[ocamlopt?]
 	dev-ml/findlib:="
 
+QA_FLAGS_IGNORED='.*'
+
+S="${WORKDIR}/${P/_p/-}"
+
 src_configure() {
 	./configure \
 		--bindir="${EPREFIX}/usr/bin" \

diff --git a/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild b/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
index 4df4e6606fe2..45915fd4cf46 100644
--- a/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,9 +17,11 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/4.09[ocamlopt?]"
 DEPEND="${RDEPEND}
-	dev-ml/ocamlbuild
+	dev-ml/ocamlbuild[ocamlopt?]
 	dev-ml/findlib:="
 
+QA_FLAGS_IGNORED='.*'
+
 S=${WORKDIR}/${P/_p/-}
 PATCHES=( "${FILESDIR}/reload.patch" )
 

diff --git a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
index 539fe3cd8554..06d603572592 100644
--- a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
+++ b/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,9 +17,11 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 DEPEND="${RDEPEND}
-	dev-ml/ocamlbuild
+	dev-ml/ocamlbuild[ocamlopt?]
 	dev-ml/findlib:="
 
+QA_FLAGS_IGNORED='.*'
+
 S=${WORKDIR}/${P/_p/-}
 PATCHES=( "${FILESDIR}/reload.patch" )
 

diff --git a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
index 24d6b91a79bb..f3e7028826d7 100644
--- a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
+++ b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 DEPEND="${RDEPEND}
-	dev-ml/ocamlbuild
+	dev-ml/ocamlbuild[ocamlopt?]
 	dev-ml/findlib:="
 
 QA_FLAGS_IGNORED='.*'

diff --git a/dev-ml/camlp4/camlp4-4.12-r1.ebuild b/dev-ml/camlp4/camlp4-4.12-r1.ebuild
index e159ddff977f..06d603572592 100644
--- a/dev-ml/camlp4/camlp4-4.12-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 DEPEND="${RDEPEND}
-	dev-ml/ocamlbuild
+	dev-ml/ocamlbuild[ocamlopt?]
 	dev-ml/findlib:="
 
 QA_FLAGS_IGNORED='.*'

diff --git a/dev-ml/camlp4/camlp4-4.13-r1.ebuild b/dev-ml/camlp4/camlp4-4.13-r1.ebuild
index e159ddff977f..06d603572592 100644
--- a/dev-ml/camlp4/camlp4-4.13-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 DEPEND="${RDEPEND}
-	dev-ml/ocamlbuild
+	dev-ml/ocamlbuild[ocamlopt?]
 	dev-ml/findlib:="
 
 QA_FLAGS_IGNORED='.*'


             reply	other threads:[~2022-01-13 18:59 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-13 18:59 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 12:04 [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/ Andreas K. Hüttel
2024-06-09 11:39 Alfredo Tupone
2024-06-01 21:39 Alfredo Tupone
2023-10-28  0:24 Sam James
2023-04-29 16:16 Arthur Zamarin
2023-04-29  8:59 Sam James
2023-04-29  8:43 Arthur Zamarin
2023-04-29  8:27 Arthur Zamarin
2023-03-26  7:52 Alfredo Tupone
2023-03-17 10:17 Arthur Zamarin
2023-02-15 18:38 Matt Turner
2023-02-11 11:05 Alfredo Tupone
2023-02-11  9:48 Alfredo Tupone
2023-01-30 23:45 Maciej Barć
2022-05-31  9:11 Sam James
2021-10-17 19:09 Sam James
2021-10-17  0:13 Sam James
2021-10-15  3:04 Sam James
2021-10-13  6:02 Agostino Sarubbo
2021-10-13  5:54 Agostino Sarubbo
2021-10-07  1:46 Sam James
2021-10-07  1:45 Sam James
2021-10-06  1:02 Sam James
2021-06-10 10:22 Alfredo Tupone
2021-06-09 21:45 Sam James
2021-06-09 21:45 Sam James
2021-06-09 21:45 Sam James
2021-06-09 21:45 Sam James
2021-06-09 21:45 Sam James
2021-05-04 22:17 Sam James
2021-01-28 20:11 Alfredo Tupone
2021-01-26 17:59 Alfredo Tupone
2020-12-28 11:49 Sam James
2020-11-28 18:37 Aaron Bauman
2020-10-25 20:27 Sam James
2020-10-14 11:34 Mark Wright
2020-10-09  8:40 Agostino Sarubbo
2020-09-25 19:00 Sam James
2020-09-07  8:47 Sergei Trofimovich
2020-09-01  0:04 Sam James
2020-07-20  9:01 Joonas Niilola
2020-05-05  8:47 Joonas Niilola
2020-02-09 22:26 Miroslav Šulc
2017-10-14 11:13 Alexis Ballier
2017-06-19 18:12 Alexis Ballier
2017-03-03 11:28 Alexis Ballier
2017-03-03 11:28 Alexis Ballier
2017-02-14  9:31 Alexis Ballier
2017-02-12 19:58 Markus Meier
2017-01-29 23:02 Jeroen Roovers
2017-01-26 15:28 Agostino Sarubbo
2017-01-26 11:00 Agostino Sarubbo
2017-01-26 10:22 Agostino Sarubbo
2017-01-25 19:21 Tobias Klausmann
2017-01-25 15:52 Agostino Sarubbo
2017-01-25 15:35 Agostino Sarubbo
2017-01-25 14:29 Agostino Sarubbo
2017-01-14 17:14 Mikle Kolyada
2016-11-29 15:05 Alexis Ballier
2016-03-01 19:17 Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2016-02-04 17:24 Tobias Klausmann
2015-11-21 14:24 Markus Meier
2015-11-12 11:21 Agostino Sarubbo
2015-11-11  9:54 Agostino Sarubbo
2015-11-10 12:01 Agostino Sarubbo
2015-11-03  4:14 Jeroen Roovers
2015-11-01 11:12 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1642100324.9265787c002a7056fef5e44ffe2e1f459f9e9944.tupone@gentoo \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox