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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17C6D15808B for ; Mon, 7 Mar 2022 18:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2546EE0830; Mon, 7 Mar 2022 18:01:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFC7AE0830 for ; Mon, 7 Mar 2022 18:01:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F150C343076 for ; Mon, 7 Mar 2022 18:01:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B3321F1 for ; Mon, 7 Mar 2022 18:01:03 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1646675995.181f08d6824e33f8e3ae65bc713a694edef3706c.matthew@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/folly/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/folly/Manifest dev-cpp/folly/folly-2021.11.15.00.ebuild dev-cpp/folly/folly-2022.02.28.00.ebuild dev-cpp/folly/metadata.xml X-VCS-Directories: dev-cpp/folly/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 181f08d6824e33f8e3ae65bc713a694edef3706c X-VCS-Branch: dev Date: Mon, 7 Mar 2022 18:01:03 +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: b537ae46-708e-4c09-a5b5-d561033b55f1 X-Archives-Hash: 8923f6b40d2c719b55f33c7215fb852b commit: 181f08d6824e33f8e3ae65bc713a694edef3706c Author: Matthew Smith gentoo org> AuthorDate: Mon Mar 7 17:59:55 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Mon Mar 7 17:59:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=181f08d6 Revert "Revert "dev-cpp/folly: treeclean"" This reverts commit 00a52f629befa5d3243c4835d8654cf69df5f5ef. dev-cpp/folly moved to ::gentoo and I had not synced to see. Sorry. Signed-off-by: Matthew Smith gentoo.org> dev-cpp/folly/Manifest | 2 -- dev-cpp/folly/folly-2021.11.15.00.ebuild | 38 -------------------------------- dev-cpp/folly/folly-2022.02.28.00.ebuild | 38 -------------------------------- dev-cpp/folly/metadata.xml | 14 ------------ 4 files changed, 92 deletions(-) diff --git a/dev-cpp/folly/Manifest b/dev-cpp/folly/Manifest deleted file mode 100644 index ada76c263..000000000 --- a/dev-cpp/folly/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST folly-2021.11.15.00.tar.gz 3523290 BLAKE2B 65c6d407796d64b9eb391f2d21b80293e2487ba592fe92a18ffa426c8d952661b42e43db4e1deed48d5949fc2d0bc005b479475fab162c55157a2cad0a2979c3 SHA512 9c0f5ea072c65927d43ed58d05263e0db6a57e390ea208016e163bd9c6b6a58dfb8b989549d9976cc55b583ee2f7431f6fbca867e4502cabc6989c7caabe92f2 -DIST folly-2022.02.28.00.tar.gz 3600258 BLAKE2B 5943b0e4b6178c8293714f673ed289daed26b1dad22dcb52dc80475f385961cf0a690accc44139f245f2df5cf10c0bdb5638c8bed52cb97fefd3ad6d8dc147b8 SHA512 91ee21e463ffc6eee3b0e5e0244721a9612337b9afe92645556a154f521aec1070f4f381962247bb9bf11592efb5b8bb01f70d1a66acd3444967538062dfe826 diff --git a/dev-cpp/folly/folly-2021.11.15.00.ebuild b/dev-cpp/folly/folly-2021.11.15.00.ebuild deleted file mode 100644 index 46c310a05..000000000 --- a/dev-cpp/folly/folly-2021.11.15.00.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic - -DESCRIPTION="An open-source C++ library developed and used at Facebook" -HOMEPAGE="https://github.com/facebook/folly" -SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -DEPEND=" - app-arch/lz4 - app-arch/snappy - app-arch/zstd - dev-cpp/gflags - dev-cpp/glog[gflags] - dev-libs/boost[context,threads(+)] - dev-libs/double-conversion - dev-libs/libevent - dev-libs/libfmt - sys-libs/binutils-libs - sys-libs/zlib -" -RDEPEND="${DEPEND}" - -src_prepare() { - filter-flags "-fno-rtti" - cmake_src_prepare - sed \ - -e "s/lib CACHE/$(get_libdir) CACHE/" \ - -e "s/lib\/cmake\/folly CACHE/$(get_libdir)\/cmake\/folly CACHE/" \ - -i CMakeLists.txt || die -} diff --git a/dev-cpp/folly/folly-2022.02.28.00.ebuild b/dev-cpp/folly/folly-2022.02.28.00.ebuild deleted file mode 100644 index dbd7ee136..000000000 --- a/dev-cpp/folly/folly-2022.02.28.00.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic - -DESCRIPTION="An open-source C++ library developed and used at Facebook" -HOMEPAGE="https://github.com/facebook/folly" -SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -DEPEND=" - app-arch/lz4 - app-arch/snappy:= - app-arch/zstd - dev-cpp/gflags - dev-cpp/glog[gflags] - dev-libs/boost[context,threads(+)] - dev-libs/double-conversion - dev-libs/libevent - dev-libs/libfmt - sys-libs/binutils-libs - sys-libs/zlib -" -RDEPEND="${DEPEND}" - -src_prepare() { - filter-flags "-fno-rtti" - cmake_src_prepare - sed \ - -e "s/lib CACHE/$(get_libdir) CACHE/" \ - -e "s/lib\/cmake\/folly CACHE/$(get_libdir)\/cmake\/folly CACHE/" \ - -i CMakeLists.txt || die -} diff --git a/dev-cpp/folly/metadata.xml b/dev-cpp/folly/metadata.xml deleted file mode 100644 index a2b64adb5..000000000 --- a/dev-cpp/folly/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - Folly (acronymed loosely after Facebook Open Source Library) is a library of C++14 components designed with practicality and efficiency in mind. Folly contains a variety of core library components used extensively at Facebook. In particular, it's often a dependency of Facebook's other open source C++ efforts and place where those projects can share code. - It complements (as opposed to competing against) offerings such as Boost and of course std. In fact, we embark on defining our own component only when something we need is either not available, or does not meet the needed performance profile. We endeavor to remove things from folly if or when std or Boost obsoletes them. - Performance concerns permeate much of Folly, sometimes leading to designs that are more idiosyncratic than they would otherwise be (see e.g. PackedSyncPtr.h, SmallLocks.h). Good performance at large scale is a unifying theme in all of Folly. - -