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 D67CD1396D9 for ; Tue, 17 Oct 2017 06:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD7932BC070; Tue, 17 Oct 2017 06:04:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB1E42BC070 for ; Tue, 17 Oct 2017 06:04:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C077D33BF3C for ; Tue, 17 Oct 2017 06:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B510827 for ; Tue, 17 Oct 2017 06:04:22 +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: <1508219654.f36c0ffcb11a58d67ad3001abccc981db42f5b9d.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/ocaml-stdint-0.5.0.ebuild X-VCS-Directories: dev-ml/ocaml-stdint/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f36c0ffcb11a58d67ad3001abccc981db42f5b9d X-VCS-Branch: master Date: Tue, 17 Oct 2017 06:04:22 +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: 4fc8417f-60c3-4978-b5b4-25d74fe458de X-Archives-Hash: 7dc236f6b38a6aaac27bd63f2a8aa572 commit: f36c0ffcb11a58d67ad3001abccc981db42f5b9d Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 17 05:54:14 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 17 05:54:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36c0ffc dev-ml/ocaml-stdint: bump to 0.5.0 Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-ml/ocaml-stdint/Manifest | 1 + dev-ml/ocaml-stdint/ocaml-stdint-0.5.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ml/ocaml-stdint/Manifest b/dev-ml/ocaml-stdint/Manifest index 8282dee85f2..4c0ad549648 100644 --- a/dev-ml/ocaml-stdint/Manifest +++ b/dev-ml/ocaml-stdint/Manifest @@ -1 +1,2 @@ DIST ocaml-stdint-0.4.2.tar.gz 79749 SHA256 88b87da27b81ce175df4c58b2733958647869d33a143886740afe075a51b761b SHA512 0663a54dca8951fadf1121b69db32590c6ec3fc26b3366271c7941841b0a95047d0a57b5f7337bc7fbc37d3730cb5ed20952c0a3d6ab71f273646bc197951125 WHIRLPOOL d03f969f1e8c592aa1e3686c28913d047efedd0510ab9b5d2d4a754a5e4e75d5125ad04e7ad2b583288d64cd9a79e970ae7884dff9e799e7c64b1891a0b3e593 +DIST ocaml-stdint-0.5.0.tar.gz 80106 SHA256 e99d4b16bdbe5ebd473f3a2220516743405dfdaf495379833bac5acc4ce82dfb SHA512 fa5470e587e445c0b1ba72ddb6e641db0e41c32490c3ca6dbffb73a8a39e14afe7395d55e9d22be8dddf1d4311257b5443b05cde05b25b7939600b4f74359a8e WHIRLPOOL 3abda901154974e2af3dd083caa06cf9119372b43eb4be3b9119eac86ac8cfd78d2b504b8502f5716c65f269ee412cdf95f9d59fbc8607875c80b6a489a1987f diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.5.0.ebuild b/dev-ml/ocaml-stdint/ocaml-stdint-0.5.0.ebuild new file mode 100644 index 00000000000..f2c7b3938e6 --- /dev/null +++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.5.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}"