commit: 8755f29f0640dd9e0b937f95fbfb44ba32dae6de Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Mar 14 10:20:39 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Mar 14 10:21:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8755f29f
dev-ml/ocaml-webmachine: Initial import. Ebuild by me. Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ml/ocaml-webmachine/Manifest | 1 + dev-ml/ocaml-webmachine/metadata.xml | 8 ++++++ .../ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild | 32 ++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-ml/ocaml-webmachine/Manifest b/dev-ml/ocaml-webmachine/Manifest new file mode 100644 index 00000000000..9c496317a0b --- /dev/null +++ b/dev-ml/ocaml-webmachine/Manifest @@ -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 index 00000000000..ffac4d7ebc0 --- /dev/null +++ b/dev-ml/ocaml-webmachine/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-webmachine/ocaml-webmachine-0.4.0.ebuild b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild new file mode 100644 index 00000000000..8739af562f4 --- /dev/null +++ b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild @@ -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 )
