Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/folly/
Date: Fri, 01 Apr 2022 03:54:07
Message-Id: 1648785223.492c8fdea4687ebf3faf8ee4163d5a2660449517.sam@gentoo
1 commit: 492c8fdea4687ebf3faf8ee4163d5a2660449517
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 02:08:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 03:53:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492c8fde
7
8 dev-cpp/folly: drop 2022.02.28.00, 2022.03.07.00
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/folly/Manifest | 2 --
13 dev-cpp/folly/folly-2022.02.28.00.ebuild | 61 --------------------------------
14 dev-cpp/folly/folly-2022.03.07.00.ebuild | 61 --------------------------------
15 3 files changed, 124 deletions(-)
16
17 diff --git a/dev-cpp/folly/Manifest b/dev-cpp/folly/Manifest
18 index 513994b2adfb..71801ebb7718 100644
19 --- a/dev-cpp/folly/Manifest
20 +++ b/dev-cpp/folly/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST folly-2022.02.28.00.tar.gz 3600258 BLAKE2B 5943b0e4b6178c8293714f673ed289daed26b1dad22dcb52dc80475f385961cf0a690accc44139f245f2df5cf10c0bdb5638c8bed52cb97fefd3ad6d8dc147b8 SHA512 91ee21e463ffc6eee3b0e5e0244721a9612337b9afe92645556a154f521aec1070f4f381962247bb9bf11592efb5b8bb01f70d1a66acd3444967538062dfe826
23 -DIST folly-2022.03.07.00.tar.gz 3604306 BLAKE2B fe255678d6f827c82ada3e136742d07bd62dfb81c1250ca6bae9a4f3e1f015904032da8de1488342da1326fa520b448c63a59ef7e0139ecb0844a1ae19c1dfed SHA512 e63eff137711ca71b5a78469e4feff1b4e7b65465413eefb91b7c0cb26b94e1d581a305a9df9937ce05bcd8af3dc465adb816ad95538689811d8ab5b5b9f269f
24 DIST folly-2022.03.14.00.tar.gz 3605018 BLAKE2B 11a58e3c23c1e1299c16821e552d500f8215d2fb2fbdee3699b8487e1073196dfc322461e7670d3968c703d84b0b526d2479bcb74005b763f195ce48f04a419d SHA512 0b3710862360788eb55dc40703e3862f57819acf217287f13ce125b56692c4e5b1de12289f02520ecca9007fa872a69e8936df0ec9260adf974a88286489a9b1
25 DIST folly-2022.03.21.00.tar.gz 3611725 BLAKE2B 6b0d3431810a26484b2c15a8ba4b245e720d717364a4305269b3adabaa2d005466dfd7ad086b38cb06ee2a2d5908e903e68486aadc62834a32b4fe59cd313095 SHA512 4e0fda55f007179883af30024fe1d389642159b1b4c915f7ef1a3c1003c8c52e2370f53ffa79d5fa75533d33becfb946d2bcbb2abdc62b9a297f977403d13dd7
26 DIST folly-2022.03.28.00.tar.gz 3616507 BLAKE2B da003701abe599f20ac87a2785fe9a4cd4a8896d182737eb1eac6384f3d75a792225b426febea7cc4ea99aac1a1f31eb7330e0a297f43ae7d5aafccd93784560 SHA512 6eee07b3e82247c3c8672442503e9a69a1c4607604269fc0760e11a2d0e5595029e6995fbe7c970d2052a7f228f6b92112630e6d5c624369fc52e5ad1823ef74
27
28 diff --git a/dev-cpp/folly/folly-2022.02.28.00.ebuild b/dev-cpp/folly/folly-2022.02.28.00.ebuild
29 deleted file mode 100644
30 index b644181fecc6..000000000000
31 --- a/dev-cpp/folly/folly-2022.02.28.00.ebuild
32 +++ /dev/null
33 @@ -1,61 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -inherit cmake toolchain-funcs
40 -
41 -DESCRIPTION="An open-source C++ library developed and used at Facebook"
42 -HOMEPAGE="https://github.com/facebook/folly"
43 -SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64"
48 -IUSE="llvm-libunwind test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="app-arch/bzip2
52 - app-arch/lz4:=
53 - app-arch/snappy:=
54 - app-arch/xz-utils
55 - app-arch/zstd:=
56 - dev-cpp/gflags:=
57 - dev-cpp/glog[gflags]
58 - dev-libs/boost:=[context,threads(+)]
59 - dev-libs/double-conversion:=
60 - dev-libs/libaio
61 - dev-libs/libevent:=
62 - dev-libs/libfmt:=
63 - dev-libs/libsodium:=
64 - dev-libs/openssl:=
65 - sys-libs/liburing:=
66 - sys-libs/zlib
67 - llvm-libunwind? ( sys-libs/llvm-libunwind:= )
68 - !llvm-libunwind? ( sys-libs/libunwind:= )"
69 -# libiberty is linked statically
70 -DEPEND="${RDEPEND}
71 - sys-libs/binutils-libs"
72 -BDEPEND="test? ( sys-devel/clang )"
73 -
74 -pkg_setup() {
75 - if use test && [[ ${BUILD_TYPE} != "binary" ]] && ! tc-is-clang ; then
76 - ewarn "Forcing build with Clang due to GCC bug (because tests are enabled)"
77 - ewarn "(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104008)"
78 -
79 - export CC=${CHOST}-clang
80 - export CXX=${CHOST}-clang++
81 - fi
82 -}
83 -
84 -src_configure() {
85 - # TODO: liburing could in theory be optional but fails to link
86 -
87 - local mycmakeargs=(
88 - -DLIB_INSTALL_DIR="$(get_libdir)"
89 -
90 - -DBUILD_TESTS=$(usex test)
91 - )
92 -
93 - cmake_src_configure
94 -}
95
96 diff --git a/dev-cpp/folly/folly-2022.03.07.00.ebuild b/dev-cpp/folly/folly-2022.03.07.00.ebuild
97 deleted file mode 100644
98 index b644181fecc6..000000000000
99 --- a/dev-cpp/folly/folly-2022.03.07.00.ebuild
100 +++ /dev/null
101 @@ -1,61 +0,0 @@
102 -# Copyright 1999-2022 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=8
106 -
107 -inherit cmake toolchain-funcs
108 -
109 -DESCRIPTION="An open-source C++ library developed and used at Facebook"
110 -HOMEPAGE="https://github.com/facebook/folly"
111 -SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> ${P}.tar.gz"
112 -
113 -LICENSE="Apache-2.0"
114 -SLOT="0/${PV}"
115 -KEYWORDS="~amd64"
116 -IUSE="llvm-libunwind test"
117 -RESTRICT="!test? ( test )"
118 -
119 -RDEPEND="app-arch/bzip2
120 - app-arch/lz4:=
121 - app-arch/snappy:=
122 - app-arch/xz-utils
123 - app-arch/zstd:=
124 - dev-cpp/gflags:=
125 - dev-cpp/glog[gflags]
126 - dev-libs/boost:=[context,threads(+)]
127 - dev-libs/double-conversion:=
128 - dev-libs/libaio
129 - dev-libs/libevent:=
130 - dev-libs/libfmt:=
131 - dev-libs/libsodium:=
132 - dev-libs/openssl:=
133 - sys-libs/liburing:=
134 - sys-libs/zlib
135 - llvm-libunwind? ( sys-libs/llvm-libunwind:= )
136 - !llvm-libunwind? ( sys-libs/libunwind:= )"
137 -# libiberty is linked statically
138 -DEPEND="${RDEPEND}
139 - sys-libs/binutils-libs"
140 -BDEPEND="test? ( sys-devel/clang )"
141 -
142 -pkg_setup() {
143 - if use test && [[ ${BUILD_TYPE} != "binary" ]] && ! tc-is-clang ; then
144 - ewarn "Forcing build with Clang due to GCC bug (because tests are enabled)"
145 - ewarn "(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104008)"
146 -
147 - export CC=${CHOST}-clang
148 - export CXX=${CHOST}-clang++
149 - fi
150 -}
151 -
152 -src_configure() {
153 - # TODO: liburing could in theory be optional but fails to link
154 -
155 - local mycmakeargs=(
156 - -DLIB_INSTALL_DIR="$(get_libdir)"
157 -
158 - -DBUILD_TESTS=$(usex test)
159 - )
160 -
161 - cmake_src_configure
162 -}