public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2017-08-02 11:23 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-08-02 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6e96b59e2e0e869248075e01768861b52ff3e666
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 11:22:17 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 11:22:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e96b59e

dev-ml/stdio: convert to opam.eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-ml/stdio/stdio-0.9.0.ebuild b/dev-ml/stdio/stdio-0.9.0.ebuild
index 2fae200cc4f..370b1ec250f 100644
--- a/dev-ml/stdio/stdio-0.9.0.ebuild
+++ b/dev-ml/stdio/stdio-0.9.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 DESCRIPTION="Standard IO Library for OCaml"
 HOMEPAGE="https://github.com/janestreet/stdio"
 SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -12,17 +14,9 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="dev-lang/ocaml:= dev-ml/base:="
-DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
+RDEPEND="dev-ml/base:="
+DEPEND="${RDEPEND} dev-ml/jbuilder"
 
 src_test() {
 	jbuilder runtest || die
 }
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-}


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

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

commit:     d296dbd4537001b6ec5eab0dbc43faa22081023f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 14:41:55 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 14:45:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d296dbd4

dev-ml/stdio: 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/stdio/stdio-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/stdio/stdio-0.9.0.ebuild b/dev-ml/stdio/stdio-0.9.0.ebuild
index 370b1ec250f..2002241b3db 100644
--- a/dev-ml/stdio/stdio-0.9.0.ebuild
+++ b/dev-ml/stdio/stdio-0.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
 RDEPEND="dev-ml/base:="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2017-11-04  9:53 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-11-04  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     65bdeb05411e6cb3ab84b260e24ed2a98ae84e7d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 12:20:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 09:37:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bdeb05

