summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-04-22 11:36:48 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-04-22 11:36:48 +0200
commite41ba31e5f69273435bad23289327c158a611100 (patch)
tree6d0159b9bcf338fc8ced89da69cab44e716ea776 /dev-ml/stdio
parentdev-ml/stdio: update sexplib package version constraints (diff)
downloadgentoo-e41ba31e5f69273435bad23289327c158a611100.tar.gz
gentoo-e41ba31e5f69273435bad23289327c158a611100.tar.bz2
gentoo-e41ba31e5f69273435bad23289327c158a611100.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml/stdio')
-rw-r--r--dev-ml/stdio/Manifest1
-rw-r--r--dev-ml/stdio/stdio-0.14.0-r2.ebuild3
-rw-r--r--dev-ml/stdio/stdio-0.15.0.ebuild18
3 files changed, 20 insertions, 2 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.15.0.ebuild b/dev-ml/stdio/stdio-0.15.0.ebuild
new file mode 100644
index 000000000000..e49c529f4af9
--- /dev/null
+++ b/dev-ml/stdio/stdio-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=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 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-ml/base-0.15:="
+DEPEND="${RDEPEND}"