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

2023-04-01 Thread Alfredo Tupone
commit: a40135d148d5bb5154cc5100224e908ffcae5c98
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Apr  1 20:51:58 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Apr  1 20:51:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40135d1

dev-ml/biniou: amd64 stable

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

 dev-ml/biniou/biniou-1.2.1.ebuild| 4 ++--
 dev-ml/biniou/biniou-1.2.2-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/biniou/biniou-1.2.1.ebuild 
b/dev-ml/biniou/biniou-1.2.1.ebuild
index 0f3a349bbbde..c999d304653d 100644
--- a/dev-ml/biniou/biniou-1.2.1.ebuild
+++ b/dev-ml/biniou/biniou-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="+ocamlopt"
 
 RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?]

diff --git a/dev-ml/biniou/biniou-1.2.2-r1.ebuild 
b/dev-ml/biniou/biniou-1.2.2-r1.ebuild
index 45538d1c0312..2bd2b9f03492 100644
--- a/dev-ml/biniou/biniou-1.2.2-r1.ebuild
+++ b/dev-ml/biniou/biniou-1.2.2-r1.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
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2022-09-06 Thread Maciej Barć
commit: 86823fd4d3a6505ca09f334dce333546867028d6
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  6 22:36:17 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  6 22:36:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86823fd4

dev-ml/biniou: add missing camlp-streams dependency

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

 dev-ml/biniou/{biniou-1.2.2.ebuild => biniou-1.2.2-r1.ebuild} | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ml/biniou/biniou-1.2.2.ebuild 
b/dev-ml/biniou/biniou-1.2.2-r1.ebuild
similarity index 79%
rename from dev-ml/biniou/biniou-1.2.2.ebuild
rename to dev-ml/biniou/biniou-1.2.2-r1.ebuild
index 74bf4a9d195b..45538d1c0312 100644
--- a/dev-ml/biniou/biniou-1.2.2.ebuild
+++ b/dev-ml/biniou/biniou-1.2.2-r1.ebuild
@@ -1,20 +1,23 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
 DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
 HOMEPAGE="https://github.com/ocaml-community/biniou/;
-SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE="+ocamlopt"
 
-RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?]
+RDEPEND="
+   >=dev-lang/ocaml-4.02.3:=[ocamlopt?]
+   dev-ml/camlp-streams:=[ocamlopt?]
dev-ml/easy-format:=[ocamlopt?]
 "
 DEPEND="${RDEPEND}"



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

2022-09-06 Thread Maciej Barć
commit: e82666b4d05bd02aba1db509e8259f840b6c1329
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  6 15:36:47 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  6 15:39:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82666b4

dev-ml/biniou: bump to 1.2.2

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

 dev-ml/biniou/Manifest|  1 +
 dev-ml/biniou/biniou-1.2.2.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index 8be3c33cfb31..a3b568c6658e 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1 +1,2 @@
 DIST biniou-1.2.1.tar.gz 23970 BLAKE2B 
139f17e3fd31f3f834c8111d81cecfa5fa48f860fc4fc898f7896b6d39a9756989504fa88901efaa0f67a51de25cdf304bea2ecabf15ea9cace59b4b311c00e1
 SHA512 
f016559f3a767fdc6987bad45ec4a772b70b8880b6d769ef644c9bfd46962f089c7b5dfff368413015e765daf4bacffe253bdb3478d9a4d30a15f0d29589
+DIST biniou-1.2.2.tar.gz 24054 BLAKE2B 
e4ee5f28348cacbf5cc523d104188c003bca0deb04af188131c4ceeed36b9947a300fc866a51b3e6d11f15646fecc799beeec90dc8badb3dacf147a3190b62f5
 SHA512 
3e70b36e7e536ce65b6c2283b1372bd99207f3b55aa8c90266524e3ba028928b091595f5b92ba9870f915895673f4dca72963db71659deaadc129b7feb409cfc

diff --git a/dev-ml/biniou/biniou-1.2.2.ebuild 
b/dev-ml/biniou/biniou-1.2.2.ebuild
new file mode 100644
index ..74bf4a9d195b
--- /dev/null
+++ b/dev-ml/biniou/biniou-1.2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
+HOMEPAGE="https://github.com/ocaml-community/biniou/;
+SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?]
+   dev-ml/easy-format:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"



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

