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

2023-09-07 Thread Maciej Barć
commit: 305a4272ecca2d5797c5b468807118c00b6cdcfd
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Sep  7 17:58:05 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Sep  7 21:03:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305a4272

dev-ml/odoc: bump to 2.2.1

Signed-off-by: Maciej Barć  gentoo.org>

 dev-ml/odoc/Manifest  |  1 +
 dev-ml/odoc/odoc-2.2.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ml/odoc/Manifest b/dev-ml/odoc/Manifest
index 33ea89ce7bba..798ea2e8dc4f 100644
--- a/dev-ml/odoc/Manifest
+++ b/dev-ml/odoc/Manifest
@@ -1 +1,2 @@
 DIST odoc-2.2.0.tbz 1548871 BLAKE2B 
251c823e5f93e8080d52486e9d048a0c31651b6ea9d4bfdc3202488d7bcd750f9c2899189b943500253bf1e6041cf0283ed5e57c34d1a7d538c7c3710fb9a260
 SHA512 
9f8fc2ee6b25629474e8aa69dd460becab9277261578af0f7b97f7f779cc5f1056d1b5f14ab583b9b94ea097e5df2d6e35040f2a4887021209705486f9d44a22
+DIST odoc-2.2.1.tbz 1548027 BLAKE2B 
846890375debd70519879de261ab829b34dc4f7754ef9d32c2cf6fa07d86ed721a828987398549021ca7805a4e298fef516b5c6e0691e083f8849ccaa6d4184e
 SHA512 
044e37eb3dcc77d9cc8124be558cce77a438723b90225273fb3401d3315c57c8c2f395a48ebd1b6aacc01b00cbfa4bd0be1923d2bd9bd3cc92d0604eadaabc4f

diff --git a/dev-ml/odoc/odoc-2.2.1.ebuild b/dev-ml/odoc/odoc-2.2.1.ebuild
new file mode 100644
index ..24702587b03d
--- /dev/null
+++ b/dev-ml/odoc/odoc-2.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="OCaml documentation generator"
+HOMEPAGE="http://github.com/ocaml/odoc/;
+SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt test"
+RESTRICT="test" # ocaml-crunch not in the tree
+
+RDEPEND="
+   >=dev-ml/dune-3
+   dev-ml/astring:=
+   dev-ml/cmdliner:=
+   dev-ml/cppo:=
+   dev-ml/fmt:=
+   dev-ml/fpath:=
+   dev-ml/odoc-parser:=
+   dev-ml/result:=
+   dev-ml/tyxml:=
+"
+DEPEND="${RDEPEND}"



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

2023-03-05 Thread Alfredo Tupone
commit: 371d48243cf8ca0f506710a94685b1a58c9e38e2
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Mar  5 10:31:00 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Mar  5 10:36:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371d4824

