public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/fbthrift/
Date: Wed, 28 Apr 2021 21:15:54 +0000 (UTC)	[thread overview]
Message-ID: <1619644037.fedfd617e9e1c582186ce962e55de521d65c4fb2.Alessandro-Barbieri@gentoo> (raw)

commit:     fedfd617e9e1c582186ce962e55de521d65c4fb2
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 28 20:49:35 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 28 21:07:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fedfd617

dev-cpp/fbthrift: new package

thanks @telans

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-cpp/fbthrift/Manifest                      |  1 +
 dev-cpp/fbthrift/fbthrift-2021.04.19.00.ebuild | 40 ++++++++++++++++++++++++++
 dev-cpp/fbthrift/metadata.xml                  | 15 ++++++++++
 3 files changed, 56 insertions(+)

diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
new file mode 100644
index 000000000..4608a3f94
--- /dev/null
+++ b/dev-cpp/fbthrift/Manifest
@@ -0,0 +1 @@
+DIST fbthrift-2021.04.19.00.tar.gz 5453537 BLAKE2B 72a6b395f24786e211d7bf18f53abe3833bd12abca536cd85e6db4c284e0851121a4cdb2663b3a10bce628787eda556e71db4d4549f9d49d9c82e6dd8c31ac96 SHA512 eb0dd6c05c4ec8714d8dc5b5dcd8f3574b625c1992fff876b4ac5fb5a48f1d174b4405fbef0305ce008ccc7cae3d30499852989f30fdeb56eabf89269ed7ec23

diff --git a/dev-cpp/fbthrift/fbthrift-2021.04.19.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.04.19.00.ebuild
new file mode 100644
index 000000000..fe7319ed7
--- /dev/null
+++ b/dev-cpp/fbthrift/fbthrift-2021.04.19.00.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
+HOMEPAGE="https://github.com/facebook/fbthrift"
+
+SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	app-arch/zstd
+	~dev-cpp/fizz-${PV}:=
+	~dev-cpp/folly-${PV}:=
+	dev-cpp/gflags
+	dev-cpp/glog
+	~dev-cpp/wangle-${PV}:=
+	dev-libs/libfmt
+	dev-libs/openssl:0=
+	sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DLIB_INSTALL_DIR=$(get_libdir)
+	)
+
+	cmake_src_configure
+}

diff --git a/dev-cpp/fbthrift/metadata.xml b/dev-cpp/fbthrift/metadata.xml
new file mode 100644
index 000000000..2d21b7081
--- /dev/null
+++ b/dev-cpp/fbthrift/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<longdescription lang="en">
+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.
+
+Facebook Thrift is not a distribution of Apache Thrift. This is an evolved internal branch of Thrift that Facebook re-released to open source community in February 2014. Facebook Thrift was originally released closely tracking Apache Thrift but is now evolving in new directions. In particular, the compiler was rewritten from scratch and the new implementation features a fully asynchronous Thrift server. Read more about these improvements in the ThriftServer documentation.
+
+You can also learn more about this project in the original Facebook Code blog post.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/facebook/fbthrift/issues</bugs-to>
+		<remote-id type="github">facebook/fbthrift</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-04-28 21:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28 21:15 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-05  7:32 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/fbthrift/ Alessandro Barbieri
2021-05-27 10:23 Alessandro Barbieri
2021-06-14  2:27 Alessandro Barbieri
2021-06-15 23:32 Alessandro Barbieri
2021-06-17 16:26 Alessandro Barbieri
2021-07-05  8:44 Alessandro Barbieri
2021-10-05 20:50 Alessandro Barbieri
2021-10-23 14:18 Alessandro Barbieri
2021-10-25 11:20 Alessandro Barbieri
2021-10-26 16:35 Alessandro Barbieri
2021-11-26 11:34 Denis Reva
2022-03-06  2:22 Alessandro Barbieri
2022-03-07  4:17 Alessandro Barbieri
2022-03-09  0:29 Alessandro Barbieri
2022-03-22 17:48 Alessandro Barbieri
2022-04-01 14:41 Yuan Liao
2022-04-16 18:46 Alessandro Barbieri
2022-05-28 12:53 Alessandro Barbieri
2022-05-31 15:36 Alessandro Barbieri
2023-02-28 12:58 Denis Reva
2024-05-15 16:06 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-15 16:01 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1619644037.fedfd617e9e1c582186ce962e55de521d65c4fb2.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox