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 7663158973 for ; Sat, 6 Feb 2016 16:16:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 055DC21C00D; Sat, 6 Feb 2016 16:16:15 +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 9481F21C00C for ; Sat, 6 Feb 2016 16:16:14 +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 BBF39340B79 for ; Sat, 6 Feb 2016 16:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B46A48DC for ; Sat, 6 Feb 2016 16:16:11 +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: <1454775365.3fc68d2793c4c4a2381226bdd9548874fb272f7c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/bson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/bson/Manifest dev-ml/bson/bson-0.89.3.ebuild dev-ml/bson/metadata.xml X-VCS-Directories: dev-ml/bson/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3fc68d2793c4c4a2381226bdd9548874fb272f7c X-VCS-Branch: master Date: Sat, 6 Feb 2016 16:16:11 +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: efa5d416-d02e-48a4-b931-690cb6a03dfb X-Archives-Hash: 7cde12f7ad79c89198112c432719b8be commit: 3fc68d2793c4c4a2381226bdd9548874fb272f7c Author: Alexis Ballier gentoo org> AuthorDate: Sat Feb 6 15:56:56 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Feb 6 16:16:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc68d27 dev-ml/bson: initial import; ebuild by me Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/bson/Manifest | 1 + dev-ml/bson/bson-0.89.3.ebuild | 19 +++++++++++++++++++ dev-ml/bson/metadata.xml | 8 ++++++++ 3 files changed, 28 insertions(+) diff --git a/dev-ml/bson/Manifest b/dev-ml/bson/Manifest new file mode 100644 index 0000000..c780a8a --- /dev/null +++ b/dev-ml/bson/Manifest @@ -0,0 +1 @@ +DIST bson-0.89.3.tar.gz 64461 SHA256 07357968334bb8e854c1775008471f0428f72f24f836f54852e9e24bb6cf0948 SHA512 013f082a3f053525981d3cd6b0daabacfe094061ee37345927e040981d74735c2927af2c3b16f7c4734a13599eb04366f0c0fc40e4aa60f122bdfacfe0dc01d3 WHIRLPOOL 27911b862da2d56ea9bf8c469dfabbc20505a5f1b938e7486c6c7ab86d98ac7babda4bdd7c51fa9c6f24b9e682432808d541122e8dbebcfde2e91db3aa9cb0bc diff --git a/dev-ml/bson/bson-0.89.3.ebuild b/dev-ml/bson/bson-0.89.3.ebuild new file mode 100644 index 0000000..04c9f15 --- /dev/null +++ b/dev-ml/bson/bson-0.89.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit oasis + +DESCRIPTION="An ocaml implementation for bson" +HOMEPAGE="http://massd.github.io/" +SRC_URI="https://github.com/MassD/bson/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-ml/camlp4:=" +RDEPEND="${DEPEND}" diff --git a/dev-ml/bson/metadata.xml b/dev-ml/bson/metadata.xml new file mode 100644 index 0000000..ffac4d7 --- /dev/null +++ b/dev-ml/bson/metadata.xml @@ -0,0 +1,8 @@ + + + + + ml@gentoo.org + Gentoo ML Project + +