diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-05 16:04:23 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-05 21:59:02 +0100 |
commit | c28283b1022d0fc44f205c6750faf65a6862274c (patch) | |
tree | 6c4523f6d00ae8e5b6cf0eae3a67c632355cc05f /dev-ml/ppx_optcomp | |
parent | dev-ml/ppx_deriving: initial import; ebuild by me (diff) | |
download | gentoo-c28283b1022d0fc44f205c6750faf65a6862274c.tar.gz gentoo-c28283b1022d0fc44f205c6750faf65a6862274c.tar.bz2 gentoo-c28283b1022d0fc44f205c6750faf65a6862274c.zip |
dev-ml/ppx_optcomp: initial import; ebuild by me
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_optcomp')
-rw-r--r-- | dev-ml/ppx_optcomp/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_optcomp/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild | 26 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ml/ppx_optcomp/Manifest b/dev-ml/ppx_optcomp/Manifest new file mode 100644 index 000000000000..399b111e8783 --- /dev/null +++ b/dev-ml/ppx_optcomp/Manifest @@ -0,0 +1 @@ +DIST ppx_optcomp-113.24.00.tar.gz 56740 SHA256 5abd8c7b07ac20efdc549df127ee5e7f169ebd88fe95e7d0711d6fbe4dc4b6d6 SHA512 6f2e03b428060282a987ca6087609aeca5596007c6b67c8aa463efcb97be5a3277805e0fd4e0835c8af5f46f9223345ba84acc93fcc6bb034910e6d240a6d549 WHIRLPOOL 74c33f9c78ab29d3e6c3dabcff609a05d619eac94b1ef6b4319821e29b5341ac455f8f15b62fcd65afa79aff1b182f73b29b12c36fdf0ae2c798ab72bfde37c9 diff --git a/dev-ml/ppx_optcomp/metadata.xml b/dev-ml/ppx_optcomp/metadata.xml new file mode 100644 index 000000000000..ffac4d7ebc01 --- /dev/null +++ b/dev-ml/ppx_optcomp/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/ppx_optcomp/ppx_optcomp-113.24.00.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild new file mode 100644 index 000000000000..2acdb8c53ad9 --- /dev/null +++ b/dev-ml/ppx_optcomp/ppx_optcomp-113.24.00.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +MY_P=${PN/-/_}-${PV} +DESCRIPTION="Optional compilation for OCaml" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-ml/ppx_tools:= + dev-ml/ppx_core:=" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +DOCS=( CHANGES.md ) |