Gentoo Archives: gentoo-commits

From: Mark Wright <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-endian/
Date: Tue, 13 Oct 2020 12:54:25
Message-Id: 1602593628.b3d59f7c37b4d511e4d077234f4ea32650edcb56.gienah@gentoo
1 commit: b3d59f7c37b4d511e4d077234f4ea32650edcb56
2 Author: Mark Wright <gienah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 12:10:55 2020 +0000
4 Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 12:53:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d59f7c
7
8 dev-ml/ocplib-endian: Bump to 1.1, KEYWORDS from ml-overlay.
9
10 Co-Author: Alexis Ballier <aballier <AT> gentoo.org>
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Mark Wright <gienah <AT> gentoo.org>
13
14 dev-ml/ocplib-endian/Manifest | 1 +
15 dev-ml/ocplib-endian/metadata.xml | 11 +++++++----
16 dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild | 23 +++++++++++++++++++++++
17 3 files changed, 31 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-ml/ocplib-endian/Manifest b/dev-ml/ocplib-endian/Manifest
20 index 8add618f005..92e1b810907 100644
21 --- a/dev-ml/ocplib-endian/Manifest
22 +++ b/dev-ml/ocplib-endian/Manifest
23 @@ -1 +1,2 @@
24 DIST ocplib-endian-1.0.tar.gz 62753 BLAKE2B d343343eb22b7ff591219ad0d45502e3450cd4200d8f3cc7f8a4783bdd93752d015b686b57aa574f58344dc44cec751ba89e68f93770ca5df73a98d95a604b8d SHA512 a08fd58ec5e72510c40e8b75e0ee8327ee658f479e45dd4632bc04e3907d04aaa3684df3b993ab63fc2a6c1f1a4fb32784e9b5258730d3b89a716300522d8d7f
25 +DIST ocplib-endian-1.1.tar.gz 17544 BLAKE2B 62e4b1cb998ac00fd3cfd7178939b6c9f8c1bebe7c0dc072fbb45b79172cb07f4466e5f1e6e93b41e3fb8c3df8020d2033eb24abfec4906d3ad003fa22bdcd27 SHA512 39351c666d1394770696fa89ac62f7c137ad1697d99888bfba2cc8de2c61df05dd8b3aa327c117bf38f3e29e081026d2c575c5ad0022bde92b3d43aba577d3f9
26
27 diff --git a/dev-ml/ocplib-endian/metadata.xml b/dev-ml/ocplib-endian/metadata.xml
28 index 97705efc317..79e925f7132 100644
29 --- a/dev-ml/ocplib-endian/metadata.xml
30 +++ b/dev-ml/ocplib-endian/metadata.xml
31 @@ -1,8 +1,11 @@
32 <?xml version="1.0" encoding="UTF-8"?>
33 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 <pkgmetadata>
35 - <!-- maintainer-needed -->
36 - <upstream>
37 - <remote-id type="github">OCamlPro/ocplib-endian</remote-id>
38 - </upstream>
39 + <maintainer type="person">
40 + <email>gienah@g.o</email>
41 + <name>Mark Wright</name>
42 + </maintainer>
43 + <upstream>
44 + <remote-id type="github">OCamlPro/ocplib-endian</remote-id>
45 + </upstream>
46 </pkgmetadata>
47
48 diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild
49 new file mode 100644
50 index 00000000000..92a15b5de08
51 --- /dev/null
52 +++ b/dev-ml/ocplib-endian/ocplib-endian-1.1.ebuild
53 @@ -0,0 +1,23 @@
54 +# Copyright 1999-2020 Gentoo Authors
55 +# Distributed under the terms of the GNU General Public License v2
56 +
57 +EAPI=7
58 +
59 +inherit dune
60 +
61 +DESCRIPTION="Functions to read and write int16/32/64 from strings, bytes, and bigarrays"
62 +HOMEPAGE="https://github.com/OCamlPro/ocplib-endian"
63 +SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
64 +
65 +LICENSE="LGPL-2.1-with-linking-exception"
66 +SLOT="0/${PV}"
67 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
68 +IUSE="+ocamlopt"
69 +
70 +# 2 of 70 tests fail
71 +RESTRICT=test
72 +
73 +DEPEND="
74 + >=dev-ml/cppo-1.1.0
75 +"
76 +RDEPEND=""