commit:     27f1e574d3822fd98df9c29d3ed29b4f70304e67
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 27 21:09:16 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
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 <cyber+gentoo <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>lssndrbarbi...@gmail.com</email>
-               <name>Alessandro Barbieri</name>
-       </maintainer>
-       <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>

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 <andrewammerl...@gentoo.org> (2022-09-26)
 # Depends on removed ~dev-cpp/folly-2022.04.11.00:=
-dev-cpp/fbthrift
 dev-cpp/fizz
 dev-cpp/wangle
 

Reply via email to