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 2FED713835B for ; Wed, 5 May 2021 07:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E87FE0869; Wed, 5 May 2021 07:33:01 +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 0589CE0869 for ; Wed, 5 May 2021 07:33:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C9198335C78 for ; Wed, 5 May 2021 07:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 076E774F for ; Wed, 5 May 2021 07:32:57 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1620199972.21a50a3d578e63772bd960261ab74fdb330f9a92.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 21a50a3d578e63772bd960261ab74fdb330f9a92 X-VCS-Branch: dev Date: Wed, 5 May 2021 07:32:57 +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: 8aa85c24-9b89-457d-acc4-55f2031fb783 X-Archives-Hash: 6933ad9081235439415a98a4812330fd commit: 21a50a3d578e63772bd960261ab74fdb330f9a92 Author: Alessandro Barbieri gmail com> AuthorDate: Wed May 5 07:25:31 2021 +0000 Commit: Alessandro Barbieri gmail com> 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.