2021-12-11 Thread Maciej Barć
commit: be50e24c9338b8a52120c5cd1d7dd8eeccd283dc
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec 12 01:00:20 2021 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec 12 01:59:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be50e24c

dev-ml/biniou: update metadata.xml; add ML Project to maintainers

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć  gentoo.org>

 dev-ml/biniou/metadata.xml | 24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/dev-ml/biniou/metadata.xml b/dev-ml/biniou/metadata.xml
index 6d36cfe8f79e..981218bd78b5 100644
--- a/dev-ml/biniou/metadata.xml
+++ b/dev-ml/biniou/metadata.xml
@@ -1,15 +1,17 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
+
 
-   
-   François-Xavier Carton
-   fx.carto...@gmail.com
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-   
-   mjambon/biniou
-   
+  
+François-Xavier Carton
+fx.carto...@gmail.com
+  
+  
+m...@gentoo.org
+ML
+  
+  
+https://github.com/mjambon/biniou/issues/
+mjambon/biniou
+  
 



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

2021-01-04 Thread Sam James
commit: 82ea5405d089c777e01d8f49ce5ac335ed5b7f24
Author: François-Xavier Carton  gmail  com>
AuthorDate: Fri Nov 27 17:32:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  4 17:27:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ea5405

dev-ml/biniou: bump to 1.2.1

Signed-off-by: François-Xavier Carton  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-ml/biniou/Manifest|  1 +
 dev-ml/biniou/biniou-1.2.1.ebuild | 20 
 dev-ml/biniou/metadata.xml|  9 -
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index 529a970cd46..30ee39c49d3 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1 +1,2 @@
 DIST biniou-1.2.0.tar.gz 23611 BLAKE2B 
01f5afada666d23b74f31cf12b5f578f3622c85311d7a1b6eb319843beac4c3ebe8e8e314a47ec14ee0ef6f5c1a5b6dd849dcf24b0c3cc8a38ca6a54d89e4c4d
 SHA512 
04c04c2dd5e3e1237106db257567ba6900bd94759b07b02ba2e0d9209d1bbdc9ed629864e06d44a8b61f72d46fbcc7a0ffc86f82feb223d9d99ca41afc625fab
+DIST biniou-1.2.1.tar.gz 23970 BLAKE2B 
139f17e3fd31f3f834c8111d81cecfa5fa48f860fc4fc898f7896b6d39a9756989504fa88901efaa0f67a51de25cdf304bea2ecabf15ea9cace59b4b311c00e1
 SHA512 
f016559f3a767fdc6987bad45ec4a772b70b8880b6d769ef644c9bfd46962f089c7b5dfff368413015e765daf4bacffe253bdb3478d9a4d30a15f0d29589

diff --git a/dev-ml/biniou/biniou-1.2.1.ebuild 
b/dev-ml/biniou/biniou-1.2.1.ebuild
new file mode 100644
index 000..853571988c5
--- /dev/null
+++ b/dev-ml/biniou/biniou-1.2.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
+HOMEPAGE="https://github.com/ocaml-community/biniou/;
+SRC_URI="https://github.com/ocaml-community/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?]
+   dev-ml/easy-format:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ml/biniou/metadata.xml b/dev-ml/biniou/metadata.xml
index 7bfe73bf6d8..e8bf7a1ab03 100644
--- a/dev-ml/biniou/metadata.xml
+++ b/dev-ml/biniou/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   François-Xavier Carton
+   fx.carto...@gmail.com
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

mjambon/biniou




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

2021-01-04 Thread Sam James
commit: 304d38aa34b11a18ecac7d4fed01b8486afc9b91
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  4 17:26:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  4 17:27:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304d38aa

dev-ml/biniou: fix SRC_URI

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

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

