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 69236138330 for ; Thu, 15 Sep 2016 07:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6930E0B7D; Thu, 15 Sep 2016 07:52:52 +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 7916FE0BB4 for ; Thu, 15 Sep 2016 07:52:51 +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 32AAC340A22 for ; Thu, 15 Sep 2016 07:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C7A2479 for ; Thu, 15 Sep 2016 07:52:48 +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: <1473925959.a6835699c6875089cdfa3b677ec8f407a599bc87.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zookeeper-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/zookeeper-c/Manifest dev-libs/zookeeper-c/zookeeper-c-3.4.9.ebuild X-VCS-Directories: dev-libs/zookeeper-c/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a6835699c6875089cdfa3b677ec8f407a599bc87 X-VCS-Branch: master Date: Thu, 15 Sep 2016 07:52:48 +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: 74692aac-19db-4cf7-82f1-4864c0593a4f X-Archives-Hash: 63b3040894c881fe65d1e5ce59550734 commit: a6835699c6875089cdfa3b677ec8f407a599bc87 Author: Alexis Ballier gentoo org> AuthorDate: Thu Sep 15 07:38:06 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Sep 15 07:52:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6835699 dev-libs/zookeeper-c: bump to 3.4.9 Package-Manager: portage-2.3.0 dev-libs/zookeeper-c/Manifest | 1 + dev-libs/zookeeper-c/zookeeper-c-3.4.9.ebuild | 37 +++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-libs/zookeeper-c/Manifest b/dev-libs/zookeeper-c/Manifest index c999003..ca52276 100644 --- a/dev-libs/zookeeper-c/Manifest +++ b/dev-libs/zookeeper-c/Manifest @@ -1 +1,2 @@ DIST zookeeper-3.4.8.tar.gz 22261552 SHA256 f10a0b51f45c4f64c1fe69ef713abf9eb9571bc7385a82da892e83bb6c965e90 SHA512 a5f0eca3c66655e0116aeddd92af228402d3d68350b30f9400b3638ef09610d903b7c87a2bb49a5594b12a4d082048c259ba3da121c1c6da4752dd5f5812bfec WHIRLPOOL f4e16b4a771f3a5f57f3ab1b0554d4ac811146414c37037115a3a9c6477a43f8c8c8200eff82358164f7a3af449c570d99005516c13cbc9a9d718b649849b82c +DIST zookeeper-3.4.9.tar.gz 22724574 SHA256 e7f340412a61c7934b5143faef8d13529b29242ebfba2eba48169f4a8392f535 SHA512 4f3e003c6ce5e3338f642f7deaa0fd2cfd1b30591d3ed4fe880492dded6c4bf01d30483e28f3a38b43bb6d2696ff4d819fc9577733224cec07e236437e88a657 WHIRLPOOL 9e879b335156adf5fcb46e1ddb5e76a061338862cdd14b4cd85dffac4a3343ff21d84ac24b31b232b52426d756bc17734448591cbd13b556c59664b42a8a298a diff --git a/dev-libs/zookeeper-c/zookeeper-c-3.4.9.ebuild b/dev-libs/zookeeper-c/zookeeper-c-3.4.9.ebuild new file mode 100644 index 00000000..c101141 --- /dev/null +++ b/dev-libs/zookeeper-c/zookeeper-c-3.4.9.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="C client interface to Zookeeper server" +HOMEPAGE="https://zookeeper.apache.org/" +SRC_URI="mirror://apache/zookeeper/zookeeper-${PV}/zookeeper-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc static-libs test" + +RDEPEND="" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen ) + test? ( dev-util/cppunit )" + +S="${WORKDIR}/zookeeper-${PV}/src/c" + +src_configure() { + econf \ + $(use_enable static-libs static) \ + $(use_with test cppunit) +} + +src_compile() { + emake + use doc && emake doxygen-doc +} + +src_install() { + default + use doc && dohtml docs/html/* +}