diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-13 23:10:55 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-13 23:53:48 +1100 |
commit | b3d59f7c37b4d511e4d077234f4ea32650edcb56 (patch) | |
tree | d2fc49265b4d53c1972766c7e7784d024df79fa6 /dev-ml/ocplib-endian | |
parent | dev-ml/typerep: Bump to 0.14.0 (diff) | |
download | gentoo-b3d59f7c37b4d511e4d077234f4ea32650edcb56.tar.gz gentoo-b3d59f7c37b4d511e4d077234f4ea32650edcb56.tar.bz2 gentoo-b3d59f7c37b4d511e4d077234f4ea32650edcb56.zip |
dev-ml/ocplib-endian: Bump to 1.1, KEYWORDS from ml-overlay.
Co-Author: Alexis Ballier <aballier@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@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/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild | 23 |
3 files changed, 31 insertions, 4 deletions
diff --git a/dev-ml/ocplib-endian/Manifest b/dev-ml/ocplib-endian/Manifest index 8add618f0052..92e1b8109075 100644 --- a/dev-ml/ocplib-endian/Manifest +++ b/dev-ml/ocplib-endian/Manifest @@ -1 +1,2 @@ DIST ocplib-endian-1.0.tar.gz 62753 BLAKE2B d343343eb22b7ff591219ad0d45502e3450cd4200d8f3cc7f8a4783bdd93752d015b686b57aa574f58344dc44cec751ba89e68f93770ca5df73a98d95a604b8d SHA512 a08fd58ec5e72510c40e8b75e0ee8327ee658f479e45dd4632bc04e3907d04aaa3684df3b993ab63fc2a6c1f1a4fb32784e9b5258730d3b89a716300522d8d7f +DIST ocplib-endian-1.1.tar.gz 17544 BLAKE2B 62e4b1cb998ac00fd3cfd7178939b6c9f8c1bebe7c0dc072fbb45b79172cb07f4466e5f1e6e93b41e3fb8c3df8020d2033eb24abfec4906d3ad003fa22bdcd27 SHA512 39351c666d1394770696fa89ac62f7c137ad1697d99888bfba2cc8de2c61df05dd8b3aa327c117bf38f3e29e081026d2c575c5ad0022bde92b3d43aba577d3f9 diff --git a/dev-ml/ocplib-endian/metadata.xml b/dev-ml/ocplib-endian/metadata.xml index 97705efc3173..79e925f71327 100644 --- a/dev-ml/ocplib-endian/metadata.xml +++ b/dev-ml/ocplib-endian/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">OCamlPro/ocplib-endian</remote-id> - </upstream> + <maintainer type="person"> + <email>gienah@gentoo.org</email> + <name>Mark Wright</name> + </maintainer> + <upstream> + <remote-id type="github">OCamlPro/ocplib-endian</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild new file mode 100644 index 000000000000..92a15b5de084 --- /dev/null +++ b/dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 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 ~x86" +IUSE="+ocamlopt" + +# 2 of 70 tests fail +RESTRICT=test + +DEPEND=" + >=dev-ml/cppo-1.1.0 +" +RDEPEND="" |