dev-ml/odoc: only support >=dune-3

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

 dev-ml/odoc/{odoc-2.2.0-r1.ebuild => odoc-2.2.0-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/odoc/odoc-2.2.0-r1.ebuild b/dev-ml/odoc/odoc-2.2.0-r2.ebuild
similarity index 90%
rename from dev-ml/odoc/odoc-2.2.0-r1.ebuild
rename to dev-ml/odoc/odoc-2.2.0-r2.ebuild
index 5028b9801081..24702587b03d 100644
--- a/dev-ml/odoc/odoc-2.2.0-r1.ebuild
+++ b/dev-ml/odoc/odoc-2.2.0-r2.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
@@ -16,6 +16,7 @@ IUSE="+ocamlopt test"
 RESTRICT="test" # ocaml-crunch not in the tree
 
 RDEPEND="
+   >=dev-ml/dune-3
dev-ml/astring:=
dev-ml/cmdliner:=
dev-ml/cppo:=



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

2022-12-21 Thread Maciej Barć
commit: 4594ec49046d3b6cc07e83e1d77153822428c2d2
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Dec 21 13:58:36 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec 21 13:58:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4594ec49

dev-ml/odoc: add missing fmt dep

Closes: https://bugs.gentoo.org/887709
Signed-off-by: Maciej Barć  gentoo.org>

 dev-ml/odoc/{odoc-2.2.0.ebuild => odoc-2.2.0-r1.ebuild} | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-ml/odoc/odoc-2.2.0.ebuild b/dev-ml/odoc/odoc-2.2.0-r1.ebuild
similarity index 83%
rename from dev-ml/odoc/odoc-2.2.0.ebuild
rename to dev-ml/odoc/odoc-2.2.0-r1.ebuild
index a8dbd0b6ee6c..5028b9801081 100644
--- a/dev-ml/odoc/odoc-2.2.0.ebuild
+++ b/dev-ml/odoc/odoc-2.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit dune
 
 DESCRIPTION="OCaml documentation generator"
-HOMEPAGE="http://github.com/ocaml/odoc;
+HOMEPAGE="http://github.com/ocaml/odoc/;
 SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz;
 
 LICENSE="ISC"
@@ -16,11 +16,12 @@ IUSE="+ocamlopt test"
 RESTRICT="test" # ocaml-crunch not in the tree
 
 RDEPEND="
-   dev-ml/odoc-parser:=
dev-ml/astring:=
dev-ml/cmdliner:=
dev-ml/cppo:=
+   dev-ml/fmt:=
dev-ml/fpath:=
+   dev-ml/odoc-parser:=
dev-ml/result:=
dev-ml/tyxml:=
 "



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

2022-12-21 Thread Alfredo Tupone
commit: 5d4359acfce887c54d2b6634113c87c06129ca8d
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Dec 21 13:24:01 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Dec 21 13:24:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4359ac

dev-ml/odoc: new package, add 2.2.0

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

 dev-ml/odoc/Manifest  |  1 +
 dev-ml/odoc/metadata.xml  | 16 
 dev-ml/odoc/odoc-2.2.0.ebuild | 27 +++
 3 files changed, 44 insertions(+)

diff --git a/dev-ml/odoc/Manifest b/dev-ml/odoc/Manifest
new file mode 100644
index ..33ea89ce7bba
--- /dev/null
+++ b/dev-ml/odoc/Manifest
@@ -0,0 +1 @@
+DIST odoc-2.2.0.tbz 1548871 BLAKE2B 
251c823e5f93e8080d52486e9d048a0c31651b6ea9d4bfdc3202488d7bcd750f9c2899189b943500253bf1e6041cf0283ed5e57c34d1a7d538c7c3710fb9a260
 SHA512 
9f8fc2ee6b25629474e8aa69dd460becab9277261578af0f7b97f7f779cc5f1056d1b5f14ab583b9b94ea097e5df2d6e35040f2a4887021209705486f9d44a22

diff --git a/dev-ml/odoc/metadata.xml b/dev-ml/odoc/metadata.xml
new file mode 100644
index ..abc13e762b3e
--- /dev/null
+++ b/dev-ml/odoc/metadata.xml
@@ -0,0 +1,16 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@gentoo.org
+   ML
+   
+   
+   Odoc is a documentation generator for OCaml. It reads doc 
comments,
+   delimited with (** ... *), and outputs HTML
+   
+   
+   https://github.com/ocaml/odoc/issues/
+   ocaml/odoc
+   
+

diff --git a/dev-ml/odoc/odoc-2.2.0.ebuild b/dev-ml/odoc/odoc-2.2.0.ebuild
new file mode 100644
index ..a8dbd0b6ee6c
--- /dev/null
+++ b/dev-ml/odoc/odoc-2.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="OCaml documentation generator"
+HOMEPAGE="http://github.com/ocaml/odoc;
+SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt test"
+RESTRICT="test" # ocaml-crunch not in the tree
+
+RDEPEND="
+   dev-ml/odoc-parser:=
+   dev-ml/astring:=
+   dev-ml/cmdliner:=
+   dev-ml/cppo:=
+   dev-ml/fpath:=
+   dev-ml/result:=
+   dev-ml/tyxml:=
+"
+DEPEND="${RDEPEND}"



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

2022-12-21 Thread Alfredo Tupone
commit: 3f1ee29dd49b4e7933e1d53eda6339a3345cbd03
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Dec 21 11:34:34 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Dec 21 11:35:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1ee29d

dev-ml/odoc-parser: new package, add 2.0.0

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

 dev-ml/odoc-parser/Manifest |  1 +
 dev-ml/odoc-parser/metadata.xml | 17 +
 dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild | 26 ++
 3 files changed, 44 insertions(+)

diff --git a/dev-ml/odoc-parser/Manifest b/dev-ml/odoc-parser/Manifest
new file mode 100644
index ..05f96d89e115
--- /dev/null
+++ b/dev-ml/odoc-parser/Manifest
@@ -0,0 +1 @@
+DIST odoc-parser-2.0.0.tbz 34826 BLAKE2B 
0d167fa7d768dfac3b45740707b0a84d300999ef4334ade70286675d906cd7d8c70fcd27e563fb0ab4450f6a0ff8097884af267b376b51e7a91ccfbecb8ac06c
 SHA512 
d2bffa3e9f30471045682e390dcee7a2c1caf3831bca4bd57c16939e782c2e23434e6f1c9887580a1804800b3629ef4c4311a9d418fca5a939f324650d54006e

diff --git a/dev-ml/odoc-parser/metadata.xml b/dev-ml/odoc-parser/metadata.xml
new file mode 100644
index ..c62c1cd9bcf5
--- /dev/null
+++ b/dev-ml/odoc-parser/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@gentoo.org
+   ML
+   
+   
+   Odoc_parser is a library for parsing the contents of OCaml
+   documentation comments, formatted using 'odoc' syntax, an 
extension
+   of the language understood by ocamldoc.
+   
+   
+   
https://github.com/ocaml-doc/odoc-parser/issues/
+   ocaml-doc/odoc-parser
+   
+

diff --git a/dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild 
b/dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild
new file mode 100644
index ..70381f8c32d2
--- /dev/null
+++ b/dev-ml/odoc-parser/odoc-parser-2.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Parser for ocaml documentation comments"
+HOMEPAGE="https://github.com/ocaml-doc/odoc-parser;
+SRC_URI="https://github.com/ocaml-doc/odoc-parser/releases/download/${PV}/${P}.tbz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-ml/astring:=
+   dev-ml/result:=
+   dev-ml/camlp-streams:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? (
+   dev-ml/ppx_expect
+)"