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 9107C15808B for ; Sun, 17 Apr 2022 18:13:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6979FE0AF4; Sun, 17 Apr 2022 18:13:06 +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 27657E0AF4 for ; Sun, 17 Apr 2022 18:13:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 261063419F4 for ; Sun, 17 Apr 2022 18:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36B442C for ; Sun, 17 Apr 2022 18:13:01 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650134455.803cbb5f620564ce9cb2a47423b2203e9313d1d7.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fizz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/fizz/Manifest dev-cpp/fizz/fizz-2022.03.21.00.ebuild dev-cpp/fizz/fizz-2022.04.11.00.ebuild X-VCS-Directories: dev-cpp/fizz/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 803cbb5f620564ce9cb2a47423b2203e9313d1d7 X-VCS-Branch: master Date: Sun, 17 Apr 2022 18:13:01 +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: 8f64f340-d715-4381-b92e-199699fcdc84 X-Archives-Hash: e8cdec350b84392eaed3195bbe22294f commit: 803cbb5f620564ce9cb2a47423b2203e9313d1d7 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Apr 16 18:40:55 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 16 18:40:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=803cbb5f dev-cpp/fizz: add 2022.04.11.00, drop 2022.03.21.00 Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/fizz/Manifest | 2 +- dev-cpp/fizz/{fizz-2022.03.21.00.ebuild => fizz-2022.04.11.00.ebuild} | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest index 7e54932b0..d9cf2728e 100644 --- a/dev-cpp/fizz/Manifest +++ b/dev-cpp/fizz/Manifest @@ -1 +1 @@ -DIST fizz-2022.03.21.00.tar.gz 581670 BLAKE2B 2dc9691abfaf646db56e047a74894b745102764c773b9f244c4b357b74b6d00d1a2548664a5e343f2c5f84458de36d453e99b9901c89bc621c54840a7b45b5e4 SHA512 81a7b764c2c2e17fd5df32a69ecb368eb01df04df6dbd1155a40b68fc39cda4f86ce81afc5c89425a5751ef7f4dbb8a40df8b5095685e72ce5e9043c0a74682e +DIST fizz-2022.04.11.00.tar.gz 591060 BLAKE2B 5d773af07c70244f54b46927cf28677ef7eb7a9a822a47d497c0ddc9ee4abac34a13462cbcae5372dae5bb3370b7eafc3528c3b63c7b50c564d88c59d6a878f9 SHA512 94278ccda36c0781512a3f9245637573891c8b51d35e5b991d62aad86f2883a9a85406e004e88fd342f0a4020365a19e068ba975e0bf826bf7c360916862a1c8 diff --git a/dev-cpp/fizz/fizz-2022.03.21.00.ebuild b/dev-cpp/fizz/fizz-2022.04.11.00.ebuild similarity index 93% rename from dev-cpp/fizz/fizz-2022.03.21.00.ebuild rename to dev-cpp/fizz/fizz-2022.04.11.00.ebuild index 12e7ec567..0c689e15b 100644 --- a/dev-cpp/fizz/fizz-2022.03.21.00.ebuild +++ b/dev-cpp/fizz/fizz-2022.04.11.00.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,6 @@ RDEPEND=" dev-libs/libsodium dev-libs/openssl:0= " -#TODO: discover if gtest is linked DEPEND=" ${RDEPEND} test? (