From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78FAE1382C5 for ; Sun, 6 Dec 2020 02:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83FEEE0880; Sun, 6 Dec 2020 02:44:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67EE9E0880 for ; Sun, 6 Dec 2020 02:44:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 273FC341256 for ; Sun, 6 Dec 2020 02:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DBB5476 for ; Sun, 6 Dec 2020 02:43:58 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1607222634.41ad8bd14fea96b6b5c96e5e62568bf62d15f292.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/simdjson/, dev-libs/simdjson/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/simdjson/files/simdjson-0.7.0-dont-bundle-cssopts.patch dev-libs/simdjson/simdjson-0.7.0-r2.ebuild dev-libs/simdjson/simdjson-0.7.0-r3.ebuild X-VCS-Directories: dev-libs/simdjson/files/ dev-libs/simdjson/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 41ad8bd14fea96b6b5c96e5e62568bf62d15f292 X-VCS-Branch: master Date: Sun, 6 Dec 2020 02:43:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e1bf336-ac50-47f5-9ecf-29a1fb2e82f7 X-Archives-Hash: de74e1b9fee2bbc30bedae2c15f640e6 commit: 41ad8bd14fea96b6b5c96e5e62568bf62d15f292 Author: Patrick McLean gentoo org> AuthorDate: Sun Dec 6 02:43:48 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sun Dec 6 02:43:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ad8bd1 dev-libs/simdjson-0.7.0-r3: Revbump, fix file collision Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> dev-libs/simdjson/files/simdjson-0.7.0-dont-bundle-cssopts.patch | 7 ++++--- .../{simdjson-0.7.0-r2.ebuild => simdjson-0.7.0-r3.ebuild} | 0 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-libs/simdjson/files/simdjson-0.7.0-dont-bundle-cssopts.patch b/dev-libs/simdjson/files/simdjson-0.7.0-dont-bundle-cssopts.patch index 1f82151fb3d..f734a65bd89 100644 --- a/dev-libs/simdjson/files/simdjson-0.7.0-dont-bundle-cssopts.patch +++ b/dev-libs/simdjson/files/simdjson-0.7.0-dont-bundle-cssopts.patch @@ -10,7 +10,7 @@ index 51ab3a31..d3d5e86e 100644 -import_dependency(cxxopts jarro2783/cxxopts 794c975) -add_dependency(cxxopts) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt -index f1a82be7..217a9fee 100644 +index f1a82be7..5c36d994 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,10 +1,7 @@ @@ -20,10 +20,11 @@ index f1a82be7..217a9fee 100644 + link_libraries(simdjson simdjson-internal-flags simdjson-windows-headers) add_executable(json2json json2json.cpp) add_executable(jsonstats jsonstats.cpp) - add_executable(jsonpointer jsonpointer.cpp) +- add_executable(jsonpointer jsonpointer.cpp) ++ add_executable(simdjsonpointer jsonpointer.cpp) add_executable(minify minify.cpp) -else() - message(STATUS "We are missing cxxopts as a dependency so the tools (e.g., json2json) are omitted.") -endif() \ No newline at end of file -+ install(TARGETS json2json jsonstats jsonpointer minify DESTINATION bin) ++ install(TARGETS json2json jsonstats simdjsonpointer minify DESTINATION bin) diff --git a/dev-libs/simdjson/simdjson-0.7.0-r2.ebuild b/dev-libs/simdjson/simdjson-0.7.0-r3.ebuild similarity index 100% rename from dev-libs/simdjson/simdjson-0.7.0-r2.ebuild rename to dev-libs/simdjson/simdjson-0.7.0-r3.ebuild