diff --git a/dev-ml/biniou/biniou-1.2.1.ebuild 
b/dev-ml/biniou/biniou-1.2.1.ebuild
index 853571988c5..0f3a349bbbd 100644
--- a/dev-ml/biniou/biniou-1.2.1.ebuild
+++ b/dev-ml/biniou/biniou-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit dune
 
 DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
 HOMEPAGE="https://github.com/ocaml-community/biniou/;
-SRC_URI="https://github.com/ocaml-community/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"



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

2021-01-04 Thread Sam James
commit: d00d6c06c6b2a0139ccb518a99dd02b29a804221
Author: François-Xavier Carton  gmail  com>
AuthorDate: Fri Nov 27 17:38:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  4 17:27:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00d6c06

dev-ml/biniou: drop old

Signed-off-by: François-Xavier Carton  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-ml/biniou/Manifest|  1 -
 dev-ml/biniou/biniou-1.2.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index 30ee39c49d3..8be3c33cfb3 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1,2 +1 @@
-DIST biniou-1.2.0.tar.gz 23611 BLAKE2B 
01f5afada666d23b74f31cf12b5f578f3622c85311d7a1b6eb319843beac4c3ebe8e8e314a47ec14ee0ef6f5c1a5b6dd849dcf24b0c3cc8a38ca6a54d89e4c4d
 SHA512 
04c04c2dd5e3e1237106db257567ba6900bd94759b07b02ba2e0d9209d1bbdc9ed629864e06d44a8b61f72d46fbcc7a0ffc86f82feb223d9d99ca41afc625fab
 DIST biniou-1.2.1.tar.gz 23970 BLAKE2B 
139f17e3fd31f3f834c8111d81cecfa5fa48f860fc4fc898f7896b6d39a9756989504fa88901efaa0f67a51de25cdf304bea2ecabf15ea9cace59b4b311c00e1
 SHA512 
f016559f3a767fdc6987bad45ec4a772b70b8880b6d769ef644c9bfd46962f089c7b5dfff368413015e765daf4bacffe253bdb3478d9a4d30a15f0d29589

diff --git a/dev-ml/biniou/biniou-1.2.0.ebuild 
b/dev-ml/biniou/biniou-1.2.0.ebuild
deleted file mode 100644
index 6a9705355a2..000
--- a/dev-ml/biniou/biniou-1.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
-HOMEPAGE="https://github.com/mjambon/biniou;
-SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
-   dev-ml/easy-format:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}
-   dev-ml/jbuilder
-   dev-ml/opam
-"
-
-src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   --mandir="${ED}/usr/share/man" \
-   ${PN}.install || die
-}



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

2020-12-01 Thread Aaron Bauman
commit: 4c17da93392f9fe7aa6c8c178110f33564662762
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  2 00:29:00 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  2 00:31:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c17da93

dev-ml/biniou: drop old

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-ml/biniou/Manifest |  3 ---
 dev-ml/biniou/biniou-1.0.12.ebuild | 31 ---
 dev-ml/biniou/biniou-1.0.13.ebuild | 31 ---
 dev-ml/biniou/biniou-1.1.0.ebuild  | 32 
 4 files changed, 97 deletions(-)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index df9d861bd46..529a970cd46 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1,4 +1 @@
-DIST biniou-1.0.12.tar.gz 24262 BLAKE2B 
c7dd3ff0d7cf47f7c464cf379fa1ac84e11c284399730c55d803d0da1e5c10ed0b974b51705d22e0a29513bf7a4774139720aacd7094a52685b6d7bc17067ad8
 SHA512 
df729e4064f6726efa409ceb5e6ff1987923d9cd28339d6e1c4c185a07c0738b027cafba33a139483eeb8f88e58f66fbb6a57d8e748e7355073a7622fb4d7a07
-DIST biniou-1.0.13.tar.gz 24327 BLAKE2B 
19a69665805b917c9bc02ad459c8a98b8cb64f707f3664e863d5315fd1444e0cb5545549220494dab136287cf4f8ffab8d5246a2068bb154c2ea10553b63737d
 SHA512 
