[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/, profiles/

2024-06-14 Thread Alfredo Tupone
commit: 31200be97fb2f30be245849ab3a4344c34cb902e
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Jun 14 17:18:31 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Jun 14 17:23:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31200be9

dev-ml/typerep: add 0.17.0

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/typerep/Manifest  |  1 +
 dev-ml/typerep/typerep-0.17.0.ebuild | 22 ++
 profiles/package.mask|  1 +
 3 files changed, 24 insertions(+)

diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index dee46e1a2121..156a34b0bfbe 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1,3 +1,4 @@
 DIST typerep-0.14.0.tar.gz 22936 BLAKE2B 
353a42f0f14bf6cbfc88670ca3d42af5873db1fcf805c30d03e95990ccd6d5fe2f5604931dc213fa921683de639717d288b2eac620cc2a4981cb792a65736e8d
 SHA512 
53b719ee06d06d7833cbe57811fe54d57a36055fa8e4255909273a267000e20628b8b8f6d27c22385753ea461d461f87a1eb1fc9711c52405a89d1493f54f37f
 DIST typerep-0.15.0.tar.gz 22737 BLAKE2B 
f94587cd3b4bb9efb117c1ce228663fe91ad1156cc287654f5a1dc684fea35b7b3d25f69643e7c5418dff70cf56d4afbba75165833a11817d75abfdd398f9277
 SHA512 
d86821dbf4dd808a6310986cebed50029fa5388e0dba8fdc165e50f5346214a9e110c14070fcbbaf2ba3f4261595f9370b0acd723b6445729f562600500b795b
 DIST typerep-0.16.0.tar.gz 23002 BLAKE2B 
d0ec7176b8354a2734b13317f2084eaac154a46567f2286ed33702908afcbe7ceeacbf15cc6fe6fb03ceae4f975d32ff4eeaafe05477abbf11849a0a70e61dd9
 SHA512 
1a93552b3ba83d0b1fee155a083cf929949089372dc21419a62a0f3ef0ea0171b6294833e3ff06cc718e2cfd761072f1c835f5026a17bb3fb17a0dfc7a23718e
+DIST typerep-0.17.0.tar.gz 23074 BLAKE2B 
52548d976d9580acc3b31a39fd6ce1fdeb543a32ae6453537d5e5fbf4f31293ad15312c768a95c3d998eef54efa45bfab2a2bf36e2baef98588e34270efa370e
 SHA512 
f66630350ada7838d7fd4ff83a155c2b942d1ae94b07914e40494b710e4bef83265fc6740fc4d231f00ce4505ba01f4a8d1e0a7c835c328647fd9a2e64795419

diff --git a/dev-ml/typerep/typerep-0.17.0.ebuild 
b/dev-ml/typerep/typerep-0.17.0.ebuild
new file mode 100644
index ..41cc2192d6b8
--- /dev/null
+++ b/dev-ml/typerep/typerep-0.17.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Library for creating runtime representation of OCaml types"
+HOMEPAGE="https://github.com/janestreet/typerep";
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv"
+IUSE="+ocamlopt"
+
+RDEPEND="
+   >=dev-lang/ocaml-5
+   dev-ml/base:${SLOT}[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-ml/dune-3.11"

diff --git a/profiles/package.mask b/profiles/package.mask
index ce9e9bc563b0..d809ea7d0e53 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -256,6 +256,7 @@ dev-ml/variantslib:0/0.17
 dev-ml/ppx_variants_conv:0/0.17
 dev-ml/ppx_log:0/0.17
 dev-ml/ppx_ignore_instrumentation:0/0.17
+dev-ml/typerep:0/0.17
 
 # Arthur Zamarin  (2024-06-08)
 # EAPI=6, waiting for a version bump, not maintained for many years.



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2024-06-11 Thread Arthur Zamarin
commit: 9d16254e23d6c5fb4360bcc177c5d68db5981773
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jun 12 05:37:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jun 12 05:37:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d16254e

dev-ml/typerep: Stabilize 0.16.0 ppc64, #933369

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.16.0.ebuild 
b/dev-ml/typerep/typerep-0.16.0.ebuild
index 2d2a3b1b966e..a19840a68389 100644
--- a/dev-ml/typerep/typerep-0.16.0.ebuild
+++ b/dev-ml/typerep/typerep-0.16.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/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2024-06-02 Thread Arthur Zamarin
commit: 5e69f2318014cbdc100616613492baadacbcf949
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun  2 19:44:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun  2 19:44:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e69f231

dev-ml/typerep: Stabilize 0.16.0 arm64, #933369

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.16.0.ebuild 
b/dev-ml/typerep/typerep-0.16.0.ebuild
index 14481d4e0929..2d2a3b1b966e 100644
--- a/dev-ml/typerep/typerep-0.16.0.ebuild
+++ b/dev-ml/typerep/typerep-0.16.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/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2024-06-02 Thread Arthur Zamarin
commit: a5a5cdbac98ea8ebada7a63a56ca2f93f64603e6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun  2 19:39:37 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun  2 19:39:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a5cdba

dev-ml/typerep: Stabilize 0.16.0 x86, #933369

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.16.0.ebuild 
b/dev-ml/typerep/typerep-0.16.0.ebuild
index 69312118b579..fcce64cfc14a 100644
--- a/dev-ml/typerep/typerep-0.16.0.ebuild
+++ b/dev-ml/typerep/typerep-0.16.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/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2024-06-02 Thread Arthur Zamarin
commit: 01a290e78331b67bfdeeda5ae14f4e3649f07912
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun  2 19:33:47 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun  2 19:34:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a290e7

dev-ml/typerep: Stabilize 0.16.0 amd64, #933369

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.16.0.ebuild 
b/dev-ml/typerep/typerep-0.16.0.ebuild
index 173c15d4dba0..69312118b579 100644
--- a/dev-ml/typerep/typerep-0.16.0.ebuild
+++ b/dev-ml/typerep/typerep-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -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/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2023-06-18 Thread Alfredo Tupone
commit: 7c09ceadf48a1be1e4254ed65e70aa6bb018af31
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Jun 18 11:20:07 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Jun 18 11:20:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c09cead

dev-ml/typerep: add 0.16.0

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/typerep/Manifest  |  1 +
 dev-ml/typerep/typerep-0.16.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index fc0e1012bdea..dee46e1a2121 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1,2 +1,3 @@
 DIST typerep-0.14.0.tar.gz 22936 BLAKE2B 
353a42f0f14bf6cbfc88670ca3d42af5873db1fcf805c30d03e95990ccd6d5fe2f5604931dc213fa921683de639717d288b2eac620cc2a4981cb792a65736e8d
 SHA512 
53b719ee06d06d7833cbe57811fe54d57a36055fa8e4255909273a267000e20628b8b8f6d27c22385753ea461d461f87a1eb1fc9711c52405a89d1493f54f37f
 DIST typerep-0.15.0.tar.gz 22737 BLAKE2B 
f94587cd3b4bb9efb117c1ce228663fe91ad1156cc287654f5a1dc684fea35b7b3d25f69643e7c5418dff70cf56d4afbba75165833a11817d75abfdd398f9277
 SHA512 
d86821dbf4dd808a6310986cebed50029fa5388e0dba8fdc165e50f5346214a9e110c14070fcbbaf2ba3f4261595f9370b0acd723b6445729f562600500b795b
+DIST typerep-0.16.0.tar.gz 23002 BLAKE2B 
d0ec7176b8354a2734b13317f2084eaac154a46567f2286ed33702908afcbe7ceeacbf15cc6fe6fb03ceae4f975d32ff4eeaafe05477abbf11849a0a70e61dd9
 SHA512 
1a93552b3ba83d0b1fee155a083cf929949089372dc21419a62a0f3ef0ea0171b6294833e3ff06cc718e2cfd761072f1c835f5026a17bb3fb17a0dfc7a23718e

diff --git a/dev-ml/typerep/typerep-0.16.0.ebuild 
b/dev-ml/typerep/typerep-0.16.0.ebuild
new file mode 100644
index ..173c15d4dba0
--- /dev/null
+++ b/dev-ml/typerep/typerep-0.16.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Library for creating runtime representation of OCaml types"
+HOMEPAGE="https://github.com/janestreet/typerep";
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="dev-ml/base:${SLOT}"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2023-03-24 Thread Sam James
commit: fba34f550236c92f3785d53332803ff6f6d37d58
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 01:49:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 01:49:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba34f55

dev-ml/typerep: Stabilize 0.15.0 arm64, #901589

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.15.0.ebuild 
b/dev-ml/typerep/typerep-0.15.0.ebuild
index e6159b57db2d..0a92b498627c 100644
--- a/dev-ml/typerep/typerep-0.15.0.ebuild
+++ b/dev-ml/typerep/typerep-0.15.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/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2023-03-24 Thread Sam James
commit: bd1c08a3dc85a538252a21d0355c671988c3892b
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 01:44:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 01:44:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1c08a3

dev-ml/typerep: Stabilize 0.15.0 ppc64, #901589

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.15.0.ebuild 
b/dev-ml/typerep/typerep-0.15.0.ebuild
index 4f6730efe3f2..e6159b57db2d 100644
--- a/dev-ml/typerep/typerep-0.15.0.ebuild
+++ b/dev-ml/typerep/typerep-0.15.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/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2023-03-24 Thread Sam James
commit: 7c9b3dadbfaf4b1f2779a7da8e1b7130aae72f9d
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 01:42:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 01:42:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9b3dad

dev-ml/typerep: Stabilize 0.15.0 arm, #901589

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.15.0.ebuild 
b/dev-ml/typerep/typerep-0.15.0.ebuild
index f918070e47cf..e2cda2dc65e5 100644
--- a/dev-ml/typerep/typerep-0.15.0.ebuild
+++ b/dev-ml/typerep/typerep-0.15.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/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2023-03-24 Thread Sam James
commit: d511d617470817951e3707033a9bca743876e83b
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 01:42:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 01:42:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d511d617

dev-ml/typerep: Stabilize 0.15.0 x86, #901589

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.15.0.ebuild 
b/dev-ml/typerep/typerep-0.15.0.ebuild
index e2cda2dc65e5..4f6730efe3f2 100644
--- a/dev-ml/typerep/typerep-0.15.0.ebuild
+++ b/dev-ml/typerep/typerep-0.15.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/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2023-03-16 Thread Alfredo Tupone
commit: bad7c1f6ca0424acab53e433500a141ea17ddce6
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Mar 16 13:26:20 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Mar 16 13:26:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad7c1f6

dev-ml/typerep: stabilize 0.15.0 for amd64

Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.15.0.ebuild 
b/dev-ml/typerep/typerep-0.15.0.ebuild
index c9650a9aceaf..f918070e47cf 100644
--- a/dev-ml/typerep/typerep-0.15.0.ebuild
+++ b/dev-ml/typerep/typerep-0.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -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/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2022-04-25 Thread Alfredo Tupone
commit: a05b7108d694a127853f6800a1dd5e775eff336f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Apr 25 17:47:41 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Apr 25 17:47:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05b7108

dev-ml/typerep: 0.15.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/typerep/Manifest  |  1 +
 dev-ml/typerep/typerep-0.15.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index 5e93e4ba8e05..fc0e1012bdea 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1 +1,2 @@
 DIST typerep-0.14.0.tar.gz 22936 BLAKE2B 
353a42f0f14bf6cbfc88670ca3d42af5873db1fcf805c30d03e95990ccd6d5fe2f5604931dc213fa921683de639717d288b2eac620cc2a4981cb792a65736e8d
 SHA512 
53b719ee06d06d7833cbe57811fe54d57a36055fa8e4255909273a267000e20628b8b8f6d27c22385753ea461d461f87a1eb1fc9711c52405a89d1493f54f37f
+DIST typerep-0.15.0.tar.gz 22737 BLAKE2B 
f94587cd3b4bb9efb117c1ce228663fe91ad1156cc287654f5a1dc684fea35b7b3d25f69643e7c5418dff70cf56d4afbba75165833a11817d75abfdd398f9277
 SHA512 
d86821dbf4dd808a6310986cebed50029fa5388e0dba8fdc165e50f5346214a9e110c14070fcbbaf2ba3f4261595f9370b0acd723b6445729f562600500b795b

diff --git a/dev-ml/typerep/typerep-0.15.0.ebuild 
b/dev-ml/typerep/typerep-0.15.0.ebuild
new file mode 100644
index ..c9650a9aceaf
--- /dev/null
+++ b/dev-ml/typerep/typerep-0.15.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Library for creating runtime representation of OCaml types"
+HOMEPAGE="https://github.com/janestreet/typerep";
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="dev-ml/base:${SLOT}"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2021-03-07 Thread Alfredo Tupone
commit: a089bc2017f3f1cc815fcc205b8fec6faa3b8f17
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Mar  7 14:13:48 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Mar  7 14:37:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a089bc20

dev-ml/typerep: remove old version

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

 dev-ml/typerep/Manifest |  1 -
 dev-ml/typerep/typerep-0.9.0.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index 1731337c5df..5e93e4ba8e0 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1,2 +1 @@
 DIST typerep-0.14.0.tar.gz 22936 BLAKE2B 
353a42f0f14bf6cbfc88670ca3d42af5873db1fcf805c30d03e95990ccd6d5fe2f5604931dc213fa921683de639717d288b2eac620cc2a4981cb792a65736e8d
 SHA512 
53b719ee06d06d7833cbe57811fe54d57a36055fa8e4255909273a267000e20628b8b8f6d27c22385753ea461d461f87a1eb1fc9711c52405a89d1493f54f37f
-DIST typerep-0.9.0.tar.gz 24934 BLAKE2B 
83e0cd9419c11a1b8dbce6730404dbe4b00597e441943d8315ad5a583ff50376c95413695e327996b07557b1b481df8ab15db5b37c3ac4c8396b7ed51aa822ea
 SHA512 
f71fa3968ff5e93c384a97e2d39af0de33f4889643a7e43d70a777214dc4c7f35b3fac0864ffee99334cf03866a695f7afd1a907d5c7f3cec0d472b729adf9cc

diff --git a/dev-ml/typerep/typerep-0.9.0.ebuild 
b/dev-ml/typerep/typerep-0.9.0.ebuild
deleted file mode 100644
index 2940a460434..000
--- a/dev-ml/typerep/typerep-0.9.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Library for creating runtime representation of OCaml types"
-HOMEPAGE="https://github.com/janestreet/typerep";
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/base:="
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2021-02-10 Thread Sam James
commit: 2d9ef4152a98df6e2abf86b411cc59d4b5a7186e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 11 06:31:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 11 06:31:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9ef415

dev-ml/typerep: Stabilize 0.14.0 ppc, #769317

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index 91b5b1b84bc..08a8295007a 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.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 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2021-02-10 Thread Sam James
commit: 9f5f8bbe2e2a40b90eadaed8aac20dfeeff4b9e5
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 11 06:25:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 11 06:25:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5f8bbe

dev-ml/typerep: Stabilize 0.14.0 x86, #769317

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index a5d0caca176..91b5b1b84bc 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.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 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2021-02-10 Thread Sam James
commit: f9831f8edb4c4a71c4f9a76ddd2ff7679ea92d75
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 10 18:52:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 10 18:52:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9831f8e

dev-ml/typerep: Stabilize 0.14.0 amd64, #769317

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index bfe00ead23d..a5d0caca176 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.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 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2021-01-24 Thread Alfredo Tupone
commit: 19d88e16b348d5c24ea894bd3a0b460211d3a99f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Jan 24 11:44:40 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Jan 24 11:45:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d88e16

dev-ml/typerep: add maintainer ml

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

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

diff --git a/dev-ml/typerep/metadata.xml b/dev-ml/typerep/metadata.xml
index f3f7dc32a8b..d4bd94e13be 100644
--- a/dev-ml/typerep/metadata.xml
+++ b/dev-ml/typerep/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   m...@gentoo.org
+   ML
+   

gie...@gentoo.org
Mark Wright



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2020-10-27 Thread Sam James
commit: 7936c07b5dfd3b695dc1229742739e7051ffa515
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 28 03:28:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 28 03:28:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7936c07b

dev-ml/typerep: ppc64 keyworded (bug #748576)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index e4915a6855c..42b1cedad4e 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.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 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2020-10-23 Thread Sam James
commit: f1f89a5b06f41406de06c1eda60020011a4664cc
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f89a5b

dev-ml/typerep: Keyword 0.14.0 ppc, #748576

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index f4a43b3d3f7..e4915a6855c 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.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 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2020-10-16 Thread Sam James
commit: 86d3d92097bbc82aa59df88a99a0bffadd04dcc3
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d3d920

dev-ml/typerep: Keyword 0.14.0 x86, #748936

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index 080765caa5d..f4a43b3d3f7 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.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/base:="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2020-10-15 Thread Sam James
commit: 594d2dd5815955c41922342b651d962a97f1cd6c
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 15 12:41:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 15 12:42:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594d2dd5

dev-ml/typerep: arm64 keyworded (bug #748936)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index f3dde39bc6d..080765caa5d 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.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"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2020-10-14 Thread Sam James
commit: efacf06e234077ef0860f5289ed1a2496154780b
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 15 01:16:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 15 01:16:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efacf06e

dev-ml/typerep: Keyword 0.14.0 arm, #748936

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index 6669dd8700f..f3dde39bc6d 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.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 ~arm"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2020-10-13 Thread Mark Wright
commit: e133d39393181db46e2b2856fcaa5e6d3a975084
Author: Mark Wright  gentoo  org>
AuthorDate: Tue Oct 13 12:08:38 2020 +
Commit: Mark Wright  gentoo  org>
CommitDate: Tue Oct 13 12:53:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e133d393

dev-ml/typerep: Bump to 0.14.0

Co-Author: Alexis Ballier  gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright  gentoo.org>

 dev-ml/typerep/Manifest  |  1 +
 dev-ml/typerep/metadata.xml  |  5 -
 dev-ml/typerep/typerep-0.14.0.ebuild | 18 ++
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index fdb39cf9571..1731337c5df 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1 +1,2 @@
+DIST typerep-0.14.0.tar.gz 22936 BLAKE2B 
353a42f0f14bf6cbfc88670ca3d42af5873db1fcf805c30d03e95990ccd6d5fe2f5604931dc213fa921683de639717d288b2eac620cc2a4981cb792a65736e8d
 SHA512 
53b719ee06d06d7833cbe57811fe54d57a36055fa8e4255909273a267000e20628b8b8f6d27c22385753ea461d461f87a1eb1fc9711c52405a89d1493f54f37f
 DIST typerep-0.9.0.tar.gz 24934 BLAKE2B 
83e0cd9419c11a1b8dbce6730404dbe4b00597e441943d8315ad5a583ff50376c95413695e327996b07557b1b481df8ab15db5b37c3ac4c8396b7ed51aa822ea
 SHA512 
f71fa3968ff5e93c384a97e2d39af0de33f4889643a7e43d70a777214dc4c7f35b3fac0864ffee99334cf03866a695f7afd1a907d5c7f3cec0d472b729adf9cc

diff --git a/dev-ml/typerep/metadata.xml b/dev-ml/typerep/metadata.xml
index 39191cd8618..f3f7dc32a8b 100644
--- a/dev-ml/typerep/metadata.xml
+++ b/dev-ml/typerep/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   gie...@gentoo.org
+   Mark Wright
+   

janestreet/typerep


diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
new file mode 100644
index 000..6669dd8700f
--- /dev/null
+++ b/dev-ml/typerep/typerep-0.14.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Library for creating runtime representation of OCaml types"
+HOMEPAGE="https://github.com/janestreet/typerep";
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+DEPEND="dev-ml/base:="
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2017-08-06 Thread Alexis Ballier
commit: 6498f607aaef23fd2d311d310dc86bc6f46d85a1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Aug  6 12:06:12 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Aug  6 12:30:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6498f607

dev-ml/typerep: convert to opam.eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/typerep/typerep-0.9.0.ebuild | 18 --
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/dev-ml/typerep/typerep-0.9.0.ebuild 
b/dev-ml/typerep/typerep-0.9.0.ebuild
index 7359a76a68a..2940a460434 100644
--- a/dev-ml/typerep/typerep-0.9.0.ebuild
+++ b/dev-ml/typerep/typerep-0.9.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 DESCRIPTION="Library for creating runtime representation of OCaml types"
 HOMEPAGE="https://github.com/janestreet/typerep";
 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
@@ -12,18 +14,6 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="
-   dev-lang/ocaml:=
-   dev-ml/base:=
-"
-
+DEPEND="dev-ml/base:="
 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"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2017-01-24 Thread Alexis Ballier
commit: 2fac721dda535c155b5e7956b3550526ef51c8b0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 24 11:50:16 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 24 11:50:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fac721d

dev-ml/typerep: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/typerep/Manifest |  1 -
 dev-ml/typerep/typerep-113.24.00.ebuild | 41 -
 2 files changed, 42 deletions(-)

diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index 2abfe6e..bb09c83 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1,2 +1 @@
-DIST typerep-113.24.00.tar.gz 71153 SHA256 
838906c155d682644b3e6b55fad480f7ac93c03eb51a1d126665b4f2aa830e8b SHA512 
3126d89cdfa8f052a2af3937fd9a1d205f18b26b761094a71518329b07f443da06f2db9fc79a22da621f5b2af91a352eda3119b73c3fd0fe80bf882da952d796
 WHIRLPOOL 
01a8864a6e66dcc21fe5d79156a298a7b51c99e0d6a08b48256f904baaa9b2bae6370e267d95f282922b455bbdfe3d72cdce802cb78515f42b46f264918e34db
 DIST typerep-113.33.03.tar.gz 69967 SHA256 
dea99f5248af97d46550e439d5715ccc79807b04c481ae494b8a0814eb2a3bad SHA512 
656db4530a1a24ac5c493baaa3cfa4ff453a63b060f5c7b7c463f4c2cd26ad70cd2992c1973fbd0241992b51b8c071c65c18eed78f7a37c162ecda21b29003d0
 WHIRLPOOL 
ace20f51f8530b20662eae292eb9af01bf8b51db5cb78483dc391be8c415012690a61b15b3363bea38683c87f0da49aae391d6896f895310fc7edc507694d664

diff --git a/dev-ml/typerep/typerep-113.24.00.ebuild 
b/dev-ml/typerep/typerep-113.24.00.ebuild
deleted file mode 100644
index 2dff2b9..
--- a/dev-ml/typerep/typerep-113.24.00.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Library for creating runtime representation of OCaml types"
-HOMEPAGE="http://www.janestreet.com/ocaml";
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   >=dev-ml/type-conv-111.13:=
-   dev-ml/camlp4:="
-
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam"
-
-src_configure() {
-   emake setup.exe
-   OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
-   emake
-}
-
-src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   ${PN}.install || die
-   dodoc CHANGES.md
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2016-06-28 Thread Alexis Ballier
commit: 5d4782f603d3e956b696b783f5879aabfef27fa1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jun 28 11:07:32 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jun 28 11:56:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4782f6

dev-ml/typerep: bump to 113.33.03

Package-Manager: portage-2.3.0

 dev-ml/typerep/Manifest |  1 +
 dev-ml/typerep/typerep-113.33.03.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index e4fa054..2abfe6e 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1 +1,2 @@
 DIST typerep-113.24.00.tar.gz 71153 SHA256 
838906c155d682644b3e6b55fad480f7ac93c03eb51a1d126665b4f2aa830e8b SHA512 
3126d89cdfa8f052a2af3937fd9a1d205f18b26b761094a71518329b07f443da06f2db9fc79a22da621f5b2af91a352eda3119b73c3fd0fe80bf882da952d796
 WHIRLPOOL 
01a8864a6e66dcc21fe5d79156a298a7b51c99e0d6a08b48256f904baaa9b2bae6370e267d95f282922b455bbdfe3d72cdce802cb78515f42b46f264918e34db
+DIST typerep-113.33.03.tar.gz 69967 SHA256 
dea99f5248af97d46550e439d5715ccc79807b04c481ae494b8a0814eb2a3bad SHA512 
656db4530a1a24ac5c493baaa3cfa4ff453a63b060f5c7b7c463f4c2cd26ad70cd2992c1973fbd0241992b51b8c071c65c18eed78f7a37c162ecda21b29003d0
 WHIRLPOOL 
ace20f51f8530b20662eae292eb9af01bf8b51db5cb78483dc391be8c415012690a61b15b3363bea38683c87f0da49aae391d6896f895310fc7edc507694d664

diff --git a/dev-ml/typerep/typerep-113.33.03.ebuild 
b/dev-ml/typerep/typerep-113.33.03.ebuild
new file mode 100644
index 000..7e9fbf2
--- /dev/null
+++ b/dev-ml/typerep/typerep-113.33.03.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Library for creating runtime representation of OCaml types"
+HOMEPAGE="http://www.janestreet.com/ocaml";
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz";
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-ml/type-conv-111.13:=
+   dev-ml/camlp4:="
+
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} dev-ml/opam dev-ml/js-build-tools"
+
+src_configure() {
+   emake setup.exe
+   OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+   emake
+}
+
+src_install() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   ${PN}.install || die
+   dodoc CHANGES.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/

2016-02-07 Thread Alexis Ballier
commit: a256569d671b387080a035ed2853dca234994452
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Feb  7 16:10:24 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Feb  7 16:13:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a256569d

dev-ml/typerep: remove old

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ml/typerep/Manifest |  2 --
 dev-ml/typerep/typerep-112.35.00.ebuild | 25 -
 dev-ml/typerep/typerep-113.00.00.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index 930ea09..e4fa054 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1,3 +1 @@
-DIST typerep-112.35.00.tar.gz 115477 SHA256 
a14d6f6d29be27d8bbae980d843cfc352039692ec3e7af2f616bbc6a7624c144 SHA512 
5fa340461165c98e16a99564c83c6dd6e357d3f6d948281e122f26110bf78daf0615708f94a4b23b76484d9d49f03993507f2cb63134d978d317b00175fe0320
 WHIRLPOOL 
5a5ea8efeb36018a05b7546f0a54d4bdf4367a1ad5c320545bd274bde7250b054a16609d2953ebea8a0f5b05a36ae1714c2a04c5350ce6c387a35a3de6aa9b57
-DIST typerep-113.00.00.tar.gz 115485 SHA256 
68a4ffa1129107aee97c0bfd240abf1678405372983ba85ce96ae1e962e463ef SHA512 
d1537a36dc457cbdd1c11ec2b00e35e1e1045aef20f568d264c208ad60265bc01bb4c939f585914f66290a99611394a9095edcb7a55a44bf617b1219431bcfbc
 WHIRLPOOL 
deae408e107e1e0983dffcc94d431b33fa6356a72611a3b4f6d38671156bab7edde4017a5a6b6c7d94e6d5596a354d56231a663291496a3967d9da15b6873c5d
 DIST typerep-113.24.00.tar.gz 71153 SHA256 
838906c155d682644b3e6b55fad480f7ac93c03eb51a1d126665b4f2aa830e8b SHA512 
3126d89cdfa8f052a2af3937fd9a1d205f18b26b761094a71518329b07f443da06f2db9fc79a22da621f5b2af91a352eda3119b73c3fd0fe80bf882da952d796
 WHIRLPOOL 
01a8864a6e66dcc21fe5d79156a298a7b51c99e0d6a08b48256f904baaa9b2bae6370e267d95f282922b455bbdfe3d72cdce802cb78515f42b46f264918e34db

diff --git a/dev-ml/typerep/typerep-112.35.00.ebuild 
b/dev-ml/typerep/typerep-112.35.00.ebuild
deleted file mode 100644
index c5f353a..000
--- a/dev-ml/typerep/typerep-112.35.00.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Library for creating runtime representation of OCaml types"
-HOMEPAGE="http://www.janestreet.com/ocaml";
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz";
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   >=dev-ml/type-conv-111.13:=
-   dev-ml/camlp4:="
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-ml/typerep/typerep-113.00.00.ebuild 
b/dev-ml/typerep/typerep-113.00.00.ebuild
deleted file mode 100644
index c5f353a..000
--- a/dev-ml/typerep/typerep-113.00.00.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Library for creating runtime representation of OCaml types"
-HOMEPAGE="http://www.janestreet.com/ocaml";
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz";
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   >=dev-ml/type-conv-111.13:=
-   dev-ml/camlp4:="
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"