Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/simdjson/
Date: Thu, 28 Jan 2021 19:00:24
Message-Id: 1611860415.6811a125801e199b78f2e19965caa36ea9408111.chutzpah@gentoo
1 commit: 6811a125801e199b78f2e19965caa36ea9408111
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu Jan 28 19:00:02 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 19:00:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6811a125
7
8 dev-libs/simdjson: remove old
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-libs/simdjson/Manifest | 4 --
15 dev-libs/simdjson/simdjson-0.4.7.ebuild | 34 -----------------
16 dev-libs/simdjson/simdjson-0.6.1.ebuild | 45 ----------------------
17 dev-libs/simdjson/simdjson-0.8.0.ebuild | 67 ---------------------------------
18 4 files changed, 150 deletions(-)
19
20 diff --git a/dev-libs/simdjson/Manifest b/dev-libs/simdjson/Manifest
21 index c1e22c9ed31..0c9c92264dd 100644
22 --- a/dev-libs/simdjson/Manifest
23 +++ b/dev-libs/simdjson/Manifest
24 @@ -1,6 +1,2 @@
25 -DIST simdjson-0.4.7.tar.gz 4119328 BLAKE2B f19a603b83282081457f548bd9b609f4fc4b9b0e32c868c8d4ecc15fbc359e6463576c24f38b6623cd72cc4681a1db42ec45ee605df6096876982caa9f96be91 SHA512 023e8b75652cb29c41eb1e01ebc6c484b28ff5f6736c885fb5d8c639b1047660fd0eb24d131dabc035fc7fc824e15fe49b177bc3613e329f1d8cd956173a490f
26 -DIST simdjson-0.6.0-ppc64.patch.xz 23704 BLAKE2B ab26e93960d3e3cc2c7782516ef2e6e36fb259c1bd83b967f32b0ba899ca9f80468a47cc3344dd9dc392898626a88b4a1de42899502a989511945e573bf7f259 SHA512 c8e1233c7e6f92cf0c92206ae1023cd30067004e4e53fed86d11e105490f281bf1b8a0806880d02427485fbade24aeb7a7b027b17c9f05552089cf867f3029eb
27 -DIST simdjson-0.6.1.tar.gz 7889048 BLAKE2B 35b40e5e278e5093f5f07ad9e27ae23417f206bf2f4f624a6130931882db49632fc5141d027deca4977a3efa1fdfc7d8fc0bc2149d938a985a850eff4250f5bf SHA512 df5f6c717b3c4cfcde7757dff74d51c93f4682729fdbcdaae89d82db13bba006fe0378bc601d5bdf1d4cf2f0fafce56eb88aba8ca9648787a64cf160cab479e4
28 DIST simdjson-0.7.1.tar.gz 7972319 BLAKE2B c06b1db95b5d826babf7c673b8ef390c2169d975bbec585f6ea98a53455643b4ec462683d312fabbf8a1155309ba9fdd20977ba813e0fbfad5cbe45363ef7189 SHA512 f2ed21db24a8c80c48194e875680ee27dcb87ce1ee52d7f7466e3096661ccee179986bdc15d93e2a3d8d9f2f659f3bd678c908cfbde4905afd95e5e767f84e1c
29 -DIST simdjson-0.8.0.tar.gz 7993692 BLAKE2B f2f04b3f9815645fcb4fcf2d10b0a234177042a0f4e306b0e130d5136c627344201a1f7c4d1ba6cb1ce30debf44f00694bc9a5bb646040bb614e91ae31bf43bb SHA512 8c41e07dbc3668105131c5a22060891c54f7663ec512d6c12f18eed0971fe245c3adb8d27c27305827314ebff39d2c940bd3715fa12e1ce9332d9bf3693424f2
30 DIST simdjson-0.8.1.tar.gz 7994048 BLAKE2B 800fbec2b8d20394a894407dea09e3b61302cf6c772dc459b73a97f5ec1e29feb082366d202f5bd835fd54802435e8f437dddbe3ec6db449812b849cd02639b2 SHA512 c4861901595b574e5f1a17abb58f30072bc16e90dc245304019890cd59f172a56c2661410653ff3e4472670541ef2291b3661765f6d64b5f8f70c562b90a3bd0
31
32 diff --git a/dev-libs/simdjson/simdjson-0.4.7.ebuild b/dev-libs/simdjson/simdjson-0.4.7.ebuild
33 deleted file mode 100644
34 index 77da37bac07..00000000000
35 --- a/dev-libs/simdjson/simdjson-0.4.7.ebuild
36 +++ /dev/null
37 @@ -1,34 +0,0 @@
38 -# Copyright 2020 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=7
42 -
43 -inherit toolchain-funcs cmake
44 -
45 -DESCRIPTION="SIMD accelerated C++ JSON library"
46 -HOMEPAGE="
47 - https://simdjson.org/
48 - https://github.com/simdjson/simdjson
49 -"
50 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 -
52 -LICENSE="Apache-2.0 Boost-1.0"
53 -SLOT="0/2"
54 -KEYWORDS="~amd64 ~x86"
55 -IUSE="test"
56 -
57 -BDEPEND="
58 - sys-apps/file
59 - sys-apps/findutils
60 - sys-apps/grep
61 -"
62 -
63 -RESTRICT="!test? ( test )"
64 -
65 -src_configure() {
66 - local mycmakeargs=(
67 - $(usex test '' '-DSIMDJSON_JUST_LIBRARY=ON')
68 - )
69 -
70 - cmake_src_configure
71 -}
72
73 diff --git a/dev-libs/simdjson/simdjson-0.6.1.ebuild b/dev-libs/simdjson/simdjson-0.6.1.ebuild
74 deleted file mode 100644
75 index 2beaaf804e0..00000000000
76 --- a/dev-libs/simdjson/simdjson-0.6.1.ebuild
77 +++ /dev/null
78 @@ -1,45 +0,0 @@
79 -# Copyright 2020 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=7
83 -
84 -inherit toolchain-funcs cmake
85 -
86 -DESCRIPTION="SIMD accelerated C++ JSON library"
87 -HOMEPAGE="
88 - https://simdjson.org/
89 - https://github.com/simdjson/simdjson
90 -"
91 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
92 - https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-0.6.0-ppc64.patch.xz"
93 -
94 -LICENSE="Apache-2.0 Boost-1.0"
95 -SLOT="0/4"
96 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
97 -IUSE="test"
98 -
99 -BDEPEND="
100 - sys-apps/file
101 - sys-apps/findutils
102 - sys-apps/grep
103 -"
104 -
105 -RESTRICT="!test? ( test )"
106 -
107 -PATCHES=(
108 - # applies cleanly from master, can be dropped on next release
109 - "${WORKDIR}/simdjson-0.6.0-ppc64.patch"
110 -)
111 -
112 -src_prepare() {
113 - sed -e 's:-Werror ::' -i cmake/simdjson-flags.cmake || die
114 - cmake_src_prepare
115 -}
116 -
117 -src_configure() {
118 - local mycmakeargs=(
119 - $(usex test '' '-DSIMDJSON_JUST_LIBRARY=ON')
120 - )
121 -
122 - cmake_src_configure
123 -}
124
125 diff --git a/dev-libs/simdjson/simdjson-0.8.0.ebuild b/dev-libs/simdjson/simdjson-0.8.0.ebuild
126 deleted file mode 100644
127 index b97cc2e514e..00000000000
128 --- a/dev-libs/simdjson/simdjson-0.8.0.ebuild
129 +++ /dev/null
130 @@ -1,67 +0,0 @@
131 -# Copyright 2020-2021 Gentoo Authors
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=7
135 -
136 -inherit toolchain-funcs cmake
137 -
138 -DESCRIPTION="SIMD accelerated C++ JSON library"
139 -HOMEPAGE="
140 - https://simdjson.org/
141 - https://github.com/simdjson/simdjson
142 -"
143 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
144 -
145 -LICENSE="Apache-2.0 Boost-1.0"
146 -SLOT="0/4"
147 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
148 -IUSE="test tools"
149 -
150 -BDEPEND="
151 - sys-apps/file
152 - sys-apps/findutils
153 - sys-apps/grep
154 -"
155 -DEPEND="
156 - tools? ( dev-libs/cxxopts:= )
157 -"
158 -
159 -REQUIRED_USE="test? ( tools )"
160 -RESTRICT="!test? ( test )"
161 -
162 -PATCHES=(
163 - "${FILESDIR}/simdjson-0.8.0-dont-bundle-cxxopts.patch"
164 -)
165 -
166 -DOCS=(
167 - AUTHORS
168 - CONTRIBUTING.md
169 - CONTRIBUTORS
170 - HACKING.md
171 - README.md
172 -)
173 -
174 -src_prepare() {
175 - sed -e 's:-Werror ::' -i cmake/simdjson-flags.cmake || die
176 - cmake_src_prepare
177 -}
178 -
179 -src_configure() {
180 - local -a mycmakeargs=(
181 - -DSIMDJSON_ENABLE_THREADS=ON
182 - )
183 -
184 - if use tools; then
185 - mycmakeargs+=(
186 - -DSIMDJSON_JUST_LIBRARY=OFF
187 - -DSIMDJSON_GOOGLE_BENCHMARKS=OFF
188 - -DSIMDJSON_COMPETITION=OFF
189 - )
190 - else
191 - mycmakeargs+=(
192 - -DSIMDJSON_JUST_LIBRARY=ON
193 - )
194 - fi
195 -
196 - cmake_src_configure
197 -}