summaryrefslogtreecommitdiff
path: root/dev-cpp/fbthrift
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/fbthrift
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-cpp/fbthrift')
-rw-r--r--dev-cpp/fbthrift/Manifest2
-rw-r--r--dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild58
-rw-r--r--dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild61
-rw-r--r--dev-cpp/fbthrift/files/fbthrift-2025.04.14.00-Use-FOLLY_HAS_LIBURING-to-check-for-liburing-support.patch27
-rw-r--r--dev-cpp/fbthrift/metadata.xml15
5 files changed, 0 insertions, 163 deletions
diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
deleted file mode 100644
index 01937fbbcad1..000000000000
--- a/dev-cpp/fbthrift/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fbthrift-2024.11.04.00.gh.tar.gz 15541383 BLAKE2B 447fdeba8b9f270e77066d7cf8dedd64ff0e74baf58b8848b0225e936c5d0815cae764f0b38c26c4ce17d9b0f2c0ba46df3a03b2512065b7bd5d685ac7dc99d6 SHA512 b2175eac20ef9b4f15b5d9002583db7339549f660d03a1ced34289009cd99a4308a9ce340b9a37b9771a32340e80b7877b7c5498619241819cf0664e1e395bf7
-DIST fbthrift-2025.04.14.00.gh.tar.gz 15021132 BLAKE2B aba075fc0c7bf915b3927135c63fd06d902bef8943e09c0984601ffd910838d7458fee109895851135c38d99f53cd6bdd462ae71f1d1d659ffff848752b631b2 SHA512 ee109564121c28472980ee0bad975918b81997a0b0d544030a7e5c0c717d8c2d7e8bdb29adef851802271ce8f97fd637a8fe993b9f1c0e176b3f24414a9f9af7
diff --git a/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild
deleted file mode 100644
index b47a838f5a4f..000000000000
--- a/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2022-2025 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 ~arm64"
-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/libfmt:=
- dev-libs/openssl:=
- dev-libs/xxhash:=
- virtual/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/fbthrift-2025.04.14.00-r2.ebuild b/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild
deleted file mode 100644
index 993e2ce18db8..000000000000
--- a/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2022-2025 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 ~arm64"
-IUSE="io-uring test"
-
-# See https://github.com/facebook/fbthrift/issues/628
-RESTRICT="test"
-
-DEPEND="
- ~dev-cpp/fizz-${PV}:=
- ~dev-cpp/folly-${PV}:=[io-uring(+)=]
- ~dev-cpp/mvfst-${PV}:=
- ~dev-cpp/wangle-${PV}:=
- dev-cpp/gflags:=
- dev-cpp/glog:=[gflags]
- dev-libs/boost:=[nls(+)]
- dev-libs/double-conversion:=
- dev-libs/libfmt:=
- dev-libs/openssl:=
- dev-libs/xxhash
- virtual/zlib:=
-"
-RDEPEND="
- ${DEPEND}
- test? ( dev-cpp/gtest )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2025.04.14.00-Use-FOLLY_HAS_LIBURING-to-check-for-liburing-support.patch
-)
-
-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/files/fbthrift-2025.04.14.00-Use-FOLLY_HAS_LIBURING-to-check-for-liburing-support.patch b/dev-cpp/fbthrift/files/fbthrift-2025.04.14.00-Use-FOLLY_HAS_LIBURING-to-check-for-liburing-support.patch
deleted file mode 100644
index bcb039ad8e4d..000000000000
--- a/dev-cpp/fbthrift/files/fbthrift-2025.04.14.00-Use-FOLLY_HAS_LIBURING-to-check-for-liburing-support.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 99f1ffbd2ff912d0407aa75f980ef918187c6525 Mon Sep 17 00:00:00 2001
-From: sin-ack <sin-ack@protonmail.com>
-Date: Mon, 21 Apr 2025 16:31:18 +0200
-Subject: [PATCH] Use FOLLY_HAS_LIBURING to check for liburing support in Folly
-
-Folly may not be compiled with liburing support enabled, in which case
-the liburing classes must not be used.
----
- thrift/lib/cpp2/security/SSLUtil.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/thrift/lib/cpp2/security/SSLUtil.cpp b/thrift/lib/cpp2/security/SSLUtil.cpp
-index 52a15b66de..dbc67dfd81 100644
---- a/thrift/lib/cpp2/security/SSLUtil.cpp
-+++ b/thrift/lib/cpp2/security/SSLUtil.cpp
-@@ -133,7 +133,7 @@ folly::AsyncSocketTransport::UniquePtr moveToPlaintext(FizzSocket* fizzSock) {
-
- auto sock = fizzSock->template getUnderlyingTransport<folly::AsyncSocket>();
- folly::AsyncSocketTransport::UniquePtr plaintextTransport;
--#if defined(__linux__) && __has_include(<liburing.h>)
-+#if FOLLY_HAS_LIBURING
- if (!sock &&
- fizzSock->template getUnderlyingTransport<folly::AsyncIoUringSocket>()) {
- // `AsyncFdSocket` currently lacks uring support, so hardcode `AsyncSocket`
---
-2.49.0
-
diff --git a/dev-cpp/fbthrift/metadata.xml b/dev-cpp/fbthrift/metadata.xml
deleted file mode 100644
index d16612326e0d..000000000000
--- a/dev-cpp/fbthrift/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>