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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 164C3158030 for ; Mon, 27 Feb 2023 21:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92129E0794; Mon, 27 Feb 2023 21:18:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62AF5E077C for ; Mon, 27 Feb 2023 21:18:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60953340D9B for ; Mon, 27 Feb 2023 21:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47D1A8C1 for ; Mon, 27 Feb 2023 21:17:59 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1677532156.27f1e574d3822fd98df9c29d3ed29b4f70304e67.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-cpp/fbthrift/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/fbthrift/Manifest dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild dev-cpp/fbthrift/metadata.xml profiles/package.mask X-VCS-Directories: dev-cpp/fbthrift/ profiles/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 27f1e574d3822fd98df9c29d3ed29b4f70304e67 X-VCS-Branch: dev Date: Mon, 27 Feb 2023 21:17:59 +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: 12ab5c4d-6152-4dae-b581-47dacac04b20 X-Archives-Hash: 22e335efe0e0555c836845326e65a814 commit: 27f1e574d3822fd98df9c29d3ed29b4f70304e67 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 27 21:09:16 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Feb 27 21:09:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27f1e574 dev-cpp/fbthrift: treeclean Closes: https://bugs.gentoo.org/834745 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-cpp/fbthrift/Manifest | 1 - dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild | 47 ----------------------- dev-cpp/fbthrift/metadata.xml | 19 --------- profiles/package.mask | 1 - 4 files changed, 68 deletions(-) diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest deleted file mode 100644 index bb9e7f8ea..000000000 --- a/dev-cpp/fbthrift/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fbthrift-2022.04.11.00.tar.gz 7475837 BLAKE2B 27e035296d7c73562824a192f2bdc8789aa9ff674f9693e991b71b4543b417ad41aaf186681bdddbe494557fe0a3a4471751111e667e98348c763321e9343412 SHA512 e45088151e9de051e30b5ac34b07c35b965092ea0ad8075029fce57de5df44c908d0c30663ce35b455ad96f277d8935e08e3ecba331708b1835333cf90e87ce1 diff --git a/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild deleted file mode 100644 index 0986f16bd..000000000 --- a/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} pypy3 ) - -inherit cmake python-single-r1 - -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/${PV}" -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/boost-1.79.0 - dev-libs/libfmt - dev-libs/openssl:0= - sys-libs/zlib - ${PYTHON_DEPS} -" -DEPEND=" - ${RDEPEND} - $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') -" -BDEPEND=" - sys-devel/bison - sys-devel/flex -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -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 deleted file mode 100644 index e234dbf77..000000000 --- a/dev-cpp/fbthrift/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - 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. - -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. - - - https://github.com/facebook/fbthrift/issues - facebook/fbthrift - - diff --git a/profiles/package.mask b/profiles/package.mask index 213fae069..ce621dac8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -83,7 +83,6 @@ sys-power/gwe # Andrew Ammerlaan (2022-09-26) # Depends on removed ~dev-cpp/folly-2022.04.11.00:= -dev-cpp/fbthrift dev-cpp/fizz dev-cpp/wangle