diff options
author | 2023-02-28 02:09:16 +0500 | |
---|---|---|
committer | 2023-02-28 02:09:16 +0500 | |
commit | 27f1e574d3822fd98df9c29d3ed29b4f70304e67 (patch) | |
tree | d4fae5c86ab5507d80450c34bc6aaca53e83b3d8 /dev-cpp | |
parent | sys-fs/dwarfs: treeclean (diff) | |
download | guru-27f1e574d3822fd98df9c29d3ed29b4f70304e67.tar.gz guru-27f1e574d3822fd98df9c29d3ed29b4f70304e67.tar.bz2 guru-27f1e574d3822fd98df9c29d3ed29b4f70304e67.zip |
dev-cpp/fbthrift: treeclean
Closes: https://bugs.gentoo.org/834745
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/fbthrift/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild | 47 | ||||
-rw-r--r-- | dev-cpp/fbthrift/metadata.xml | 19 |
3 files changed, 0 insertions, 67 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>lssndrbarbieri@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> |