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 4D64359CA3 for ; Mon, 14 Mar 2016 12:22:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58C40E0804; Mon, 14 Mar 2016 12:22:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 833D5E0804 for ; Mon, 14 Mar 2016 12:21:59 +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 A41E7340A67 for ; Mon, 14 Mar 2016 12:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B203847 for ; Mon, 14 Mar 2016 12:21:53 +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: <1457957883.7791ecc6a88cf806039d800bb10e2e4989fc0770.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-uri/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-uri/Manifest dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild X-VCS-Directories: dev-ml/ocaml-uri/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7791ecc6a88cf806039d800bb10e2e4989fc0770 X-VCS-Branch: master Date: Mon, 14 Mar 2016 12:21:53 +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: 34565493-7b2c-48f5-86a4-d545f1bb91d6 X-Archives-Hash: bef94711a887479e77f4c9d78ff50a27 commit: 7791ecc6a88cf806039d800bb10e2e4989fc0770 Author: Alexis Ballier gentoo org> AuthorDate: Mon Mar 14 11:51:25 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Mar 14 12:18:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7791ecc6 dev-ml/ocaml-uri: bump to 1.9.2 Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/ocaml-uri/Manifest | 1 + dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild | 38 +++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-ml/ocaml-uri/Manifest b/dev-ml/ocaml-uri/Manifest index 4118a74..3214f29 100644 --- a/dev-ml/ocaml-uri/Manifest +++ b/dev-ml/ocaml-uri/Manifest @@ -1 +1,2 @@ DIST ocaml-uri-1.9.1.tar.gz 256457 SHA256 e7e9f53150bf67eceb556d48119db169aa05e8a8227cde3655545bcace034402 SHA512 9a5acac8c15928ce6e52d7f9001701c63223607db800ab5247cdecfedf96133912af59d388f51e9d4fafe3b1c1658d56bf2c79d754c92f626da33c8a30e79609 WHIRLPOOL e13d77aa1bd2c2b852ea0857d25ded71d10fd3cb082ed2d6691aa623ef437ab96b19809a3680bb72dc4e8c3c72c3f906afe06d4ca1610690201aebaeeb242784 +DIST ocaml-uri-1.9.2.tar.gz 256642 SHA256 8c3250d3b6bf872e02b888ba4b1d71fc2672a6a235b99e83113ddf749eca7f09 SHA512 c71cb8cdda7823139475c9f4d915fb41ccf621f1f2460eba15c537ff8655520ea6daf248e22e8e9f6dfb1a4a204753ee77f458549b35c0b5b6e26e31b07b0ea7 WHIRLPOOL 9ed0308b7fcfb9dded2519e3d02e3fff1c358cd28972af3ff617e36ad963f220125bd31ebacfa615de19745c69a91d0fc6acadee37e0f7f7a6709c949d301f4f diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild new file mode 100644 index 0000000..4b83916 --- /dev/null +++ b/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="RFC3986 URI parsing library for OCaml" +HOMEPAGE="https://github.com/mirage/ocaml-uri https://mirage.io" +SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="allservices" + +RDEPEND=" + dev-ml/ocaml-re:= + >=dev-ml/sexplib-109.53.00:= + dev-ml/ppx_sexp_conv:= + dev-ml/stringext:= + dev-ml/type-conv:= +" +DEPEND=" + test? ( >=dev-ml/ounit-1.0.2 ) + ${RDEPEND} +" + +src_configure() { + oasis_configure_opts=" + $(use_enable allservices) + " oasis_src_configure +} + +DOCS=( CHANGES README.md )