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 E90BA139694 for ; Tue, 14 Mar 2017 09:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5A6DE0C44; Tue, 14 Mar 2017 09:28:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 91FFEE0C78 for ; Tue, 14 Mar 2017 09:28:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5B982340988 for ; Tue, 14 Mar 2017 09:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4E6367C3 for ; Tue, 14 Mar 2017 09:28:41 +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: <1489483708.a53c6e9eb6be955fc67e46daf6906a0d7b76a880.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-stdint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-stdint/Manifest dev-ml/ocaml-stdint/metadata.xml dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild X-VCS-Directories: dev-ml/ocaml-stdint/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a53c6e9eb6be955fc67e46daf6906a0d7b76a880 X-VCS-Branch: master Date: Tue, 14 Mar 2017 09:28:41 +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: ca8095c7-b0db-47f0-8d35-47ad2f607925 X-Archives-Hash: 9fc2e528458c1fa43b3ca93094676555 commit: a53c6e9eb6be955fc67e46daf6906a0d7b76a880 Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 14 09:25:06 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 14 09:28:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53c6e9e dev-ml/ocaml-stdint: initial import; ebuild by me Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ml/ocaml-stdint/Manifest | 1 + dev-ml/ocaml-stdint/metadata.xml | 8 ++++++++ dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-ml/ocaml-stdint/Manifest b/dev-ml/ocaml-stdint/Manifest new file mode 100644 index 00000000000..e0e2fadd389 --- /dev/null +++ b/dev-ml/ocaml-stdint/Manifest @@ -0,0 +1 @@ +DIST ocaml-stdint-0.3.0.tar.gz 80556 SHA256 08fd03cff102f8264f9964a638d1efb223c155ce1794e3aa99def014fe53bba6 SHA512 554f816cfff052058bea63f3daa790be34da3006713dfa83096af2e4866cfb439b549d4bc8d5fe08261762c97d4f98cbbd45196f7adb4698e0a8542c1676008b WHIRLPOOL 1de97e0be66c34e0492c6cbbc82314337dc88011e12881c0b60a200320f9e238a6ddf038d4dce212970d4dfd3a2316a83bf1bb02f9e3090330e7573760637359 diff --git a/dev-ml/ocaml-stdint/metadata.xml b/dev-ml/ocaml-stdint/metadata.xml new file mode 100644 index 00000000000..ffac4d7ebc0 --- /dev/null +++ b/dev-ml/ocaml-stdint/metadata.xml @@ -0,0 +1,8 @@ + + + + + ml@gentoo.org + Gentoo ML Project + + diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild b/dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild new file mode 100644 index 00000000000..f2c7b3938e6 --- /dev/null +++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.3.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="Various signed and unsigned integers for OCaml" +HOMEPAGE="https://github.com/andrenth/ocaml-stdint" +SRC_URI="https://github.com/andrenth/ocaml-stdint/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"