From cbe7c0b1a78a9452815741b41d7c53e8a626865e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 16 Aug 2016 14:22:52 +0200 Subject: dev-ml/ocaml-extunix: initial import; ebuild by me Package-Manager: portage-2.3.0 --- dev-ml/ocaml-extunix/Manifest | 1 + dev-ml/ocaml-extunix/metadata.xml | 8 ++++++++ dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-ml/ocaml-extunix/Manifest create mode 100644 dev-ml/ocaml-extunix/metadata.xml create mode 100644 dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild (limited to 'dev-ml/ocaml-extunix') diff --git a/dev-ml/ocaml-extunix/Manifest b/dev-ml/ocaml-extunix/Manifest new file mode 100644 index 00000000000..e2f5f06917c --- /dev/null +++ b/dev-ml/ocaml-extunix/Manifest @@ -0,0 +1 @@ +DIST ocaml-extunix-0.1.3.tar.gz 102543 SHA256 f4d487b2fdc001df28776d33f96666ecefb0f927227bbb3b8f17602b3d6dffb8 SHA512 c528dd3d8984cb13676ceae70e02f8defb3181a122b66f01b39587d97d0ab5922451407becca1073f42ef56331e51664634502d3795589beb3537e499c3bc3b9 WHIRLPOOL d344cc1c47491d5c1d71950f0a1bc793afe00e283ba12f303681c172636e58b85ef6398a200b3d3e77aa8f32766d3bbd768fd7af62dd875747f3f584fe7b77a3 diff --git a/dev-ml/ocaml-extunix/metadata.xml b/dev-ml/ocaml-extunix/metadata.xml new file mode 100644 index 00000000000..ffac4d7ebc0 --- /dev/null +++ b/dev-ml/ocaml-extunix/metadata.xml @@ -0,0 +1,8 @@ + + + + + ml@gentoo.org + Gentoo ML Project + + diff --git a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild new file mode 100644 index 00000000000..f5fe2194897 --- /dev/null +++ b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_TESTS=1 +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="Thin bindings to various low-level system APIs" +HOMEPAGE="http://extunix.forge.ocamlcore.org/" +SRC_URI="http://ygrek.org.ua/p/release/ocaml-extunix/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit )" +DOCS=( "README.md" "TODO" "CHANGES.txt" ) -- cgit v1.2.1