public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_metaquot/
@ 2017-04-07 17:05 Alexis Ballier
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier @ 2017-04-07 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7e05505a71eb9161338ba40a628cbd67a0ac2bd3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 17:04:55 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 17:05:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e05505a

dev-ml/ppx_metaquot: Force "upgrade" to latest ppx_core, bug #614922

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
index 8b6b7e807be..208ea1b9335 100644
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
+++ b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
@@ -17,6 +17,7 @@ DEPEND="
 	dev-ml/ppx_driver:=
 	dev-ml/ppx_traverse_builtins:=
 	dev-ml/ocaml-migrate-parsetree:=
+	<dev-ml/ppx_core-100
 	"
 RDEPEND="${DEPEND}"
 DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_metaquot/
@ 2017-04-20 13:29 Alexis Ballier
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier @ 2017-04-20 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     27c03942695761c0af90d88a26bd0a3389d2e3c9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:29:08 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:29:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c03942

dev-ml/ppx_metaquot: add remoteid

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ppx_metaquot/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ml/ppx_metaquot/metadata.xml b/dev-ml/ppx_metaquot/metadata.xml
index ffac4d7ebc0..12b5d625b73 100644
--- a/dev-ml/ppx_metaquot/metadata.xml
+++ b/dev-ml/ppx_metaquot/metadata.xml
@@ -5,4 +5,7 @@
 	<email>ml@gentoo.org</email>
 	<name>Gentoo ML Project</name>
 </maintainer>
+  <upstream>
+	  <remote-id type="github">janestreet/ppx_metaquot</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_metaquot/
@ 2017-08-15  7:26 Alexis Ballier
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier @ 2017-08-15  7:26 UTC (permalink / raw
  To: gentoo-commits

commit:     dc09d9055522d86d9e1ef042d921222634a36d79
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 07:21:22 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 07:26:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc09d905

dev-ml/ppx_metaquot: convert to opam.eclass

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
index 208ea1b9335..337130032b0 100644
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
+++ b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 DESCRIPTION="Write OCaml AST fragment using OCaml syntax"
 HOMEPAGE="https://github.com/janestreet/ppx_metaquot"
 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -20,12 +22,4 @@ DEPEND="
 	<dev-ml/ppx_core-100
 	"
 RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-}
+DEPEND="${DEPEND} dev-ml/jbuilder"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_metaquot/
@ 2017-09-10 14:45 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2017-09-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ab218b847b3e7c48d654aba27bdab122f2f987cb
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 14:44:21 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 14:45:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab218b84

dev-ml/ppx_metaquot: keyworded 0.9.0 for ppc, bug #627836

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
index 337130032b0..940de0b51a7 100644
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
+++ b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_metaquot/
@ 2018-02-14 14:30 Thomas Deutschmann
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-02-14 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     75242c720a63b9a8cf5e493e24066dbc0397c289
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 14:24:00 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 14:24:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75242c72

dev-ml/ppx_metaquot: x86 keyworded (bug #627836)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
index 940de0b51a7..2cf71db77f8 100644
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
+++ b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_metaquot/
@ 2020-10-17  1:16 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2020-10-17  1:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d26830c8398e4a3a5310c1b890f1167c06ec5def
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 01:09:15 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 01:09:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26830c8

dev-ml/ppx_metaquot: Keyword 0.11.0 x86, #748936

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
index f96e27fefda..1c2b9794ec2 100644
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
+++ b/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/ppxlib:="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_metaquot/
@ 2021-03-08 19:15 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2021-03-08 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     70934f810a563d5fda58505b5532de555413aed9
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  8 19:11:24 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar  8 19:14:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70934f81

dev-ml/ppx_metaquot: drop 0.9.0

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ppx_metaquot/Manifest                  |  1 -
 dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-ml/ppx_metaquot/Manifest b/dev-ml/ppx_metaquot/Manifest
index 19d8b13ffd8..912a5fa013e 100644
--- a/dev-ml/ppx_metaquot/Manifest
+++ b/dev-ml/ppx_metaquot/Manifest
@@ -1,2 +1 @@
 DIST ppx_metaquot-0.11.0.tar.gz 5407 BLAKE2B 610f3197e2809914232310363775bb5f0f889681fec1274071eba71617131b863f6229e85dcdf3749dbb300a980f39dfeacfe23f388f5f898d01925d07fbcc43 SHA512 59d95a5d9298d47adc9e3ca531aae59c91cfa019d90a5d8aa5e11de6bf1f3d3fcd2dbc800028a3ab999ba51257f695116b0a32a96c958bafea39761fe5db230b
-DIST ppx_metaquot-0.9.0.tar.gz 6801 BLAKE2B b5629da4c2460ed064e614e0051bd104fd731526498ffd085a75039672c186f314918c4c355a9dacfee7982c06b338950de0a670b27bd061e19b688a21693c08 SHA512 7645f02f964f2a33836f947a725384f95c7724dcd88c031aa3dd2d255127a21d473e19ff77cb917f845930ab44541a4698becf56721cc1a0a0eee5912947cd22

diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
deleted file mode 100644
index 2cf71db77f8..00000000000
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Write OCaml AST fragment using OCaml syntax"
-HOMEPAGE="https://github.com/janestreet/ppx_metaquot"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	dev-ml/ppx_core:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_traverse_builtins:=
-	dev-ml/ocaml-migrate-parsetree:=
-	<dev-ml/ppx_core-100
-	"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-08 19:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-10 14:45 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_metaquot/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2021-03-08 19:15 Alfredo Tupone
2020-10-17  1:16 Sam James
2018-02-14 14:30 Thomas Deutschmann
2017-08-15  7:26 Alexis Ballier
2017-04-20 13:29 Alexis Ballier
2017-04-07 17:05 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox