From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3E8358973 for ; Tue, 9 Feb 2016 10:41:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DE0A21C01C; Tue, 9 Feb 2016 10:41:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0190421C01C for ; Tue, 9 Feb 2016 10:41:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FFFB340813 for ; Tue, 9 Feb 2016 10:41:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E0728DF for ; Tue, 9 Feb 2016 10:41:54 +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: <1455014486.a1014e8e99496f2b3bf2d2bc32fcedec14609b58.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/uuidm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/uuidm/Manifest dev-ml/uuidm/metadata.xml dev-ml/uuidm/uuidm-0.9.5.ebuild X-VCS-Directories: dev-ml/uuidm/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a1014e8e99496f2b3bf2d2bc32fcedec14609b58 X-VCS-Branch: master Date: Tue, 9 Feb 2016 10:41:54 +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: 8c40841c-8fcc-44fb-a983-856985b3b7e7 X-Archives-Hash: 32cf4f724545f6d9044652e8f3f1472b commit: a1014e8e99496f2b3bf2d2bc32fcedec14609b58 Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 9 10:41:26 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 9 10:41:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1014e8e dev-ml/uuidm: initial import; ebuild by me Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/uuidm/Manifest | 1 + dev-ml/uuidm/metadata.xml | 8 ++++++++ dev-ml/uuidm/uuidm-0.9.5.ebuild | 21 +++++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-ml/uuidm/Manifest b/dev-ml/uuidm/Manifest new file mode 100644 index 0000000..83f55c1 --- /dev/null +++ b/dev-ml/uuidm/Manifest @@ -0,0 +1 @@ +DIST uuidm-0.9.5.tbz 44450 SHA256 b5d99f7a53d184fd1e8405f8f57a1c4407530bd5f6a4f75edaf0ae1482ee6f0d SHA512 2e3ec14dd1ca07c3f057171d7b09d98067c69700f6dd4edbeeafcb1802ee1aa374c76ce65cd26141aae9f70aebadb31abd15ef8d7560534b8c206e65acb27fe8 WHIRLPOOL 7b679775961aca73f60bae791f72a33c92bdd38f668e79cccd6de19a7240ae163950f2641fb8333276d0975c21e8a3cc6218c155b5483cb4487d2958588ea708 diff --git a/dev-ml/uuidm/metadata.xml b/dev-ml/uuidm/metadata.xml new file mode 100644 index 0000000..ffac4d7 --- /dev/null +++ b/dev-ml/uuidm/metadata.xml @@ -0,0 +1,8 @@ + + + + + ml@gentoo.org + Gentoo ML Project + + diff --git a/dev-ml/uuidm/uuidm-0.9.5.ebuild b/dev-ml/uuidm/uuidm-0.9.5.ebuild new file mode 100644 index 0000000..3c51491 --- /dev/null +++ b/dev-ml/uuidm/uuidm-0.9.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +#fails to build +#OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="OCaml module implementing 128 bits universally unique identifiers" +HOMEPAGE="http://erratique.ch/software/uuidm" +SRC_URI="http://erratique.ch/software/uuidm/releases/${P}.tbz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"