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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8327613933E for ; Tue, 13 Jul 2021 13:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DCACE0CC8; Tue, 13 Jul 2021 13:11:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83F5FE0CC8 for ; Tue, 13 Jul 2021 13:11:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EE45342A53 for ; Tue, 13 Jul 2021 13:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 296C77C0 for ; Tue, 13 Jul 2021 13:11:12 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626181863.a30aea81f61a2fb59500490ae3e9e9f6a61d03b4.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/honggfuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/honggfuzz/honggfuzz-2.4.ebuild X-VCS-Directories: app-forensics/honggfuzz/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a30aea81f61a2fb59500490ae3e9e9f6a61d03b4 X-VCS-Branch: master Date: Tue, 13 Jul 2021 13:11:12 +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: ae614d8b-9afe-49ab-b637-ff1ea86ad0e2 X-Archives-Hash: 770e781f8ecc6f646c7c8aa76a219526 commit: a30aea81f61a2fb59500490ae3e9e9f6a61d03b4 Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 13 12:53:12 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jul 13 13:11:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30aea81 app-forensics/honggfuzz: update HOMEPAGE, EAPI 7 -> 8 Signed-off-by: Marek Szuba gentoo.org> app-forensics/honggfuzz/honggfuzz-2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-forensics/honggfuzz/honggfuzz-2.4.ebuild b/app-forensics/honggfuzz/honggfuzz-2.4.ebuild index 13843a73683..e73640196eb 100644 --- a/app-forensics/honggfuzz/honggfuzz-2.4.ebuild +++ b/app-forensics/honggfuzz/honggfuzz-2.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs DESCRIPTION="A general purpose fuzzer with feedback support" -HOMEPAGE="https://google.github.io/honggfuzz/" +HOMEPAGE="https://honggfuzz.dev/" SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0"