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 A843315808B for ; Mon, 7 Mar 2022 04:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB1ABE086C; Mon, 7 Mar 2022 04:17:37 +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 546BBE086C for ; Mon, 7 Mar 2022 04:17:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24DEF3430C5 for ; Mon, 7 Mar 2022 04:17:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF49F2FE for ; Mon, 7 Mar 2022 04:17:34 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1646626629.b56a6cdaadce5ed744b5e4f622708972d389d6aa.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/fbthrift/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/fbthrift/Manifest dev-cpp/fbthrift/fbthrift-2021.11.15.00.ebuild X-VCS-Directories: dev-cpp/fbthrift/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b56a6cdaadce5ed744b5e4f622708972d389d6aa X-VCS-Branch: dev Date: Mon, 7 Mar 2022 04:17:34 +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: 0319e27b-9e19-4354-a24f-e75ebe8e6cb6 X-Archives-Hash: c704c0542fb34e6cc13a5f3907040009 commit: b56a6cdaadce5ed744b5e4f622708972d389d6aa Author: Alessandro Barbieri gmail com> AuthorDate: Mon Mar 7 04:17:09 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Mar 7 04:17:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b56a6cda dev-cpp/fbthrift: drop 2021.11.15.00 Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/fbthrift/Manifest | 1 - dev-cpp/fbthrift/fbthrift-2021.11.15.00.ebuild | 38 -------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest index c862fb28e..0a509da71 100644 --- a/dev-cpp/fbthrift/Manifest +++ b/dev-cpp/fbthrift/Manifest @@ -1,2 +1 @@ -DIST fbthrift-2021.11.15.00.tar.gz 6136435 BLAKE2B 743d508e51d5434a8a09d44846c4c96867cd93b6a1811ab64782190dd0183c083e819c335c181db9ce0cf09cbb1dd687c7aa67d8ac822cf4b2c6953bb52fb1cb SHA512 c3f3a13d69dc3578e3af83e15b7cd6b01f6d38c4a79a02ec1a626c8bec52bce569f536262371985ee52d1428513c303c3fe1b2a4a9107146c94c7471ef998ab7 DIST fbthrift-2022.02.28.00.tar.gz 6814491 BLAKE2B ce2646a04d1b59821d23162d51b02507a91a81208328d4c983cd99be8fa0e79efb66d4af3f244fa6e3a50e9e84a794cea9ec970e1f0b266b40d632aa064f7a9f SHA512 303e7c328f1ae7132ad81e2135b082997a40c9079bbeea701762f939ada2d80cf4f140ad6981d20273df9731bfb286f3336a999c13e26d3add49bf1c091de82c diff --git a/dev-cpp/fbthrift/fbthrift-2021.11.15.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.11.15.00.ebuild deleted file mode 100644 index 3320d823e..000000000 --- a/dev-cpp/fbthrift/fbthrift-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 - -DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server" -HOMEPAGE="https://github.com/facebook/fbthrift" -SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-arch/zstd - ~dev-cpp/fizz-${PV}:= - ~dev-cpp/folly-${PV}:= - dev-cpp/gflags - dev-cpp/glog - ~dev-cpp/wangle-${PV}:= - dev-libs/libfmt - dev-libs/openssl:0= - sys-libs/zlib -" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/bison - sys-devel/flex -" - -src_configure() { - local mycmakeargs=( - -DLIB_INSTALL_DIR=$(get_libdir) - ) - cmake_src_configure -}