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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81ECD158094 for ; Thu, 7 Jul 2022 10:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 945B0E0F3C; Thu, 7 Jul 2022 10:27:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77C51E0F3C for ; Thu, 7 Jul 2022 10:27:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7899D340E78 for ; Thu, 7 Jul 2022 10:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7F3B50D for ; Thu, 7 Jul 2022 10:27:30 +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: <1657189644.1ba982e0ca6431328f2538ba3b90bbe545c9549e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/capnproto/Manifest dev-libs/capnproto/capnproto-0.10.2.ebuild X-VCS-Directories: dev-libs/capnproto/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1ba982e0ca6431328f2538ba3b90bbe545c9549e X-VCS-Branch: master Date: Thu, 7 Jul 2022 10:27:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55d3788f-2c12-4980-afdb-1a623d3a7233 X-Archives-Hash: 0ec0404ca15f4a096cc5e6c9d3b60103 commit: 1ba982e0ca6431328f2538ba3b90bbe545c9549e Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 7 09:16:54 2022 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 7 10:27:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba982e0 dev-libs/capnproto: bump to 0.10.2 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-libs/capnproto/Manifest | 1 + dev-libs/capnproto/capnproto-0.10.2.ebuild | 45 ++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-libs/capnproto/Manifest b/dev-libs/capnproto/Manifest index fa59d90435d7..bedc589fb927 100644 --- a/dev-libs/capnproto/Manifest +++ b/dev-libs/capnproto/Manifest @@ -1 +1,2 @@ +DIST capnproto-0.10.2.tar.gz 2279393 BLAKE2B d78442bc122bc976fb636dfde694e10414bf3468ead903fac7ba59cbd81a49ce94969954fdc90f92f7f58f0af80f2da1f70de9b461d99fc6ae9a9e7aa9cd0500 SHA512 079ab715ea19ac207f72bb4874ab6362c11dfb9128342ec937e3f4d27e4100530cf9e6a0275eaca1e45a1bb706b65179a526ea8cfceba93bb36cd6c4f1c0cf5b DIST capnproto-0.9.1.tar.gz 2238849 BLAKE2B f8de56c7f79b0ddad35f3e8fec7740510ca2328e4ddc633a71420901d3fc44df44d807c3965213dfc2535bbe03832c5164242d33cd0bff901d6f288fb62bab21 SHA512 bdc5960f26214139744d768ca4558b085e2d359c375a8849ca532a4c458a2daf0ee1a1f4d00745de5abf353aa1e4084a2d85e5523006f23f591f21fac2d847fd diff --git a/dev-libs/capnproto/capnproto-0.10.2.ebuild b/dev-libs/capnproto/capnproto-0.10.2.ebuild new file mode 100644 index 000000000000..0a6728f73a19 --- /dev/null +++ b/dev-libs/capnproto/capnproto-0.10.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake flag-o-matic + +DESCRIPTION="RPC/Serialization system with capabilities support" +HOMEPAGE="https://capnproto.org" +SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${P}/c++ + +LICENSE="MIT" +SLOT="0/091" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ssl test zlib" + +RESTRICT="!test? ( test )" + +RDEPEND=" + ssl? ( dev-libs/openssl:0= ) + zlib? ( sys-libs/zlib:0= ) +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest ) +" + +src_configure() { + if use arm || use ppc || use mips || [[ ${CHOST} == *i486* ]] ; then + # append-libs won't work here, cmake doesn't respect it + # ... and ldflags gets missed once + append-flags -latomic + fi + + local mycmakeargs=( + -DWITH_OPENSSL=$(usex ssl) + -DBUILD_TESTING=$(usex test) + $(cmake_use_find_package zlib ZLIB) + ) + cmake_src_configure +} + +src_test() { + cmake_build check +}