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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63BA4158042 for ; Mon, 11 Nov 2024 22:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B012BE0805; Mon, 11 Nov 2024 22:25:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AD51E0805 for ; Mon, 11 Nov 2024 22:25:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD53C335D0F for ; Mon, 11 Nov 2024 22:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD45F1F0B for ; Mon, 11 Nov 2024 22:25:43 +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: <1731363857.f34e4a4e0fcb087e0964d6dbd94086c754b8c445.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fbthrift/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/fbthrift/Manifest dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild dev-cpp/fbthrift/metadata.xml X-VCS-Directories: dev-cpp/fbthrift/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f34e4a4e0fcb087e0964d6dbd94086c754b8c445 X-VCS-Branch: master Date: Mon, 11 Nov 2024 22:25:43 +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: bc04b175-1e90-4f6e-b8e4-a1184c0d1b3f X-Archives-Hash: e0b7059b225a7b045f9bf78d02297ea9 commit: f34e4a4e0fcb087e0964d6dbd94086c754b8c445 Author: sin-ack protonmail com> AuthorDate: Sun Nov 10 20:01:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 11 22:24:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34e4a4e dev-cpp/fbthrift: new package, add 2024.11.04.00 Signed-off-by: sin-ack protonmail.com> Signed-off-by: Sam James gentoo.org> dev-cpp/fbthrift/Manifest | 1 + dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild | 57 ++++++++++++++++++++++++++ dev-cpp/fbthrift/metadata.xml | 15 +++++++ 3 files changed, 73 insertions(+) diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest new file mode 100644 index 000000000000..211037528008 --- /dev/null +++ b/dev-cpp/fbthrift/Manifest @@ -0,0 +1 @@ +DIST fbthrift-2024.11.04.00.gh.tar.gz 15541383 BLAKE2B 447fdeba8b9f270e77066d7cf8dedd64ff0e74baf58b8848b0225e936c5d0815cae764f0b38c26c4ce17d9b0f2c0ba46df3a03b2512065b7bd5d685ac7dc99d6 SHA512 b2175eac20ef9b4f15b5d9002583db7339549f660d03a1ced34289009cd99a4308a9ce340b9a37b9771a32340e80b7877b7c5498619241819cf0664e1e395bf7 diff --git a/dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild b/dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild new file mode 100644 index 000000000000..8937ac23d77a --- /dev/null +++ b/dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild @@ -0,0 +1,57 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# These must be bumped together: +# dev-cpp/edencommon +# dev-cpp/fb303 +# dev-cpp/fbthrift +# dev-cpp/fizz +# dev-cpp/folly +# dev-cpp/mvfst +# dev-cpp/wangle +# dev-util/watchman + +inherit cmake + +DESCRIPTION="Facebook's branch of Apache Thrift (C++ bindings)" +HOMEPAGE="https://github.com/facebook/fbthrift" +SRC_URI="https://github.com/facebook/fbthrift/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="test" + +# See https://github.com/facebook/fbthrift/issues/628 +RESTRICT="test" + +DEPEND=" + app-arch/zstd:= + ~dev-cpp/fizz-${PV}:= + ~dev-cpp/folly-${PV}:= + dev-cpp/gflags:= + dev-cpp/glog:=[gflags] + ~dev-cpp/mvfst-${PV}:= + ~dev-cpp/wangle-${PV}:= + dev-libs/boost:=[nls(+)] + dev-libs/libevent:= + dev-libs/openssl:= + dev-libs/xxhash:= + sys-libs/zlib:= +" +RDEPEND=" + ${DEPEND} + test? ( dev-cpp/gtest ) +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_DIR="$(get_libdir)/cmake/${PN}" + -DLIB_INSTALL_DIR="$(get_libdir)" + -Denable_tests=$(usex test 'ON' 'OFF') + -Wno-dev + ) + cmake_src_configure +} diff --git a/dev-cpp/fbthrift/metadata.xml b/dev-cpp/fbthrift/metadata.xml new file mode 100644 index 000000000000..d16612326e0d --- /dev/null +++ b/dev-cpp/fbthrift/metadata.xml @@ -0,0 +1,15 @@ + + + + + sin-ack@protonmail.com + sin-ack + + + proxy-maint@gentoo.org + Proxy Maintainers + + + facebook/fbthrift + +