commit:     198bf136ba36efad9f64129bcf9cc8d18870be3f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 12:27:15 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 14:08:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198bf136

dev-ml/ocaml-uint: initial import; ebuild by me

Package-Manager: portage-2.3.0

 dev-ml/ocaml-uint/Manifest                |  1 +
 dev-ml/ocaml-uint/metadata.xml            |  8 ++++++++
 dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild | 21 +++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-ml/ocaml-uint/Manifest b/dev-ml/ocaml-uint/Manifest
new file mode 100644
index 0000000..d9c0e41
--- /dev/null
+++ b/dev-ml/ocaml-uint/Manifest
@@ -0,0 +1 @@
+DIST ocaml-uint-1.2.0.tar.gz 53467 SHA256 
fce5bb7cb406841c74b27a2c7045375b079e9a0030a444d11311482988aee68c SHA512 
74209cd04fc61debe8b846e7ca60efb9d8f274e4066abac9878fa68e048e5a9822278cfd7a65527c5c1933b0301cd4a92d9815db673fbfa4eae90fb2ee4fb77b
 WHIRLPOOL 
ac26f60fc59848a745d085b7b53f66bdba9994658d7b8bac78fd21243d16cbf21326fd624c24413fe0e24a56fc5f68c87bf1fff776fc3a59677f950bd30b74e4

diff --git a/dev-ml/ocaml-uint/metadata.xml b/dev-ml/ocaml-uint/metadata.xml
new file mode 100644
index 0000000..ffac4d7
--- /dev/null
+++ b/dev-ml/ocaml-uint/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="project">
+       <email>m...@gentoo.org</email>
+       <name>Gentoo ML Project</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild 
b/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild
new file mode 100644
index 0000000..06fc2ec
--- /dev/null
+++ b/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Unsigned ints for OCaml"
+HOMEPAGE="https://forge.ocamlcore.org/projects/ocaml-uint/";
+SRC_URI="https://forge.ocamlcore.org/frs/download.php/1516/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

Reply via email to