dev-ml/stdio: revbump

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 dev-ml/stdio/{stdio-0.9.0.ebuild => stdio-0.9.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-ml/stdio/stdio-0.9.0.ebuild b/dev-ml/stdio/stdio-0.9.0-r1.ebuild
similarity index 100%
rename from dev-ml/stdio/stdio-0.9.0.ebuild
rename to dev-ml/stdio/stdio-0.9.0-r1.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2017-11-04  9:53 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-11-04  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6656032d3dfe44cdc1e12dc741f09f81be55f370
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 12:16:23 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 09:37:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6656032d

dev-ml/stdio: add := dep on sexplib. It is a transitive dep from base but we need to rebuild on sexplib updates.

Package-Manager: Portage-2.3.12, Repoman-2.3.4

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

diff --git a/dev-ml/stdio/stdio-0.9.0.ebuild b/dev-ml/stdio/stdio-0.9.0.ebuild
index 2002241b3db..7e8b8d66be2 100644
--- a/dev-ml/stdio/stdio-0.9.0.ebuild
+++ b/dev-ml/stdio/stdio-0.9.0.ebuild
@@ -14,7 +14,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
-RDEPEND="dev-ml/base:="
+RDEPEND="dev-ml/base:= dev-ml/sexplib:="
 DEPEND="${RDEPEND} dev-ml/jbuilder"
 
 src_test() {


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

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

commit:     5e4638eebf9f8a28ea3bd83d2552de24b86ed63f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 14:27:03 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 14:27:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4638ee

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

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ml/stdio/stdio-0.9.0-r1.ebuild | 4 ++--
 dev-ml/stdio/stdio-0.9.1.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/stdio/stdio-0.9.0-r1.ebuild b/dev-ml/stdio/stdio-0.9.0-r1.ebuild
index 7e8b8d66be2..ea3350ffe12 100644
--- a/dev-ml/stdio/stdio-0.9.0-r1.ebuild
+++ b/dev-ml/stdio/stdio-0.9.0-r1.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/stdio/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-ml/base:= dev-ml/sexplib:="

diff --git a/dev-ml/stdio/stdio-0.9.1.ebuild b/dev-ml/stdio/stdio-0.9.1.ebuild
index 7e8b8d66be2..ea3350ffe12 100644
--- a/dev-ml/stdio/stdio-0.9.1.ebuild
+++ b/dev-ml/stdio/stdio-0.9.1.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/stdio/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-ml/base:= dev-ml/sexplib:="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2020-10-13 12:54 Mark Wright
  0 siblings, 0 replies; 16+ messages in thread
From: Mark Wright @ 2020-10-13 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     980205de44369fdcbe21bae53fd7c6fbf644aae9
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 07:05:32 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 12:53:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980205de

dev-ml/stdio: Bump to 0.14.0

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

 dev-ml/stdio/Manifest            |  1 +
 dev-ml/stdio/metadata.xml        |  5 ++++-
 dev-ml/stdio/stdio-0.14.0.ebuild | 20 ++++++++++++++++++++
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/dev-ml/stdio/Manifest b/dev-ml/stdio/Manifest
index 169768ab7a6..9c234297cb4 100644
--- a/dev-ml/stdio/Manifest
+++ b/dev-ml/stdio/Manifest
@@ -1,2 +1,3 @@
+DIST stdio-0.14.0.tar.gz 7867 BLAKE2B e9aa9727489bf59350fe87323689a5c4f5bf710bb4932b0153c4ad742db5fe03a05728d86c281796cb77d1aef9ba2cc1b236630cb125d1d182c54c344a0ee335 SHA512 74cac04bd6b1be8c13f739445185286a910f66877cb61c8f22b4027dbc3f82021030d55eb7c8471bac850fc7c0f86462a8e26653c7a08c95fb7eea16512c5f61
 DIST stdio-0.9.0.tar.gz 9264 BLAKE2B 1f3d7748ed07672eaad7c747c8925fb9e5204d59c05e8ee8674d689dcc44b9ae9d2da8420cfa05e8e0a58bded343cba979ff42f5f8fdae5392a1868591269f32 SHA512 a3809272c00653872d02b07b6c133215e06a70a7cbebed8c6c22ba5790ee8cbba17821da7875290c8869dfac22bf3cf248028e2aed2570195ca9b5f63b6ab75d
 DIST stdio-0.9.1.tar.gz 9281 BLAKE2B fa3a5a3877aa2ab19155d865eea03458b742224de11857f9f2c1219eef3f0fbd6562cf0eafc90c59dab03053db0dcae27c19a73da4f3a73e3b6d6a9407868f3d SHA512 bfef782562af7fae790b8baf02bf5d5edae2ccff29531080a608fd9224710c7d0a1a346c3480b6eaf4d7be1a280e19d9380a4dd9072de6d68e48ac419d275716

diff --git a/dev-ml/stdio/metadata.xml b/dev-ml/stdio/metadata.xml
index ce97306373e..07fb8f069c5 100644
--- a/dev-ml/stdio/metadata.xml
+++ b/dev-ml/stdio/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>gienah@gentoo.org</email>
+		<name>Mark Wright</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">janestreet/stdio</remote-id>
 	</upstream>

diff --git a/dev-ml/stdio/stdio-0.14.0.ebuild b/dev-ml/stdio/stdio-0.14.0.ebuild
new file mode 100644
index 00000000000..d80adb8df65
--- /dev/null
+++ b/dev-ml/stdio/stdio-0.14.0.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="Standard IO Library for OCaml"
+HOMEPAGE="https://github.com/janestreet/stdio"
+SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	>=dev-ml/base-0.11.0:=
+		dev-ml/sexplib0:="
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2021-03-07 18:00 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2021-03-07 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0094654d55d1649f0b5209f36e26547ab9ddbe5c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 17:45:15 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 18:00:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0094654d

dev-ml/stdio: rm old versions

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

 dev-ml/stdio/Manifest              |  2 --
 dev-ml/stdio/stdio-0.9.0-r1.ebuild | 22 ----------------------
 dev-ml/stdio/stdio-0.9.1.ebuild    | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-ml/stdio/Manifest b/dev-ml/stdio/Manifest
index 9c234297cb4..42b5723a279 100644
--- a/dev-ml/stdio/Manifest
+++ b/dev-ml/stdio/Manifest
@@ -1,3 +1 @@
 DIST stdio-0.14.0.tar.gz 7867 BLAKE2B e9aa9727489bf59350fe87323689a5c4f5bf710bb4932b0153c4ad742db5fe03a05728d86c281796cb77d1aef9ba2cc1b236630cb125d1d182c54c344a0ee335 SHA512 74cac04bd6b1be8c13f739445185286a910f66877cb61c8f22b4027dbc3f82021030d55eb7c8471bac850fc7c0f86462a8e26653c7a08c95fb7eea16512c5f61
-DIST stdio-0.9.0.tar.gz 9264 BLAKE2B 1f3d7748ed07672eaad7c747c8925fb9e5204d59c05e8ee8674d689dcc44b9ae9d2da8420cfa05e8e0a58bded343cba979ff42f5f8fdae5392a1868591269f32 SHA512 a3809272c00653872d02b07b6c133215e06a70a7cbebed8c6c22ba5790ee8cbba17821da7875290c8869dfac22bf3cf248028e2aed2570195ca9b5f63b6ab75d
-DIST stdio-0.9.1.tar.gz 9281 BLAKE2B fa3a5a3877aa2ab19155d865eea03458b742224de11857f9f2c1219eef3f0fbd6562cf0eafc90c59dab03053db0dcae27c19a73da4f3a73e3b6d6a9407868f3d SHA512 bfef782562af7fae790b8baf02bf5d5edae2ccff29531080a608fd9224710c7d0a1a346c3480b6eaf4d7be1a280e19d9380a4dd9072de6d68e48ac419d275716

diff --git a/dev-ml/stdio/stdio-0.9.0-r1.ebuild b/dev-ml/stdio/stdio-0.9.0-r1.ebuild
deleted file mode 100644
index ea3350ffe12..00000000000
--- a/dev-ml/stdio/stdio-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Standard IO Library for OCaml"
-HOMEPAGE="https://github.com/janestreet/stdio"
-SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-ml/base:= dev-ml/sexplib:="
-DEPEND="${RDEPEND} dev-ml/jbuilder"
-
-src_test() {
-	jbuilder runtest || die
-}

diff --git a/dev-ml/stdio/stdio-0.9.1.ebuild b/dev-ml/stdio/stdio-0.9.1.ebuild
deleted file mode 100644
index ea3350ffe12..00000000000
--- a/dev-ml/stdio/stdio-0.9.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Standard IO Library for OCaml"
-HOMEPAGE="https://github.com/janestreet/stdio"
-SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-ml/base:= dev-ml/sexplib:="
-DEPEND="${RDEPEND} dev-ml/jbuilder"
-
-src_test() {
-	jbuilder runtest || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2022-04-22  1:44 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2022-04-22  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     aae0e8d3810f7f9f5da8757bbea421ea4f381214
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 01:28:55 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 01:44:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae0e8d3

dev-ml/stdio: update base package version constrints

to match opam package definition from
https://opam.ocaml.org/packages/stdio/stdio.v0.14.0/

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

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

diff --git a/dev-ml/stdio/stdio-0.14.0.ebuild b/dev-ml/stdio/stdio-0.14.0-r1.ebuild
similarity index 86%
rename from dev-ml/stdio/stdio-0.14.0.ebuild
rename to dev-ml/stdio/stdio-0.14.0-r1.ebuild
index eb130633c583..ada4afe04c5d 100644
--- a/dev-ml/stdio/stdio-0.14.0.ebuild
+++ b/dev-ml/stdio/stdio-0.14.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
@@ -15,6 +15,6 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
-	>=dev-ml/base-0.11.0:=
-		dev-ml/sexplib0:="
+	>=dev-ml/base-0.14:= <dev-ml/base-0.15:=
+	dev-ml/sexplib0:="
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2022-04-22  9:00 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2022-04-22  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5f0e32b9c7c128dae7b82ab288647411fc4d60c5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 08:36:40 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 08:59:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0e32b9

dev-ml/stdio: update sexplib package version constraints

Bug: https://bugs.gentoo.org/838706
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/stdio/{stdio-0.14.0-r1.ebuild => stdio-0.14.0-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ml/stdio/stdio-0.14.0-r1.ebuild b/dev-ml/stdio/stdio-0.14.0-r2.ebuild
similarity index 81%
rename from dev-ml/stdio/stdio-0.14.0-r1.ebuild
rename to dev-ml/stdio/stdio-0.14.0-r2.ebuild
index ada4afe04c5d..e2d7fbffc12f 100644
--- a/dev-ml/stdio/stdio-0.14.0-r1.ebuild
+++ b/dev-ml/stdio/stdio-0.14.0-r2.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
-	>=dev-ml/base-0.14:= <dev-ml/base-0.15:=
-	dev-ml/sexplib0:="
+	>=dev-ml/base-0.14.0:= <dev-ml/base-0.15.0:=
+	>=dev-ml/sexplib0-0.14.0:= <dev-ml/sexplib0-0.15.0:=
+"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2022-04-22  9:37 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2022-04-22  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e41ba31e5f69273435bad23289327c158a611100
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 09:36:48 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 09:36:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41ba31e

dev-ml/stdio: 0.15.0 bump

Closes: https://bugs.gentoo.org/838706
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/stdio/Manifest                                        | 1 +
 dev-ml/stdio/stdio-0.14.0-r2.ebuild                          | 3 +--
 dev-ml/stdio/{stdio-0.14.0-r2.ebuild => stdio-0.15.0.ebuild} | 9 +++------
 3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-ml/stdio/Manifest b/dev-ml/stdio/Manifest
index 42b5723a2793..ec2e9820c63a 100644
--- a/dev-ml/stdio/Manifest
+++ b/dev-ml/stdio/Manifest
@@ -1 +1,2 @@
 DIST stdio-0.14.0.tar.gz 7867 BLAKE2B e9aa9727489bf59350fe87323689a5c4f5bf710bb4932b0153c4ad742db5fe03a05728d86c281796cb77d1aef9ba2cc1b236630cb125d1d182c54c344a0ee335 SHA512 74cac04bd6b1be8c13f739445185286a910f66877cb61c8f22b4027dbc3f82021030d55eb7c8471bac850fc7c0f86462a8e26653c7a08c95fb7eea16512c5f61
+DIST stdio-0.15.0.tar.gz 7811 BLAKE2B 8343c6b4c42be64514efc31d59d17522d7b33dc8400b477431091ffe3504b1d00789c1bf74a85f50e1e9d3c753908a4e66cfdc667f9caad5193bc1d299d6303d SHA512 6ac6de32fda504482ccc48aa33e240240c22beb8c7203bd9addf2471b352220c95474ed0ef0b1119c28bf5e7b25a7b2d03c400c1b730e51dfa8f30431659f37d

diff --git a/dev-ml/stdio/stdio-0.14.0-r2.ebuild b/dev-ml/stdio/stdio-0.14.0-r2.ebuild
index e2d7fbffc12f..34cadbbbd257 100644
--- a/dev-ml/stdio/stdio-0.14.0-r2.ebuild
+++ b/dev-ml/stdio/stdio-0.14.0-r2.ebuild
@@ -15,7 +15,6 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
-	>=dev-ml/base-0.14.0:= <dev-ml/base-0.15.0:=
-	>=dev-ml/sexplib0-0.14.0:= <dev-ml/sexplib0-0.15.0:=
+	<dev-ml/base-0.15.0:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ml/stdio/stdio-0.14.0-r2.ebuild b/dev-ml/stdio/stdio-0.15.0.ebuild
similarity index 68%
copy from dev-ml/stdio/stdio-0.14.0-r2.ebuild
copy to dev-ml/stdio/stdio-0.15.0.ebuild
index e2d7fbffc12f..e49c529f4af9 100644
--- a/dev-ml/stdio/stdio-0.14.0-r2.ebuild
+++ b/dev-ml/stdio/stdio-0.15.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+EAPI=7
 
 inherit dune
 
@@ -11,11 +11,8 @@ SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
-RDEPEND="
-	>=dev-ml/base-0.14.0:= <dev-ml/base-0.15.0:=
-	>=dev-ml/sexplib0-0.14.0:= <dev-ml/sexplib0-0.15.0:=
-"
+RDEPEND=">=dev-ml/base-0.15:="
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2022-04-24 11:05 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2022-04-24 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     29f1eb6f008da4e665f7b878b3a570214cb07016
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 11:04:52 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 11:04:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f1eb6f

dev-ml/stdio: change SLOT

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

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

diff --git a/dev-ml/stdio/stdio-0.15.0.ebuild b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
similarity index 86%
rename from dev-ml/stdio/stdio-0.15.0.ebuild
rename to dev-ml/stdio/stdio-0.15.0-r1.ebuild
index e49c529f4af9..83a7846306c3 100644
--- a/dev-ml/stdio/stdio-0.15.0.ebuild
+++ b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
@@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/janestreet/stdio"
 SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0/${PV}"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
-RDEPEND=">=dev-ml/base-0.15:="
+RDEPEND="dev-ml/base:${SLOT}"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2023-03-25  1:43 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-03-25  1:43 UTC (permalink / raw
  To: gentoo-commits

commit:     312fad01658bc914e6d9e321f6abc4f4df6b8e52
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 01:42:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 01:42:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312fad01

dev-ml/stdio: Stabilize 0.15.0-r1 arm, #901543

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

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

diff --git a/dev-ml/stdio/stdio-0.15.0-r1.ebuild b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
index 96e4141c8cdf..42efd9e36901 100644
--- a/dev-ml/stdio/stdio-0.15.0-r1.ebuild
+++ b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/stdio/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"
 
 RDEPEND="dev-ml/base:${SLOT}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2023-03-25  1:43 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-03-25  1:43 UTC (permalink / raw
  To: gentoo-commits

commit:     5ddeac0dfebef2dcc7203feaa515d5faa0dd69d5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 01:42:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 01:42:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddeac0d

dev-ml/stdio: Stabilize 0.15.0-r1 x86, #901543

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

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

diff --git a/dev-ml/stdio/stdio-0.15.0-r1.ebuild b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
index 42efd9e36901..82832e0788b5 100644
--- a/dev-ml/stdio/stdio-0.15.0-r1.ebuild
+++ b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/stdio/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"
 
 RDEPEND="dev-ml/base:${SLOT}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2023-03-25  1:47 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-03-25  1:47 UTC (permalink / raw
  To: gentoo-commits

commit:     577d7ba5f217635e91af189e6357b6ac2ee96354
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 01:47:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 01:47:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577d7ba5

dev-ml/stdio: Stabilize 0.15.0-r1 ppc64, #901543

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

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

diff --git a/dev-ml/stdio/stdio-0.15.0-r1.ebuild b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
index 82832e0788b5..20cfeb4e0267 100644
--- a/dev-ml/stdio/stdio-0.15.0-r1.ebuild
+++ b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/stdio/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"
 
 RDEPEND="dev-ml/base:${SLOT}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2023-03-25  1:49 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-03-25  1:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7e819d781e55a7fc7fbf36922d61cf36f713c875
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 01:49:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 01:49:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e819d78

dev-ml/stdio: Stabilize 0.15.0-r1 arm64, #901543

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

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

diff --git a/dev-ml/stdio/stdio-0.15.0-r1.ebuild b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
index 20cfeb4e0267..9ff47650e71e 100644
--- a/dev-ml/stdio/stdio-0.15.0-r1.ebuild
+++ b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/stdio/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"
 
 RDEPEND="dev-ml/base:${SLOT}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/
@ 2023-06-30 13:14 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2023-06-30 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     851e914cfef0850805964822c2d4809b0c5638bc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 12:41:28 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 13:13:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851e914c

dev-ml/stdio: add 0.16.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/stdio/Manifest            |  1 +
 dev-ml/stdio/stdio-0.16.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-ml/stdio/Manifest b/dev-ml/stdio/Manifest
index ec2e9820c63a..ea53852e50f4 100644
--- a/dev-ml/stdio/Manifest
+++ b/dev-ml/stdio/Manifest
@@ -1,2 +1,3 @@
 DIST stdio-0.14.0.tar.gz 7867 BLAKE2B e9aa9727489bf59350fe87323689a5c4f5bf710bb4932b0153c4ad742db5fe03a05728d86c281796cb77d1aef9ba2cc1b236630cb125d1d182c54c344a0ee335 SHA512 74cac04bd6b1be8c13f739445185286a910f66877cb61c8f22b4027dbc3f82021030d55eb7c8471bac850fc7c0f86462a8e26653c7a08c95fb7eea16512c5f61
 DIST stdio-0.15.0.tar.gz 7811 BLAKE2B 8343c6b4c42be64514efc31d59d17522d7b33dc8400b477431091ffe3504b1d00789c1bf74a85f50e1e9d3c753908a4e66cfdc667f9caad5193bc1d299d6303d SHA512 6ac6de32fda504482ccc48aa33e240240c22beb8c7203bd9addf2471b352220c95474ed0ef0b1119c28bf5e7b25a7b2d03c400c1b730e51dfa8f30431659f37d
+DIST stdio-0.16.0.tar.gz 7836 BLAKE2B 05f1d26d9d67996d6221ef1f1c8053afb4c53efbc8b9c75c83b72a4ca18e255d0df540461ad85e6bb0cbe8458bd09bf0029b3983ae498f91c1ae7cf9c85535d2 SHA512 fab88e4a869a88566e0f7143bec45db9572f40dc0e9528b6993edc75fbbdace46593912386c417b317daaa1fd07d4212a4e40e5afae0e682b61f4093b423f3a8

diff --git a/dev-ml/stdio/stdio-0.16.0.ebuild b/dev-ml/stdio/stdio-0.16.0.ebuild
new file mode 100644
index 000000000000..171197bf5c82
--- /dev/null
+++ b/dev-ml/stdio/stdio-0.16.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Standard IO Library for OCaml"
+HOMEPAGE="https://github.com/janestreet/stdio"
+SRC_URI="https://github.com/janestreet/stdio/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"
+
+RDEPEND="
+	>=dev-lang/ocaml-4.14
+	dev-ml/base:${SLOT}
+"
+DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2023-06-30 13:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-04  9:53 [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdio/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2023-06-30 13:14 Alfredo Tupone
2023-03-25  1:49 Sam James
2023-03-25  1:47 Sam James
2023-03-25  1:43 Sam James
2023-03-25  1:43 Sam James
2022-04-24 11:05 Alfredo Tupone
2022-04-22  9:37 Alfredo Tupone
2022-04-22  9:00 Maciej Barć
2022-04-22  1:44 Maciej Barć
2021-03-07 18:00 Alfredo Tupone
2020-10-13 12:54 Mark Wright
2018-02-14 14:30 Thomas Deutschmann
2017-11-04  9:53 Alexis Ballier
2017-09-10 14:45 Sergei Trofimovich
2017-08-02 11:23 Alexis Ballier

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