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 7AC21158090 for ; Mon, 2 May 2022 00:38:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CC82E0A0B; Mon, 2 May 2022 00:38:01 +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 0DE05E0985 for ; Mon, 2 May 2022 00:38:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BDD163412F7 for ; Mon, 2 May 2022 00:37:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11872105 for ; Mon, 2 May 2022 00:37:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651451665.a64de84916ff1c28df4a93f903235d08276258ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/flatbuffers/Manifest dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild X-VCS-Directories: dev-libs/flatbuffers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a64de84916ff1c28df4a93f903235d08276258ab X-VCS-Branch: master Date: Mon, 2 May 2022 00:37:58 +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: 4b780151-f156-41d6-a0ab-8b7a0e0474f5 X-Archives-Hash: 4db284ac2f9e4e22eedb5c329308b0cc commit: a64de84916ff1c28df4a93f903235d08276258ab Author: Andrew Udvare gmail com> AuthorDate: Sun May 1 23:25:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 2 00:34:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64de849 dev-libs/flatbuffers: add 2.0.6 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Udvare gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25281 Signed-off-by: Sam James gentoo.org> dev-libs/flatbuffers/Manifest | 1 + dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild | 33 +++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest index 7bb90e6d049c..36742322397f 100644 --- a/dev-libs/flatbuffers/Manifest +++ b/dev-libs/flatbuffers/Manifest @@ -1 +1,2 @@ DIST flatbuffers-2.0.0.tar.gz 1538022 BLAKE2B ccd827a43da39cf831727b439beed0cea216cdf50dbfe70954854bbe388b2c47ed4e78cc87e3fc0d5568034b13baa2ea96480914cc8129747bccbf8ea928847c SHA512 26a06b572c0e4c9685743bd2d2162ac7dcd74b9324624cc3f3ef5b154c0cee7c52a04b77cdc184245d2d6ae38dfdcc4fd66001c318aa8ca001d2bf1d85d66a89 +DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce SHA512 be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6 diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild new file mode 100644 index 000000000000..af7ea27ef27b --- /dev/null +++ b/dev-libs/flatbuffers/flatbuffers-2.0.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Memory efficient serialization library" +HOMEPAGE="https://google.github.io/flatbuffers/" +SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +# From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change. +# (Apparently to adopt semver.) +SLOT="0/2" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="static-libs test" + +RESTRICT="!test? ( test )" + +DOCS=( readme.md ) + +src_configure() { + local mycmakeargs=( + -DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs) + -DFLATBUFFERS_BUILD_SHAREDLIB=ON + -DFLATBUFFERS_BUILD_TESTS=$(usex test) + ) + + use elibc_musl && mycmakeargs+=( -DFLATBUFFERS_LOCALE_INDEPENDENT=0 ) + + cmake_src_configure +}