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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FC8F1382C5 for ; Wed, 5 May 2021 08:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F92E086F; Wed, 5 May 2021 08:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90BB6E086F for ; Wed, 5 May 2021 08:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80CC4340D79 for ; Wed, 5 May 2021 08:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9114974C for ; Wed, 5 May 2021 08:33:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1620199972.21a50a3d578e63772bd960261ab74fdb330f9a92.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fbthrift/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/fbthrift/metadata.xml X-VCS-Directories: dev-cpp/fbthrift/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 21a50a3d578e63772bd960261ab74fdb330f9a92 X-VCS-Branch: master Date: Wed, 5 May 2021 08:33:50 +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: aa714426-34ee-4cf1-93e0-e8809c5307b6 X-Archives-Hash: 9f873cd257f40e719f75f6c925225398 commit: 21a50a3d578e63772bd960261ab74fdb330f9a92 Author: Alessandro Barbieri gmail com> AuthorDate: Wed May 5 07:25:31 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed May 5 07:32:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21a50a3d dev-cpp/fbthrift: comaintainers welcome Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/fbthrift/metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-cpp/fbthrift/metadata.xml b/dev-cpp/fbthrift/metadata.xml index 2d21b7081..e234dbf77 100644 --- a/dev-cpp/fbthrift/metadata.xml +++ b/dev-cpp/fbthrift/metadata.xml @@ -1,6 +1,10 @@ + + lssndrbarbieri@gmail.com + Alessandro Barbieri + Thrift is a serialization and RPC framework for service communication. Thrift enables these features in all major languages, and there is strong support for C++, Python, Hack, and Java. Most services at Facebook are written using Thrift for RPC, and some storage systems use Thrift for serializing records on disk.