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 9493F15808B 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 D5EF6E08A8; 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A9F1E08A8 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 5820534151E 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 8AAF635A 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: <1648822689.e9a3be3336390fae2754ade9bd8506afa83e2562.liaoyuan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/fizz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/fizz/Manifest dev-cpp/fizz/fizz-2022.02.28.00.ebuild X-VCS-Directories: dev-cpp/fizz/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: e9a3be3336390fae2754ade9bd8506afa83e2562 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: 1a844807-085d-4fbb-9893-1079557b5f94 X-Archives-Hash: e7c9eb86c810a8e72ffcc09f2bb09641 commit: e9a3be3336390fae2754ade9bd8506afa83e2562 Author: Yuan Liao gmail com> AuthorDate: Fri Apr 1 14:18:07 2022 +0000 Commit: Yuan Liao gmail com> CommitDate: Fri Apr 1 14:18:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9a3be33 dev-cpp/fizz: Drop 2022.02.28.00 Dropping 2022.02.28.00 after dependency ~dev-cpp/folly-2022.02.28.00 has been dropped from ::gentoo. Signed-off-by: Yuan Liao gmail.com> dev-cpp/fizz/Manifest | 1 - dev-cpp/fizz/fizz-2022.02.28.00.ebuild | 49 ---------------------------------- 2 files changed, 50 deletions(-) diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest index a3ac9534d..7e54932b0 100644 --- a/dev-cpp/fizz/Manifest +++ b/dev-cpp/fizz/Manifest @@ -1,2 +1 @@ -DIST fizz-2022.02.28.00.tar.gz 581059 BLAKE2B 31b086ca41db7919abdfc1fb8f88efe93f09ad59b5727ada2d04bd95f22f03bec7346de3944dad44d688b1281a5d789df2e134c0990dd1c751723b60791c1770 SHA512 ccfd493b04cca5e8e76e64dea2659b88ec1fe0dcdfa3b1133d46fe8d37abc4fc78710c0831c2038ce0806f7ebad47607aa7597f9ee8577b9bbd11436ff1cdeaf DIST fizz-2022.03.21.00.tar.gz 581670 BLAKE2B 2dc9691abfaf646db56e047a74894b745102764c773b9f244c4b357b74b6d00d1a2548664a5e343f2c5f84458de36d453e99b9901c89bc621c54840a7b45b5e4 SHA512 81a7b764c2c2e17fd5df32a69ecb368eb01df04df6dbd1155a40b68fc39cda4f86ce81afc5c89425a5751ef7f4dbb8a40df8b5095685e72ce5e9043c0a74682e diff --git a/dev-cpp/fizz/fizz-2022.02.28.00.ebuild b/dev-cpp/fizz/fizz-2022.02.28.00.ebuild deleted file mode 100644 index 12e7ec567..000000000 --- a/dev-cpp/fizz/fizz-2022.02.28.00.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="C++14 implementation of the TLS-1.3 standard" -HOMEPAGE="https://github.com/facebookincubator/fizz" -SRC_URI="https://github.com/facebookincubator/fizz/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples test" - -RDEPEND=" - ~dev-cpp/folly-${PV}:= - dev-cpp/gflags - dev-cpp/glog - dev-libs/double-conversion - dev-libs/libevent - dev-libs/libfmt - dev-libs/libsodium - dev-libs/openssl:0= -" -#TODO: discover if gtest is linked -DEPEND=" - ${RDEPEND} - test? (