public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/js_of_ocaml/
Date: Tue, 18 Apr 2017 20:10:04 +0000 (UTC)	[thread overview]
Message-ID: <1492546194.ed40f0d4086818bc455b2db2127bcac78116d01c.aballier@gentoo> (raw)

commit:     ed40f0d4086818bc455b2db2127bcac78116d01c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 20:01:36 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 20:09:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed40f0d4

dev-ml/js_of_ocaml: fix automagic on ppx_driver and merge ppx useflags into one

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../{js_of_ocaml-2.8.4.ebuild => js_of_ocaml-2.8.4-r1.ebuild}     | 8 ++++----
 dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild                        | 8 ++++----
 dev-ml/js_of_ocaml/metadata.xml                                   | 1 -
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r1.ebuild
similarity index 86%
rename from dev-ml/js_of_ocaml/js_of_ocaml-2.8.4.ebuild
rename to dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r1.ebuild
index 11d4b7ce009..9331122157d 100644
--- a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4.ebuild
+++ b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4-r1.ebuild
@@ -20,15 +20,14 @@ fi
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-IUSE="+ocamlopt doc +deriving +ppx +ppx-deriving +react +xml X"
+IUSE="+ocamlopt doc +deriving +ppx +react +xml X"
 
 RDEPEND="
 	>=dev-lang/ocaml-3.12:=[ocamlopt?,X?]
 	>=dev-ml/lwt-2.4.4:=[camlp4(+)]
 	react? ( dev-ml/react:=  dev-ml/reactiveData:= )
 	xml? ( >=dev-ml/tyxml-4:= )
-	ppx? ( dev-ml/ppx_tools:= )
-	ppx-deriving? ( dev-ml/ppx_deriving:= )
+	ppx? ( dev-ml/ppx_tools:= dev-ml/ppx_deriving:= dev-ml/ppx_driver:= )
 	dev-ml/cmdliner:=
 	dev-ml/menhir:=
 	dev-ml/ocaml-base64:=
@@ -52,7 +51,8 @@ src_configure() {
 	use X || echo "WITH_GRAPHICS := NO" >> Makefile.conf
 	use react || echo "WITH_REACT := NO" >> Makefile.conf
 	use ppx || echo "WITH_PPX := NO" >> Makefile.conf
-	use ppx-deriving || echo "WITH_PPX_PPX_DERIVING := NO" >> Makefile.conf
+	use ppx || echo "WITH_PPX_DERIVING := NO" >> Makefile.conf
+	use ppx || echo "WITH_PPX_DRIVER := NO" >> Makefile.conf
 	echo "WITH_ASYNC := NO" >> Makefile.conf
 }
 

diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
index a68da44990b..5b17a890bb3 100644
--- a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
+++ b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
@@ -20,15 +20,14 @@ fi
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-IUSE="+ocamlopt doc +deriving +ppx +ppx-deriving +react +xml X"
+IUSE="+ocamlopt doc +deriving +ppx +react +xml X"
 
 RDEPEND="
 	>=dev-lang/ocaml-3.12:=[ocamlopt?,X?]
 	>=dev-ml/lwt-2.4.4:=[camlp4(+)]
 	react? ( dev-ml/react:=  dev-ml/reactiveData:= )
 	xml? ( >=dev-ml/tyxml-4:= )
-	ppx? ( dev-ml/ppx_tools:= )
-	ppx-deriving? ( dev-ml/ppx_deriving:= )
+	ppx? ( dev-ml/ppx_tools:= dev-ml/ppx_deriving:= dev-ml/ppx_driver:= )
 	dev-ml/cmdliner:=
 	dev-ml/menhir:=
 	dev-ml/ocaml-base64:=
@@ -48,7 +47,8 @@ src_configure() {
 	use X || echo "WITH_GRAPHICS := NO" >> Makefile.conf
 	use react || echo "WITH_REACT := NO" >> Makefile.conf
 	use ppx || echo "WITH_PPX := NO" >> Makefile.conf
-	use ppx-deriving || echo "WITH_PPX_PPX_DERIVING := NO" >> Makefile.conf
+	use ppx || echo "WITH_PPX_DERIVING := NO" >> Makefile.conf
+	use ppx || echo "WITH_PPX_DRIVER := NO" >> Makefile.conf
 	echo "WITH_ASYNC := NO" >> Makefile.conf
 }
 

diff --git a/dev-ml/js_of_ocaml/metadata.xml b/dev-ml/js_of_ocaml/metadata.xml
index 0b34c19deed..904a7a4498e 100644
--- a/dev-ml/js_of_ocaml/metadata.xml
+++ b/dev-ml/js_of_ocaml/metadata.xml
@@ -8,7 +8,6 @@
   <use>
     <flag name="deriving">Enable <pkg>dev-ml/deriving</pkg> support for improving the type safety.</flag>
 	<flag name="ppx">Enables the ppx syntax extension</flag>
-	<flag name="ppx-deriving">Enables deriving support through ppx syntax extensions.</flag>
 	<flag name="react">Enable functionnal reactive programming support.</flag>
   </use>
   <upstream>


             reply	other threads:[~2017-04-18 20:10 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-18 20:10 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-15  9:03 [gentoo-commits] repo/gentoo:master commit in: dev-ml/js_of_ocaml/ Sam James
2021-02-09  6:13 Sam James
2017-08-02 11:23 Alexis Ballier
2017-06-22 14:24 Alexis Ballier
2017-06-22 14:24 Alexis Ballier
2017-06-22 14:24 Alexis Ballier
2017-04-02  8:38 Alexis Ballier
2017-01-24 11:07 Alexis Ballier
2016-12-22 20:07 Alexis Ballier
2016-12-22 20:07 Alexis Ballier
2016-12-07 19:33 Alexis Ballier
2016-12-07 19:33 Alexis Ballier
2016-11-09 16:09 Alexis Ballier
2016-10-07 16:28 Alexis Ballier
2016-10-07 16:28 Alexis Ballier
2016-09-13 12:30 Alexis Ballier
2016-09-07 10:23 Alexis Ballier
2016-07-11  7:58 Alexis Ballier
2016-06-20 17:03 Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2016-02-06 15:39 Alexis Ballier
2016-02-06 15:39 Alexis Ballier
2016-02-06 15:39 Alexis Ballier
2016-02-06 15:39 Alexis Ballier
2016-02-06 15:39 Alexis Ballier
2016-01-30 16:35 Alexis Ballier
2016-01-19 12:18 Alexis Ballier

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=1492546194.ed40f0d4086818bc455b2db2127bcac78116d01c.aballier@gentoo \
    --to=aballier@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