2fe109e83260f546181dd26ea175d2c4f63d0f6604c6d26fa44ee31925ba1fdaac0139a436cd0271a31294de9cd8ea65f8dde0981403c652d31de721ef696788
-DIST biniou-1.1.0.tar.gz 23432 BLAKE2B 
601e160c828c32f520c7cd18d5b3ca1abfe629dcb53250d83e9dc658dacafcb7f54296b5c9604dc38b8a95acbaf64d79d283d82fe345391e593023d7dfbc2933
 SHA512 
755e3dcfe2a967c08b86db5a7dc917f75713611f5deb64b4fe3499aecf8e698813a1d0620eb78aa1e77c404719936c5ef5088c0c394c02fc2d7fe2629e985669
 DIST biniou-1.2.0.tar.gz 23611 BLAKE2B 
01f5afada666d23b74f31cf12b5f578f3622c85311d7a1b6eb319843beac4c3ebe8e8e314a47ec14ee0ef6f5c1a5b6dd849dcf24b0c3cc8a38ca6a54d89e4c4d
 SHA512 
04c04c2dd5e3e1237106db257567ba6900bd94759b07b02ba2e0d9209d1bbdc9ed629864e06d44a8b61f72d46fbcc7a0ffc86f82feb223d9d99ca41afc625fab

diff --git a/dev-ml/biniou/biniou-1.0.12.ebuild 
b/dev-ml/biniou/biniou-1.0.12.ebuild
deleted file mode 100644
index 81346198c7f..000
--- a/dev-ml/biniou/biniou-1.0.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
-HOMEPAGE="https://github.com/mjambon/biniou;
-SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
-   dev-ml/easy-format:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-   emake all
-   use ocamlopt && emake opt
-}
-
-src_install() {
-   use ocamlopt && dodir /usr/bin
-   findlib_src_install BINDIR="${ED}"/usr/bin
-   dodoc README.md Changes
-}

diff --git a/dev-ml/biniou/biniou-1.0.13.ebuild 
b/dev-ml/biniou/biniou-1.0.13.ebuild
deleted file mode 100644
index 221435a1763..000
--- a/dev-ml/biniou/biniou-1.0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
-HOMEPAGE="https://github.com/mjambon/biniou;
-SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
-   dev-ml/easy-format:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-   emake all
-   use ocamlopt && emake opt
-}
-
-src_install() {
-   use ocamlopt && dodir /usr/bin
-   findlib_src_install BINDIR="${ED}"/usr/bin
-   dodoc README.md Changes
-}

diff --git a/dev-ml/biniou/biniou-1.1.0.ebuild 
b/dev-ml/biniou/biniou-1.1.0.ebuild
deleted file mode 100644
index 6a9705355a2..000
--- a/dev-ml/biniou/biniou-1.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
-HOMEPAGE="https://github.com/mjambon/biniou;
-SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
-   dev-ml/easy-format:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}
-   dev-ml/jbuilder
-   dev-ml/opam
-"
-
-src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   

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

2017-07-19 Thread Alexis Ballier
commit: ad6d3af31097fc102dcc3c689095a989d9f09e4c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 19 20:15:38 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 19 21:30:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6d3af3

dev-ml/biniou: bump to 1.2.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/biniou/Manifest|  1 +
 dev-ml/biniou/biniou-1.2.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index 8d2c81ec86d..8b7fe8a8b7f 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1,3 +1,4 @@
 DIST biniou-1.0.12.tar.gz 24262 SHA256 
b946e720d94d524b95bb0401d9e47a971e9234df808fe5f12601140ab09ec686 SHA512 
df729e4064f6726efa409ceb5e6ff1987923d9cd28339d6e1c4c185a07c0738b027cafba33a139483eeb8f88e58f66fbb6a57d8e748e7355073a7622fb4d7a07
 WHIRLPOOL 
ae337546d7737a733cedc78fd515bf55603edf9b49be3587ca97d45887ecaac82d072aa8391c72b8142aaadbe7b7d1e4394da1c28ee3d16eb8985c85d665f8fd
 DIST biniou-1.0.13.tar.gz 24327 SHA256 
