Gentoo Archives: gentoo-commits

From: Yuan Liao <liaoyuan@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/fbthrift/
Date: Fri, 01 Apr 2022 14:41:36
Message-Id: 1648822598.f798d39ead7ea6e25f515187923033c3e7310120.liaoyuan@gentoo
1 commit: f798d39ead7ea6e25f515187923033c3e7310120
2 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 1 14:16:36 2022 +0000
4 Commit: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 1 14:16:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f798d39e
7
8 dev-cpp/fbthrift: Drop 2022.02.28.00-r1
9
10 Dropping 2022.02.28.00 after dependency ~dev-cpp/folly-2022.02.28.00 has
11 been removed from ::gentoo.
12
13 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
14
15 dev-cpp/fbthrift/Manifest | 1 -
16 dev-cpp/fbthrift/fbthrift-2022.02.28.00-r1.ebuild | 46 -----------------------
17 2 files changed, 47 deletions(-)
18
19 diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
20 index 7d99e43a1..ebe4d535f 100644
21 --- a/dev-cpp/fbthrift/Manifest
22 +++ b/dev-cpp/fbthrift/Manifest
23 @@ -1,2 +1 @@
24 -DIST fbthrift-2022.02.28.00.tar.gz 6814491 BLAKE2B ce2646a04d1b59821d23162d51b02507a91a81208328d4c983cd99be8fa0e79efb66d4af3f244fa6e3a50e9e84a794cea9ec970e1f0b266b40d632aa064f7a9f SHA512 303e7c328f1ae7132ad81e2135b082997a40c9079bbeea701762f939ada2d80cf4f140ad6981d20273df9731bfb286f3336a999c13e26d3add49bf1c091de82c
25 DIST fbthrift-2022.03.21.00.tar.gz 7178541 BLAKE2B 6e875f19ae19b5ccd1740d5eadb0b4f106d96b95ca1ced9e05a5bfd7f8e7de84aec722f0dfb0721c81e320185359d3f9c595ebfebef8638b6ca6788df98d37d4 SHA512 8d2d9430dc3a4ecc23042cd9bcf4eee888824449d05d98baec408aef806b934d643e578d3876169f69966c846aeddbe0aa84416c4e020cba028a49d2fccfe7ab
26
27 diff --git a/dev-cpp/fbthrift/fbthrift-2022.02.28.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2022.02.28.00-r1.ebuild
28 deleted file mode 100644
29 index d05d4ff9a..000000000
30 --- a/dev-cpp/fbthrift/fbthrift-2022.02.28.00-r1.ebuild
31 +++ /dev/null
32 @@ -1,46 +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..10} 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"
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/libfmt
58 - dev-libs/openssl:0=
59 - sys-libs/zlib
60 - ${PYTHON_DEPS}
61 -"
62 -DEPEND="
63 - ${RDEPEND}
64 - $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]')
65 -"
66 -BDEPEND="
67 - sys-devel/bison
68 - sys-devel/flex
69 -"
70 -
71 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
72 -
73 -src_configure() {
74 - local mycmakeargs=(
75 - -DLIB_INSTALL_DIR=$(get_libdir)
76 - )
77 - cmake_src_configure
78 -}