Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-cpp/fbthrift/
Date: Mon, 27 Feb 2023 21:18:04
Message-Id: 1677532156.27f1e574d3822fd98df9c29d3ed29b4f70304e67.cybertailor@gentoo
1 commit: 27f1e574d3822fd98df9c29d3ed29b4f70304e67
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Feb 27 21:09:16 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Feb 27 21:09:16 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27f1e574
7
8 dev-cpp/fbthrift: treeclean
9
10 Closes: https://bugs.gentoo.org/834745
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-cpp/fbthrift/Manifest | 1 -
14 dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild | 47 -----------------------
15 dev-cpp/fbthrift/metadata.xml | 19 ---------
16 profiles/package.mask | 1 -
17 4 files changed, 68 deletions(-)
18
19 diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
20 deleted file mode 100644
21 index bb9e7f8ea..000000000
22 --- a/dev-cpp/fbthrift/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST fbthrift-2022.04.11.00.tar.gz 7475837 BLAKE2B 27e035296d7c73562824a192f2bdc8789aa9ff674f9693e991b71b4543b417ad41aaf186681bdddbe494557fe0a3a4471751111e667e98348c763321e9343412 SHA512 e45088151e9de051e30b5ac34b07c35b965092ea0ad8075029fce57de5df44c908d0c30663ce35b455ad96f277d8935e08e3ecba331708b1835333cf90e87ce1
26
27 diff --git a/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild
28 deleted file mode 100644
29 index 0986f16bd..000000000
30 --- a/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
39 -
40 -inherit cmake python-single-r1
41 -
42 -DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
43 -HOMEPAGE="https://github.com/facebook/fbthrift"
44 -SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64"
49 -
50 -RDEPEND="
51 - app-arch/zstd
52 - ~dev-cpp/fizz-${PV}:=
53 - ~dev-cpp/folly-${PV}:=
54 - dev-cpp/gflags
55 - dev-cpp/glog
56 - ~dev-cpp/wangle-${PV}:=
57 - !>=dev-libs/boost-1.79.0
58 - dev-libs/libfmt
59 - dev-libs/openssl:0=
60 - sys-libs/zlib
61 - ${PYTHON_DEPS}
62 -"
63 -DEPEND="
64 - ${RDEPEND}
65 - $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]')
66 -"
67 -BDEPEND="
68 - sys-devel/bison
69 - sys-devel/flex
70 -"
71 -
72 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
73 -
74 -src_configure() {
75 - local mycmakeargs=(
76 - -DLIB_INSTALL_DIR=$(get_libdir)
77 - )
78 - cmake_src_configure
79 -}
80
81 diff --git a/dev-cpp/fbthrift/metadata.xml b/dev-cpp/fbthrift/metadata.xml
82 deleted file mode 100644
83 index e234dbf77..000000000
84 --- a/dev-cpp/fbthrift/metadata.xml
85 +++ /dev/null
86 @@ -1,19 +0,0 @@
87 -<?xml version="1.0" encoding="UTF-8"?>
88 -<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
89 -<pkgmetadata>
90 - <maintainer type="person">
91 - <email>lssndrbarbieri@×××××.com</email>
92 - <name>Alessandro Barbieri</name>
93 - </maintainer>
94 - <longdescription lang="en">
95 -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.
96 -
97 -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.
98 -
99 -You can also learn more about this project in the original Facebook Code blog post.
100 - </longdescription>
101 - <upstream>
102 - <bugs-to>https://github.com/facebook/fbthrift/issues</bugs-to>
103 - <remote-id type="github">facebook/fbthrift</remote-id>
104 - </upstream>
105 -</pkgmetadata>
106
107 diff --git a/profiles/package.mask b/profiles/package.mask
108 index 213fae069..ce621dac8 100644
109 --- a/profiles/package.mask
110 +++ b/profiles/package.mask
111 @@ -83,7 +83,6 @@ sys-power/gwe
112
113 # Andrew Ammerlaan <andrewammerlaan@g.o> (2022-09-26)
114 # Depends on removed ~dev-cpp/folly-2022.04.11.00:=
115 -dev-cpp/fbthrift
116 dev-cpp/fizz
117 dev-cpp/wangle