diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ml/ocplib-endian | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/ocplib-endian')
-rw-r--r-- | dev-ml/ocplib-endian/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocplib-endian/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild | 24 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/ocplib-endian/Manifest b/dev-ml/ocplib-endian/Manifest new file mode 100644 index 000000000000..7f2b57c8abcb --- /dev/null +++ b/dev-ml/ocplib-endian/Manifest @@ -0,0 +1,3 @@ +DIST ocplib-endian-1.0.tar.gz 62753 BLAKE2B d343343eb22b7ff591219ad0d45502e3450cd4200d8f3cc7f8a4783bdd93752d015b686b57aa574f58344dc44cec751ba89e68f93770ca5df73a98d95a604b8d SHA512 a08fd58ec5e72510c40e8b75e0ee8327ee658f479e45dd4632bc04e3907d04aaa3684df3b993ab63fc2a6c1f1a4fb32784e9b5258730d3b89a716300522d8d7f +EBUILD ocplib-endian-1.0.ebuild 567 BLAKE2B ecafe568edef8828f8a5828f272006f43a783ede73fcbfe5912c6e2f32d86a3d81b5b4fa03d901d5c7819308f6485eafe402d9296a75dd72381c65dae1411364 SHA512 9d7e7db49577d98be5d4a6b861c04766d12e3368bdcef29ac61c6a91471adfea49c638cdb633225fa6e5dd06e4c6862dceaaf85a04365a62667d0ede0214773c +MISC metadata.xml 362 BLAKE2B b8e05028fdf1f824aedcdbbfe8b22712cf6d62b0d1e316b162688831c2e705730dbbce58d6706757af78140feeaee9ee609c5c2a6358e2aa3f9c9bca2d5e8860 SHA512 bf10036bfc8a10c11f8abd1f2266ae209f8917703700874df4362fb2f17ba59ada72bd11f71926e3943f8fc6a9e85afd869296f5b525a93ebf2d0ed0532995bd diff --git a/dev-ml/ocplib-endian/metadata.xml b/dev-ml/ocplib-endian/metadata.xml new file mode 100644 index 000000000000..d9f3d24ca31c --- /dev/null +++ b/dev-ml/ocplib-endian/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>Gentoo ML Project</name> + </maintainer> + <upstream> + <remote-id type="github">OCamlPro/ocplib-endian</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild new file mode 100644 index 000000000000..c3947fbc9c87 --- /dev/null +++ b/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +OASIS_BUILD_TESTS=1 + +inherit oasis + +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" +IUSE="" + +DEPEND=" + >=dev-lang/ocaml-4.01 + >=dev-ml/cppo-1.1.0 +" +RDEPEND="" + +DOCS=( CHANGES.md COPYING.txt README.md ) |