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 0081515808B for ; Mon, 7 Mar 2022 04:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFDEBE0875; Mon, 7 Mar 2022 04:17:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5CCC5E0875 for ; Mon, 7 Mar 2022 04:17:37 +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 4A17634311C 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 896841F1 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: <1646626604.7175e9abcb726c9d7ae26ab4bc835d3853ab45cf.Alessandro-Barbieri@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-2021.11.15.00.ebuild X-VCS-Directories: dev-cpp/fizz/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7175e9abcb726c9d7ae26ab4bc835d3853ab45cf 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: 94c363b4-2fa8-422b-9920-9eed8f0e9bdf X-Archives-Hash: 02f8c8587b85490901e43c5a199346fd commit: 7175e9abcb726c9d7ae26ab4bc835d3853ab45cf Author: Alessandro Barbieri gmail com> AuthorDate: Mon Mar 7 04:16:44 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Mar 7 04:16:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7175e9ab dev-cpp/fizz: drop 2021.11.15.00 Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/fizz/Manifest | 1 - dev-cpp/fizz/fizz-2021.11.15.00.ebuild | 49 ---------------------------------- 2 files changed, 50 deletions(-) diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest index 7bfbd48f6..33a7067a2 100644 --- a/dev-cpp/fizz/Manifest +++ b/dev-cpp/fizz/Manifest @@ -1,2 +1 @@ -DIST fizz-2021.11.15.00.tar.gz 567214 BLAKE2B 943d740e483ab5c47b0c4aa3bd9516cf708a357532411d70e4e571ecb6b566d38cf1518ff29764fb18f372170ee06e6855200ade771be91a4f4a6936c50863ac SHA512 c215011e417d211b7859b47294831922caeb9c26a24804697af38b55f62d42ef0a52b2f318a930fc18e86d44fac90bf9909b0979ff5a522041cad26bbb9d2b77 DIST fizz-2022.02.28.00.tar.gz 581059 BLAKE2B 31b086ca41db7919abdfc1fb8f88efe93f09ad59b5727ada2d04bd95f22f03bec7346de3944dad44d688b1281a5d789df2e134c0990dd1c751723b60791c1770 SHA512 ccfd493b04cca5e8e76e64dea2659b88ec1fe0dcdfa3b1133d46fe8d37abc4fc78710c0831c2038ce0806f7ebad47607aa7597f9ee8577b9bbd11436ff1cdeaf diff --git a/dev-cpp/fizz/fizz-2021.11.15.00.ebuild b/dev-cpp/fizz/fizz-2021.11.15.00.ebuild deleted file mode 100644 index 12e7ec567..000000000 --- a/dev-cpp/fizz/fizz-2021.11.15.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? (