diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-31 19:26:44 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-31 19:27:03 +0100 |
commit | d4bbac52daa3e9f2ea8e609e588ecbb95f71e4ac (patch) | |
tree | 64bdd84f9d602ded09195eb8367e97bc57e5a0d5 /dev-ml/ocplib-endian | |
parent | dev-python/pip-run: new package, add 8.8.0 (diff) | |
download | gentoo-d4bbac52daa3e9f2ea8e609e588ecbb95f71e4ac.tar.gz gentoo-d4bbac52daa3e9f2ea8e609e588ecbb95f71e4ac.tar.bz2 gentoo-d4bbac52daa3e9f2ea8e609e588ecbb95f71e4ac.zip |
dev-ml/ocplib-endian: 1.2 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocplib-endian')
-rw-r--r-- | dev-ml/ocplib-endian/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-ml/ocplib-endian/Manifest b/dev-ml/ocplib-endian/Manifest index e3b4387d559e..2c8040fa1750 100644 --- a/dev-ml/ocplib-endian/Manifest +++ b/dev-ml/ocplib-endian/Manifest @@ -1 +1,2 @@ DIST ocplib-endian-1.1.tar.gz 17544 BLAKE2B 62e4b1cb998ac00fd3cfd7178939b6c9f8c1bebe7c0dc072fbb45b79172cb07f4466e5f1e6e93b41e3fb8c3df8020d2033eb24abfec4906d3ad003fa22bdcd27 SHA512 39351c666d1394770696fa89ac62f7c137ad1697d99888bfba2cc8de2c61df05dd8b3aa327c117bf38f3e29e081026d2c575c5ad0022bde92b3d43aba577d3f9 +DIST ocplib-endian-1.2.tar.gz 18061 BLAKE2B 25354888f80ec4d09b9605f293b121dd66d365a461d2e40d9c3d41afa56303562d5db03a469469c1d59d304dd0d47657381c2f42b9e4935005c2ce85fbd5b80a SHA512 2e70be5f3d6e377485c60664a0e235c3b9b24a8d6b6a03895d092c6e40d53810bfe1f292ee69e5181ce6daa8a582bfe3d59f3af889f417134f658812be5b8b85 diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.2.ebuild new file mode 100644 index 000000000000..43cb3ed3821d --- /dev/null +++ b/dev-ml/ocplib-endian/ocplib-endian-1.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="Functions to read and write int16/32/64 from strings, bytes, and bigarrays" +HOMEPAGE="https://github.com/OCamlPro/ocplib-endian" +SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +# 2 of 70 tests fail +RESTRICT="test" + +BDEPEND=">=dev-ml/cppo-1.6.6" |