commit: cbe7c0b1a78a9452815741b41d7c53e8a626865e Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Aug 16 12:22:52 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Aug 16 14:08:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe7c0b1
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(+) diff --git a/dev-ml/ocaml-extunix/Manifest b/dev-ml/ocaml-extunix/Manifest new file mode 100644 index 0000000..e2f5f06 --- /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 0000000..ffac4d7 --- /dev/null +++ b/dev-ml/ocaml-extunix/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-extunix/ocaml-extunix-0.1.3.ebuild b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild new file mode 100644 index 0000000..f5fe219 --- /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" )
