diff options
author | 2016-08-16 14:22:52 +0200 | |
---|---|---|
committer | 2016-08-16 16:08:47 +0200 | |
commit | cbe7c0b1a78a9452815741b41d7c53e8a626865e (patch) | |
tree | 78001cc5c302e942991e5ac2c919f7c6bcfb8ca5 /dev-ml | |
parent | media-fonts/libertine: Removed old. (diff) | |
download | gentoo-cbe7c0b1a78a9452815741b41d7c53e8a626865e.tar.gz gentoo-cbe7c0b1a78a9452815741b41d7c53e8a626865e.tar.bz2 gentoo-cbe7c0b1a78a9452815741b41d7c53e8a626865e.zip |
dev-ml/ocaml-extunix: initial import; ebuild by me
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-extunix/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-extunix/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild | 24 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-ml/ocaml-extunix/Manifest b/dev-ml/ocaml-extunix/Manifest new file mode 100644 index 000000000000..e2f5f06917c9 --- /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 000000000000..ffac4d7ebc01 --- /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>ml@gentoo.org</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 000000000000..f5fe2194897e --- /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" ) |