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 026301382FF for ; Mon, 11 Jul 2016 10:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAE46E0B62; Mon, 11 Jul 2016 10:30:30 +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 452F8E0B62 for ; Mon, 11 Jul 2016 10:30:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5DB5A340C98 for ; Mon, 11 Jul 2016 10:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED2D197B for ; Mon, 11 Jul 2016 10:30: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: <1468233014.5d5f3983f1fd275faa5f9a7aa7b74698b9bd4b34.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-redis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-redis/Manifest dev-ml/ocaml-redis/ocaml-redis-0.3.0.ebuild X-VCS-Directories: dev-ml/ocaml-redis/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5d5f3983f1fd275faa5f9a7aa7b74698b9bd4b34 X-VCS-Branch: master Date: Mon, 11 Jul 2016 10:30: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: 57a1723f-c450-4fbb-a493-71a2db277b02 X-Archives-Hash: 8da6138bc9669f3bebdcdbb870f5dc8f commit: 5d5f3983f1fd275faa5f9a7aa7b74698b9bd4b34 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 11 10:24:04 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 11 10:30:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5f3983 dev-ml/ocaml-redis: bump to 0.3.0 Package-Manager: portage-2.3.0 dev-ml/ocaml-redis/Manifest | 1 + dev-ml/ocaml-redis/ocaml-redis-0.3.0.ebuild | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ml/ocaml-redis/Manifest b/dev-ml/ocaml-redis/Manifest index 72ebe7e..ab016e2 100644 --- a/dev-ml/ocaml-redis/Manifest +++ b/dev-ml/ocaml-redis/Manifest @@ -1 +1,2 @@ DIST ocaml-redis-0.2.3.tar.gz 61333 SHA256 954b498944b0340b8ea83e7af3740a34e3212cd0fcce5b3c02ba253836fcd374 SHA512 8f1c582778fc3cc8dd1e46b7369b66dc33692d7e836703fe8649ce16070469a5d7adbae8e198087e820b2254056edbb815de5c43fbf5fd7cb66d02b2e303018c WHIRLPOOL a34df4e5726ffa8cc3228a9099fbc03063d422753b3a60c1fd2e48a048066e4fe4d94f66ac346fdba64e3c618fc03b1b6fe107fd94c0e9e29059722123979c99 +DIST ocaml-redis-0.3.0.tar.gz 69120 SHA256 8ff583321aea5398af98688eb84d3c3581aba0df1d2c34b437e2ba5e70585e3d SHA512 84e57763d23b309adc7d112ff5c3b79307f4d3077ed177166b57d09b249062466c48b269bddf647438af760981c909e26296669a80778198832bf79151b29e2b WHIRLPOOL 57cf2a1644ebd93d15b8b9432de040026a7c0cbf9542405198bdf0a6b180cbc469005ca44cd9da1a010682df88b9e608dbcb366315fd47a2b8f91b4306ec8e32 diff --git a/dev-ml/ocaml-redis/ocaml-redis-0.3.0.ebuild b/dev-ml/ocaml-redis/ocaml-redis-0.3.0.ebuild new file mode 100644 index 0000000..7f07088 --- /dev/null +++ b/dev-ml/ocaml-redis/ocaml-redis-0.3.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 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 + +DESCRIPTION="Redis bindings for OCaml" +HOMEPAGE="http://0xffea.github.io/ocaml-redis/" +SRC_URI="https://github.com/0xffea/ocaml-redis/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="+lwt" + +RDEPEND=" + dev-ml/ocaml-re:= + dev-ml/uuidm:= + lwt? ( dev-ml/lwt:= ) +" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit )" + +src_configure() { + oasis_configure_opts="$(use_enable lwt)" oasis_src_configure +}