From: Alexis Ballier Date: Sat, 19 Sep 2015 12:24:11 +0000 (+0200) Subject: dev-ml/bin-prot: bump to 113.00.00 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=30be5f11444b379debd85f2e3e704e8150f35671;p=gentoo.git dev-ml/bin-prot: bump to 113.00.00 Package-Manager: portage-2.2.20.1 --- diff --git a/dev-ml/bin-prot/Manifest b/dev-ml/bin-prot/Manifest index 93652ebcb5c1..4dbadf6419a0 100644 --- a/dev-ml/bin-prot/Manifest +++ b/dev-ml/bin-prot/Manifest @@ -1 +1,2 @@ DIST bin_prot-112.35.00.tar.gz 97483 SHA256 e97034e9548fa669decc0d386f1b52952a645d0f70297389b60e78ddef35bbbf SHA512 7958e315fd16528bedcdee541b6c7cdc2e088eb79eec5fda676fa72d3b57ddd495f203ad9d27cddf50b5aa3d98b00737b217ae6932d21617ce82ec7a1c4ada8c WHIRLPOOL 509fc7d0fffc9d3ecceb71c389c3f630407897daf75e8fa19c229a43bb23813a767bc1018f873f79a57bc4564740d630f061a40fd459ee11a67fabdfc744197a +DIST bin_prot-113.00.00.tar.gz 97914 SHA256 06b409d26e4dfabcdd21ce0afefaed7900bdea73e3dc07bf60a5a2461a3ddf01 SHA512 6982c7a3f36d6ba322fc36b9ce8e32d9d79d82651135c69486b1523140d1aebbdd7070be7856b5ae1a2c83fa0f753ecb57d35371ea67d3a23ec4e7260d4dd8d0 WHIRLPOOL 47e63319e57b86570c00c43353456a49fa2943f97d72f05ae191e547912e137df4a07dd73722170b8740cc6dfe5f4a2b6e855264599772a4652f2422f0feb453 diff --git a/dev-ml/bin-prot/bin-prot-113.00.00.ebuild b/dev-ml/bin-prot/bin-prot-113.00.00.ebuild new file mode 100644 index 000000000000..fc9acbc3d919 --- /dev/null +++ b/dev-ml/bin-prot/bin-prot-113.00.00.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 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 + +MY_P=${PN/-/_}-${PV} +DESCRIPTION="A binary protocol generator" +HOMEPAGE="http://ocaml.janestreet.com/?q=node/13" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="doc" + +RDEPEND=">=dev-ml/type-conv-109.28.00:= + dev-ml/camlp4:=" +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-1.1.2 )" + +DOCS=( "README.md" "CHANGES.md" ) +S="${WORKDIR}/${MY_P}"