89245629187b29ac1064116ada84a94f271926d99c54c4de8e66d50bfeab2f25 SHA512 
2fe109e83260f546181dd26ea175d2c4f63d0f6604c6d26fa44ee31925ba1fdaac0139a436cd0271a31294de9cd8ea65f8dde0981403c652d31de721ef696788
 WHIRLPOOL 
e573d86c3480b7772588f46f7c43d110897c95bf5d2ff67f6e8e071b12a7dd8d2b5fcea060f13304fcacb8c8e5471dade6a396056c72e2ae1b7fbb5019078a17
 DIST biniou-1.1.0.tar.gz 23432 SHA256 
6044c42d116f4e9f25b933c0cd6e5113cd6d4a70d3fb4b63e9717cde2eb4a12d SHA512 
755e3dcfe2a967c08b86db5a7dc917f75713611f5deb64b4fe3499aecf8e698813a1d0620eb78aa1e77c404719936c5ef5088c0c394c02fc2d7fe2629e985669
 WHIRLPOOL 
72da2f25fad2e05f75017dbc17d27a8ee97065c83d8c47f7bdc8215b8bf6bd8539de8c0364199e89b8e486c6e301aeaf40c96e52a128bf6f18658e250d518632
+DIST biniou-1.2.0.tar.gz 23611 SHA256 
d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36 SHA512 
04c04c2dd5e3e1237106db257567ba6900bd94759b07b02ba2e0d9209d1bbdc9ed629864e06d44a8b61f72d46fbcc7a0ffc86f82feb223d9d99ca41afc625fab
 WHIRLPOOL 
84a2f2a25602bddb0fdc2c4224c35544b6e4971dd8c9cb4372382e4a8353371b7b45228bea88fed83a7a013b057b8a1273791f3660c8d022cf1add8cfdd9efa3

diff --git a/dev-ml/biniou/biniou-1.2.0.ebuild 
b/dev-ml/biniou/biniou-1.2.0.ebuild
new file mode 100644
index 000..6a9705355a2
--- /dev/null
+++ b/dev-ml/biniou/biniou-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
+HOMEPAGE="https://github.com/mjambon/biniou;
+SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
+   dev-ml/easy-format:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}
+   dev-ml/jbuilder
+   dev-ml/opam
+"
+
+src_install() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   --mandir="${ED}/usr/share/man" \
+   ${PN}.install || die
+}



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

2017-07-15 Thread Alexis Ballier
commit: a6232326ea8d9c04aaa3863e15a8edc5745f282a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul 15 14:45:04 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul 15 14:45:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6232326

dev-ml/biniou: bump to 1.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/biniou/Manifest|  1 +
 dev-ml/biniou/biniou-1.1.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index c8143907b5f..8d2c81ec86d 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1,2 +1,3 @@
 DIST biniou-1.0.12.tar.gz 24262 SHA256 
b946e720d94d524b95bb0401d9e47a971e9234df808fe5f12601140ab09ec686 SHA512 
df729e4064f6726efa409ceb5e6ff1987923d9cd28339d6e1c4c185a07c0738b027cafba33a139483eeb8f88e58f66fbb6a57d8e748e7355073a7622fb4d7a07
 WHIRLPOOL 
ae337546d7737a733cedc78fd515bf55603edf9b49be3587ca97d45887ecaac82d072aa8391c72b8142aaadbe7b7d1e4394da1c28ee3d16eb8985c85d665f8fd
 DIST biniou-1.0.13.tar.gz 24327 SHA256 
89245629187b29ac1064116ada84a94f271926d99c54c4de8e66d50bfeab2f25 SHA512 
2fe109e83260f546181dd26ea175d2c4f63d0f6604c6d26fa44ee31925ba1fdaac0139a436cd0271a31294de9cd8ea65f8dde0981403c652d31de721ef696788
 WHIRLPOOL 
e573d86c3480b7772588f46f7c43d110897c95bf5d2ff67f6e8e071b12a7dd8d2b5fcea060f13304fcacb8c8e5471dade6a396056c72e2ae1b7fbb5019078a17
+DIST biniou-1.1.0.tar.gz 23432 SHA256 
6044c42d116f4e9f25b933c0cd6e5113cd6d4a70d3fb4b63e9717cde2eb4a12d SHA512 
755e3dcfe2a967c08b86db5a7dc917f75713611f5deb64b4fe3499aecf8e698813a1d0620eb78aa1e77c404719936c5ef5088c0c394c02fc2d7fe2629e985669
 WHIRLPOOL 
