* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fbthrift/
@ 2024-11-11 22:25 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-11-11 22:25 UTC (permalink / raw
To: gentoo-commits
commit: f34e4a4e0fcb087e0964d6dbd94086c754b8c445
Author: sin-ack <sin-ack <AT> protonmail <DOT> com>
AuthorDate: Sun Nov 10 20:01:24 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sin-ack <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>sin-ack@protonmail.com</email>
+ <name>sin-ack</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">facebook/fbthrift</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fbthrift/
@ 2024-11-23 20:16 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-11-23 20:16 UTC (permalink / raw
To: gentoo-commits
commit: d86959ca8471a35147d95aa6455585aec2733178
Author: sin-ack <sin-ack <AT> protonmail <DOT> com>
AuthorDate: Tue Nov 12 14:53:54 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 20:15:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86959ca
dev-cpp/fbthrift: keyword 2024.11.04.00 for ~arm64
Builds fine in the QEMU chroot. Can't test because upstream has
broken testing.
Signed-off-by: sin-ack <sin-ack <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild b/dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild
index 8937ac23d77a..38a7c49d69fd 100644
--- a/dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild
+++ b/dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/facebook/fbthrift/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="Apache-2.0"
SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="test"
# See https://github.com/facebook/fbthrift/issues/628
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fbthrift/
@ 2024-12-26 3:11 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-12-26 3:11 UTC (permalink / raw
To: gentoo-commits
commit: 4565533f951a3df7fd40b8ed943c6c5f86d721b1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 03:10:54 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 03:10:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4565533f
dev-cpp/fbthrift: add libfmt:= dep
fb303 segfaults in thrift otherwise b/c ABI break.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{fbthrift-2024.11.04.00.ebuild => fbthrift-2024.11.04.00-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild b/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild
similarity index 98%
rename from dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild
rename to dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild
index 38a7c49d69fd..bb6463a848ef 100644
--- a/dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild
+++ b/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild
@@ -37,6 +37,7 @@ DEPEND="
~dev-cpp/wangle-${PV}:=
dev-libs/boost:=[nls(+)]
dev-libs/libevent:=
+ dev-libs/libfmt:=
dev-libs/openssl:=
dev-libs/xxhash:=
sys-libs/zlib:=
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-26 3:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 20:16 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fbthrift/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-12-26 3:11 Sam James
2024-11-11 22:25 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox