dev-ml/ocaml-webmachine: Initial import. Ebuild by me.
authorAlexis Ballier <aballier@gentoo.org>
Tue, 14 Mar 2017 10:20:39 +0000 (11:20 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 14 Mar 2017 10:21:24 +0000 (11:21 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-ml/ocaml-webmachine/Manifest [new file with mode: 0644]
dev-ml/ocaml-webmachine/metadata.xml [new file with mode: 0644]
dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild [new file with mode: 0644]

diff --git a/dev-ml/ocaml-webmachine/Manifest b/dev-ml/ocaml-webmachine/Manifest
new file mode 100644 (file)
index 0000000..9c49631
--- /dev/null
@@ -0,0 +1 @@
+DIST ocaml-webmachine-0.4.0.tar.gz 74818 SHA256 d0d20e41bcdf110cbabaac913c39d3a7b99002ceab403db7a76872558fec328d SHA512 5ea06ae41f6c156786b72ea7a164bd0c96cf9b6fc7ae1e93044a928681f03b07cef39da1c4955317fe6762065bd189b3809ba521b3349ec9f6dde9191c857d31 WHIRLPOOL e8adeb98816b69ce8f40df362b4b1be864b19234ee1d9ee12e0d67da77cab9ec6a21a3eccaa78c6cacbe91f5d8cea706e599c041f19277015a6e2684281a1e37
diff --git a/dev-ml/ocaml-webmachine/metadata.xml b/dev-ml/ocaml-webmachine/metadata.xml
new file mode 100644 (file)
index 0000000..ffac4d7
--- /dev/null
@@ -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-webmachine/ocaml-webmachine-0.4.0.ebuild b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
new file mode 100644 (file)
index 0000000..8739af5
--- /dev/null
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="A REST toolkit for OCaml"
+HOMEPAGE="https://github.com/inhabitedtype/ocaml-webmachine"
+SRC_URI="https://github.com/inhabitedtype/ocaml-webmachine/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+       dev-ml/calendar:=
+       dev-ml/ocaml-cohttp:=[ocamlopt?]
+       dev-ml/ocaml-dispatch:=[ocamlopt?]
+       dev-ml/ocaml-re:=[ocamlopt?]
+       dev-ml/ocaml-uri:=[ocamlopt?]
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+       test? ( dev-ml/ounit[ocamlopt?] )
+"
+
+DOCS=( README.md CONTRIBUTING.md )