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 E0B4315808B for ; Fri, 1 Apr 2022 14:41:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC29FE08AD; Fri, 1 Apr 2022 14:41:35 +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 3CDD0E08A8 for ; Fri, 1 Apr 2022 14:41:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1660A341424 for ; Fri, 1 Apr 2022 14:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63DA3AF for ; Fri, 1 Apr 2022 14:41:32 +0000 (UTC) From: "Yuan Liao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuan Liao" Message-ID: <1648822598.f798d39ead7ea6e25f515187923033c3e7310120.liaoyuan@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-2022.02.28.00-r1.ebuild X-VCS-Directories: dev-cpp/fbthrift/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: f798d39ead7ea6e25f515187923033c3e7310120 X-VCS-Branch: dev Date: Fri, 1 Apr 2022 14:41:32 +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: b004709e-aa69-490b-b3a7-f30ed093000f X-Archives-Hash: d1111144e7967cd5e600f8884cb90a94 commit: f798d39ead7ea6e25f515187923033c3e7310120 Author: Yuan Liao gmail com> AuthorDate: Fri Apr 1 14:16:36 2022 +0000 Commit: Yuan Liao gmail com> CommitDate: Fri Apr 1 14:16:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f798d39e dev-cpp/fbthrift: Drop 2022.02.28.00-r1 Dropping 2022.02.28.00 after dependency ~dev-cpp/folly-2022.02.28.00 has been removed from ::gentoo. Signed-off-by: Yuan Liao gmail.com> dev-cpp/fbthrift/Manifest | 1 - dev-cpp/fbthrift/fbthrift-2022.02.28.00-r1.ebuild | 46 ----------------------- 2 files changed, 47 deletions(-) diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest index 7d99e43a1..ebe4d535f 100644 --- a/dev-cpp/fbthrift/Manifest +++ b/dev-cpp/fbthrift/Manifest @@ -1,2 +1 @@ -DIST fbthrift-2022.02.28.00.tar.gz 6814491 BLAKE2B ce2646a04d1b59821d23162d51b02507a91a81208328d4c983cd99be8fa0e79efb66d4af3f244fa6e3a50e9e84a794cea9ec970e1f0b266b40d632aa064f7a9f SHA512 303e7c328f1ae7132ad81e2135b082997a40c9079bbeea701762f939ada2d80cf4f140ad6981d20273df9731bfb286f3336a999c13e26d3add49bf1c091de82c DIST fbthrift-2022.03.21.00.tar.gz 7178541 BLAKE2B 6e875f19ae19b5ccd1740d5eadb0b4f106d96b95ca1ced9e05a5bfd7f8e7de84aec722f0dfb0721c81e320185359d3f9c595ebfebef8638b6ca6788df98d37d4 SHA512 8d2d9430dc3a4ecc23042cd9bcf4eee888824449d05d98baec408aef806b934d643e578d3876169f69966c846aeddbe0aa84416c4e020cba028a49d2fccfe7ab diff --git a/dev-cpp/fbthrift/fbthrift-2022.02.28.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2022.02.28.00-r1.ebuild deleted file mode 100644 index d05d4ff9a..000000000 --- a/dev-cpp/fbthrift/fbthrift-2022.02.28.00-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit cmake python-single-r1 - -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 - ${PYTHON_DEPS} -" -DEPEND=" - ${RDEPEND} - $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') -" -BDEPEND=" - sys-devel/bison - sys-devel/flex -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_configure() { - local mycmakeargs=( - -DLIB_INSTALL_DIR=$(get_libdir) - ) - cmake_src_configure -}