summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-03-14 10:25:06 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-03-14 10:28:28 +0100
commita53c6e9eb6be955fc67e46daf6906a0d7b76a880 (patch)
tree9aa2af13aa1b7f1aaa6d3cdc4f935a9b60a7c294 /dev-ml
parentdev-python/jmespath: Bump to 0.9.2. Add python 3.6 pypy/3 support. (diff)
downloadgentoo-a53c6e9eb6be955fc67e46daf6906a0d7b76a880.tar.gz
gentoo-a53c6e9eb6be955fc67e46daf6906a0d7b76a880.tar.bz2
gentoo-a53c6e9eb6be955fc67e46daf6906a0d7b76a880.zip
dev-ml/ocaml-stdint: initial import; ebuild by me
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-stdint/Manifest1
-rw-r--r--dev-ml/ocaml-stdint/metadata.xml8
-rw-r--r--dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild20
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-ml/ocaml-stdint/Manifest b/dev-ml/ocaml-stdint/Manifest
new file mode 100644
index 000000000000..e0e2fadd3893
--- /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 000000000000..ffac4d7ebc01
--- /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>ml@gentoo.org</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 000000000000..f2c7b3938e6b
--- /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}"