commit:     a53c6e9eb6be955fc67e46daf6906a0d7b76a880
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 09:25:06 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 09:28:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53c6e9e

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

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-ml/ocaml-stdint/Manifest                  |  1 +
 dev-ml/ocaml-stdint/metadata.xml              |  8 ++++++++
 dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild | 20 ++++++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/dev-ml/ocaml-stdint/Manifest b/dev-ml/ocaml-stdint/Manifest
new file mode 100644
index 00000000000..e0e2fadd389
--- /dev/null
+++ b/dev-ml/ocaml-stdint/Manifest
@@ -0,0 +1 @@
+DIST ocaml-stdint-0.3.0.tar.gz 80556 SHA256 
08fd03cff102f8264f9964a638d1efb223c155ce1794e3aa99def014fe53bba6 SHA512 
554f816cfff052058bea63f3daa790be34da3006713dfa83096af2e4866cfb439b549d4bc8d5fe08261762c97d4f98cbbd45196f7adb4698e0a8542c1676008b
 WHIRLPOOL 
1de97e0be66c34e0492c6cbbc82314337dc88011e12881c0b60a200320f9e238a6ddf038d4dce212970d4dfd3a2316a83bf1bb02f9e3090330e7573760637359

diff --git a/dev-ml/ocaml-stdint/metadata.xml b/dev-ml/ocaml-stdint/metadata.xml
new file mode 100644
index 00000000000..ffac4d7ebc0
--- /dev/null
+++ b/dev-ml/ocaml-stdint/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>[email protected]</email>
+       <name>Gentoo ML Project</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild 
b/dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild
new file mode 100644
index 00000000000..f2c7b3938e6
--- /dev/null
+++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Various signed and unsigned integers for OCaml"
+HOMEPAGE="https://github.com/andrenth/ocaml-stdint";
+SRC_URI="https://github.com/andrenth/ocaml-stdint/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

Reply via email to