72da2f25fad2e05f75017dbc17d27a8ee97065c83d8c47f7bdc8215b8bf6bd8539de8c0364199e89b8e486c6e301aeaf40c96e52a128bf6f18658e250d518632

diff --git a/dev-ml/biniou/biniou-1.1.0.ebuild 
b/dev-ml/biniou/biniou-1.1.0.ebuild
new file mode 100644
index 000..6a9705355a2
--- /dev/null
+++ b/dev-ml/biniou/biniou-1.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
+HOMEPAGE="https://github.com/mjambon/biniou;
+SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
+   dev-ml/easy-format:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}
+   dev-ml/jbuilder
+   dev-ml/opam
+"
+
+src_install() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   --mandir="${ED}/usr/share/man" \
+   ${PN}.install || die
+}



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

2017-05-08 Thread Alexis Ballier
commit: cea948364fd56e8989b441c871ec78793b29eb12
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon May  8 09:25:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon May  8 10:18:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea94836

dev-ml/biniou: bump to 1.0.13

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/biniou/Manifest |  1 +
 dev-ml/biniou/biniou-1.0.13.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index 454d11728ec..c8143907b5f 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1 +1,2 @@
 DIST biniou-1.0.12.tar.gz 24262 SHA256 
b946e720d94d524b95bb0401d9e47a971e9234df808fe5f12601140ab09ec686 SHA512 
df729e4064f6726efa409ceb5e6ff1987923d9cd28339d6e1c4c185a07c0738b027cafba33a139483eeb8f88e58f66fbb6a57d8e748e7355073a7622fb4d7a07
 WHIRLPOOL 
ae337546d7737a733cedc78fd515bf55603edf9b49be3587ca97d45887ecaac82d072aa8391c72b8142aaadbe7b7d1e4394da1c28ee3d16eb8985c85d665f8fd
+DIST biniou-1.0.13.tar.gz 24327 SHA256 
89245629187b29ac1064116ada84a94f271926d99c54c4de8e66d50bfeab2f25 SHA512 
2fe109e83260f546181dd26ea175d2c4f63d0f6604c6d26fa44ee31925ba1fdaac0139a436cd0271a31294de9cd8ea65f8dde0981403c652d31de721ef696788
 WHIRLPOOL 
e573d86c3480b7772588f46f7c43d110897c95bf5d2ff67f6e8e071b12a7dd8d2b5fcea060f13304fcacb8c8e5471dade6a396056c72e2ae1b7fbb5019078a17

diff --git a/dev-ml/biniou/biniou-1.0.13.ebuild 
b/dev-ml/biniou/biniou-1.0.13.ebuild
new file mode 100644
index 000..221435a1763
--- /dev/null
+++ b/dev-ml/biniou/biniou-1.0.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
+HOMEPAGE="https://github.com/mjambon/biniou;
+SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
+   dev-ml/easy-format:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   emake all
+   use ocamlopt && emake opt
+}
+
+src_install() {
+   use ocamlopt && dodir /usr/bin
+   findlib_src_install BINDIR="${ED}"/usr/bin
+   dodoc README.md Changes
+}



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

2017-01-24 Thread Alexis Ballier
commit: 25611f07e2b6746bb502c90e3c81d63c8dcca4c2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 24 10:49:43 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 24 10:49:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25611f07

dev-ml/biniou: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/biniou/Manifest|  1 -
 dev-ml/biniou/biniou-1.0.9.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index a5ee8f4..454d117 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1,2 +1 @@
 DIST biniou-1.0.12.tar.gz 24262 SHA256 
b946e720d94d524b95bb0401d9e47a971e9234df808fe5f12601140ab09ec686 SHA512 
df729e4064f6726efa409ceb5e6ff1987923d9cd28339d6e1c4c185a07c0738b027cafba33a139483eeb8f88e58f66fbb6a57d8e748e7355073a7622fb4d7a07
 WHIRLPOOL 
