From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D4D213832E for ; Tue, 16 Aug 2016 14:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3F1421C07D; Tue, 16 Aug 2016 14:08:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26CBD21C07D for ; Tue, 16 Aug 2016 14:08:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7B6C340BE8 for ; Tue, 16 Aug 2016 14:08:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 425FD7CB for ; Tue, 16 Aug 2016 14:08:56 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1471356527.cbe7c0b1a78a9452815741b41d7c53e8a626865e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-extunix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-extunix/Manifest dev-ml/ocaml-extunix/metadata.xml dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild X-VCS-Directories: dev-ml/ocaml-extunix/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cbe7c0b1a78a9452815741b41d7c53e8a626865e X-VCS-Branch: master Date: Tue, 16 Aug 2016 14:08:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f5d9f72-981b-4415-a744-b17502c2c1e9 X-Archives-Hash: e6410708da46d084eda7a7349490a74e commit: cbe7c0b1a78a9452815741b41d7c53e8a626865e Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 16 12:22:52 2016 +0000 Commit: Alexis Ballier gentoo 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 @@ + + + + + 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 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" )