Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/fbthrift/
Date: Tue, 26 Oct 2021 16:35:16
Message-Id: 1635266107.5418166d45257a1c35667bacf29a220154d65f39.Alessandro-Barbieri@gentoo
1 commit: 5418166d45257a1c35667bacf29a220154d65f39
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 26 15:59:21 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Oct 26 16:35:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5418166d
7
8 dev-cpp/fbthrift: drop 2021.08.02.00, 2021.10.04.00, 2021.10.18.00
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-cpp/fbthrift/Manifest | 3 --
13 dev-cpp/fbthrift/fbthrift-2021.08.02.00.ebuild | 38 --------------------------
14 dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild | 38 --------------------------
15 dev-cpp/fbthrift/fbthrift-2021.10.18.00.ebuild | 38 --------------------------
16 4 files changed, 117 deletions(-)
17
18 diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
19 index 218313d72..1413ef17e 100644
20 --- a/dev-cpp/fbthrift/Manifest
21 +++ b/dev-cpp/fbthrift/Manifest
22 @@ -1,4 +1 @@
23 -DIST fbthrift-2021.08.02.00.tar.gz 5833339 BLAKE2B 647f582396a88ae616162e011bc77c15d4e08d0b511f12684d4b731a2108c370971d7ec52f8ac0c84ff9e94b228e69f4fca29b1ca0747e39bbcf5d58cd491b2a SHA512 a416f9a09a62293fc756d631355787fd0faed639d77986a654610c3fc49344e1f0184d2333c79bd49ac9a450be6d2542317beb512e72d99179206db0cc5e7467
24 -DIST fbthrift-2021.10.04.00.tar.gz 5974931 BLAKE2B f268dae6368c8619d877d41bf4eaa018110e002da6b5a57a573d3345da62d5dfc13310e84792ad59d3c9e11e70e67eced7b441bfad67fe23afe1a779e485030c SHA512 5b1c7f2e787d198bcf8664e38714e860fbeda75aa1c2cd35e6dde10493451d58241693c81fbf7680725747e9ccb958728dc1ed27d161c466ee18e00ca2d25b2f
25 -DIST fbthrift-2021.10.18.00.tar.gz 5991836 BLAKE2B 4556bba2399cb6046cf6bcf10ad8a9a251783e89b9badc5e1f3bfeb1ae03f17275f08b1b7f1d8f4af3c328dd542baeeff7c5d2fbc45859123627418460d60038 SHA512 8829ec2575d32fde4fb3dc05170dccb4154effb67cc1e83f86383a0d27d44876e3b806cd22211dd7a425dabfac9f400e83721885def13572633b9377cfd2f253
26 DIST fbthrift-2021.10.25.00.tar.gz 6045488 BLAKE2B 7c63c3687e3393f27cfaeca9a71e69596be7d611fbd1225a4d934819c749be4064987bc913b387ac0e8a8ee762f147a7c92856e3a38f276fe09659bf8a49fa1a SHA512 9991987f7e5daccec000e09998e2f00c1de5e6c7b53d16ac9797984b6192e682fe2fa8bca18e02bf15fd0d78910234ada33fe1c247645669ad8b1954b2471620
27
28 diff --git a/dev-cpp/fbthrift/fbthrift-2021.08.02.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.08.02.00.ebuild
29 deleted file mode 100644
30 index e63f770d8..000000000
31 --- a/dev-cpp/fbthrift/fbthrift-2021.08.02.00.ebuild
32 +++ /dev/null
33 @@ -1,38 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit cmake
40 -
41 -DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
42 -HOMEPAGE="https://github.com/facebook/fbthrift"
43 -SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -
49 -RDEPEND="
50 - app-arch/zstd
51 - ~dev-cpp/fizz-${PV}:=
52 - ~dev-cpp/folly-${PV}:=
53 - dev-cpp/gflags
54 - dev-cpp/glog
55 - ~dev-cpp/wangle-${PV}:=
56 - dev-libs/libfmt
57 - dev-libs/openssl:0=
58 - sys-libs/zlib
59 -"
60 -DEPEND="${RDEPEND}"
61 -BDEPEND="
62 - sys-devel/bison
63 - sys-devel/flex
64 -"
65 -
66 -src_configure() {
67 - local mycmakeargs=(
68 - -DLIB_INSTALL_DIR=$(get_libdir)
69 - )
70 - cmake_src_configure
71 -}
72
73 diff --git a/dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild
74 deleted file mode 100644
75 index 3320d823e..000000000
76 --- a/dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild
77 +++ /dev/null
78 @@ -1,38 +0,0 @@
79 -# Copyright 1999-2021 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=8
83 -
84 -inherit cmake
85 -
86 -DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
87 -HOMEPAGE="https://github.com/facebook/fbthrift"
88 -SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
89 -
90 -LICENSE="Apache-2.0"
91 -SLOT="0"
92 -KEYWORDS="~amd64"
93 -
94 -RDEPEND="
95 - app-arch/zstd
96 - ~dev-cpp/fizz-${PV}:=
97 - ~dev-cpp/folly-${PV}:=
98 - dev-cpp/gflags
99 - dev-cpp/glog
100 - ~dev-cpp/wangle-${PV}:=
101 - dev-libs/libfmt
102 - dev-libs/openssl:0=
103 - sys-libs/zlib
104 -"
105 -DEPEND="${RDEPEND}"
106 -BDEPEND="
107 - sys-devel/bison
108 - sys-devel/flex
109 -"
110 -
111 -src_configure() {
112 - local mycmakeargs=(
113 - -DLIB_INSTALL_DIR=$(get_libdir)
114 - )
115 - cmake_src_configure
116 -}
117
118 diff --git a/dev-cpp/fbthrift/fbthrift-2021.10.18.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.10.18.00.ebuild
119 deleted file mode 100644
120 index 3320d823e..000000000
121 --- a/dev-cpp/fbthrift/fbthrift-2021.10.18.00.ebuild
122 +++ /dev/null
123 @@ -1,38 +0,0 @@
124 -# Copyright 1999-2021 Gentoo Authors
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=8
128 -
129 -inherit cmake
130 -
131 -DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
132 -HOMEPAGE="https://github.com/facebook/fbthrift"
133 -SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
134 -
135 -LICENSE="Apache-2.0"
136 -SLOT="0"
137 -KEYWORDS="~amd64"
138 -
139 -RDEPEND="
140 - app-arch/zstd
141 - ~dev-cpp/fizz-${PV}:=
142 - ~dev-cpp/folly-${PV}:=
143 - dev-cpp/gflags
144 - dev-cpp/glog
145 - ~dev-cpp/wangle-${PV}:=
146 - dev-libs/libfmt
147 - dev-libs/openssl:0=
148 - sys-libs/zlib
149 -"
150 -DEPEND="${RDEPEND}"
151 -BDEPEND="
152 - sys-devel/bison
153 - sys-devel/flex
154 -"
155 -
156 -src_configure() {
157 - local mycmakeargs=(
158 - -DLIB_INSTALL_DIR=$(get_libdir)
159 - )
160 - cmake_src_configure
161 -}