ae337546d7737a733cedc78fd515bf55603edf9b49be3587ca97d45887ecaac82d072aa8391c72b8142aaadbe7b7d1e4394da1c28ee3d16eb8985c85d665f8fd
-DIST biniou-1.0.9.tar.gz 23963 SHA256 
eb47c48f61b169e652629e7f2ee582dfd5965e640ee51bf28fab63b960864392 SHA512 
8bc640da28ad8f95952b7a0965f8b40c6128264fb4cd5b517cba2e65b432803a01dc75e42d9d339376dbb962285c7e4ad8290f2536f58d092fe7269b731fb332
 WHIRLPOOL 
aa7cf2486886cd26513028065d654f7c1b768e4950f568147758d5fa61cb6fcdc11a2f3da5ed6b60b8eadee14e3b8885e5197d52e01c8a61b284712cea7e9aa9

diff --git a/dev-ml/biniou/biniou-1.0.9.ebuild 
b/dev-ml/biniou/biniou-1.0.9.ebuild
deleted file mode 100644
index b5bb8f1..
--- a/dev-ml/biniou/biniou-1.0.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
-HOMEPAGE="http://mjambon.com/biniou.html;
-SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz;
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
-   dev-ml/easy-format:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-   emake -j1 all
-   use ocamlopt && emake -j1 opt
-}
-
-src_install() {
-   use ocamlopt && dodir /usr/bin
-   findlib_src_install BINDIR="${ED}"/usr/bin
-   dodoc README.md Changes
-}



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

2016-07-11 Thread Alexis Ballier
commit: cd6a24c9a2bfc66f9a30e10742ff65f2bb272763
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jul 11 10:26:55 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jul 11 10:30:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6a24c9

dev-ml/biniou: bump to 1.0.12; update homepage & src_uri

Package-Manager: portage-2.3.0

 dev-ml/biniou/Manifest |  1 +
 dev-ml/biniou/biniou-1.0.12.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest
index 31c44be..a5ee8f4 100644
--- a/dev-ml/biniou/Manifest
+++ b/dev-ml/biniou/Manifest
@@ -1 +1,2 @@
+DIST biniou-1.0.12.tar.gz 24262 SHA256 
b946e720d94d524b95bb0401d9e47a971e9234df808fe5f12601140ab09ec686 SHA512 
df729e4064f6726efa409ceb5e6ff1987923d9cd28339d6e1c4c185a07c0738b027cafba33a139483eeb8f88e58f66fbb6a57d8e748e7355073a7622fb4d7a07
 WHIRLPOOL 
ae337546d7737a733cedc78fd515bf55603edf9b49be3587ca97d45887ecaac82d072aa8391c72b8142aaadbe7b7d1e4394da1c28ee3d16eb8985c85d665f8fd
 DIST biniou-1.0.9.tar.gz 23963 SHA256 
eb47c48f61b169e652629e7f2ee582dfd5965e640ee51bf28fab63b960864392 SHA512 
8bc640da28ad8f95952b7a0965f8b40c6128264fb4cd5b517cba2e65b432803a01dc75e42d9d339376dbb962285c7e4ad8290f2536f58d092fe7269b731fb332
 WHIRLPOOL 
aa7cf2486886cd26513028065d654f7c1b768e4950f568147758d5fa61cb6fcdc11a2f3da5ed6b60b8eadee14e3b8885e5197d52e01c8a61b284712cea7e9aa9

diff --git a/dev-ml/biniou/biniou-1.0.12.ebuild 
b/dev-ml/biniou/biniou-1.0.12.ebuild
new file mode 100644
index 000..8f403bb
--- /dev/null
+++ b/dev-ml/biniou/biniou-1.0.12.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
+HOMEPAGE="https://github.com/mjambon/biniou;
+SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?]
+   dev-ml/easy-format:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   emake all
+   use ocamlopt && emake opt
+}
+
+src_install() {
+   use ocamlopt && dodir /usr/bin
+   findlib_src_install BINDIR="${ED}"/usr/bin
+   dodoc README.md Changes
+}