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 8E52C158020 for ; Thu, 13 Oct 2022 23:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D543BE0905; Thu, 13 Oct 2022 23:37:39 +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 BA9AFE0905 for ; Thu, 13 Oct 2022 23:37:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C116E341039 for ; Thu, 13 Oct 2022 23:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C604061E for ; Thu, 13 Oct 2022 23:37:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665704240.2a0ad0b4b817945b208d36a3ca5efa1f8a4ec16e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/byacc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/byacc/Manifest dev-util/byacc/byacc-20220128-r1.ebuild dev-util/byacc/byacc-20220128.ebuild X-VCS-Directories: dev-util/byacc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a0ad0b4b817945b208d36a3ca5efa1f8a4ec16e X-VCS-Branch: master Date: Thu, 13 Oct 2022 23:37:35 +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: 2d226941-507d-4adb-88fe-bfb62674b3b5 X-Archives-Hash: 4266f76065f63482b2db5a5d0a958a09 commit: 2a0ad0b4b817945b208d36a3ca5efa1f8a4ec16e Author: Sam James gentoo org> AuthorDate: Thu Oct 13 23:37:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 13 23:37:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0ad0b4 dev-util/byacc: EAPI 8, verify-sig Signed-off-by: Sam James gentoo.org> dev-util/byacc/Manifest | 1 + .../{byacc-20220128.ebuild => byacc-20220128-r1.ebuild} | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest index 873ff5981fa7..2324a1cf2a34 100644 --- a/dev-util/byacc/Manifest +++ b/dev-util/byacc/Manifest @@ -1 +1,2 @@ DIST byacc-20220128.tgz 896513 BLAKE2B a5dd491702274ed84fdddc8b2d2d240d8ddcc9350db82eee067978297ceda012ab99d7c8f53102f8190ce6e6bb3feb8d9beb62969ddf222b4ba967041b746c00 SHA512 e8ae4c56f5be4cc0ef1d281c43f02c6296fdc40f630269f2a61af511f270ae059ad185b9718190b8133018f7b74b7ca6f84ced5d63a359960b52ea2a3ef562ea +DIST byacc-20220128.tgz.asc 729 BLAKE2B 7e43d182d06419fdfc925f078535163cf1bba49c7ec05788e2268adc34fbca8ce368516cbd46605bfe2c700950e3c9a202ed120f8a9ff507599a1a2acf6998dd SHA512 84140b9aa4aaada776c580be7adb265bf281decd1d24661b1368e0ffdaf52257751931e61ad0bcc59977e966c32125f751f889d5bfa806b7e0bdeaf96dd629e3 diff --git a/dev-util/byacc/byacc-20220128.ebuild b/dev-util/byacc/byacc-20220128-r1.ebuild similarity index 63% rename from dev-util/byacc/byacc-20220128.ebuild rename to dev-util/byacc/byacc-20220128-r1.ebuild index cfea2d0919d7..891cbd09f9b3 100644 --- a/dev-util/byacc/byacc-20220128.ebuild +++ b/dev-util/byacc/byacc-20220128-r1.ebuild @@ -1,18 +1,22 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc +inherit verify-sig DESCRIPTION="The best variant of the Yacc parser generator" HOMEPAGE="https://invisible-island.net/byacc/byacc.html" -SRC_URI="ftp://ftp.invisible-island.net/byacc/${P}.tgz" -# Seems to be unreliable (unstable tarballs): bug #820167. -#SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz" +SRC_URI="https://invisible-island.net/archives/${PN}/${P}.tgz" +SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/${PN}/${P}.tgz.asc )" LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +BDEPEND="verify-sig? ( sec-keys/openpgp-keys-thomasdickey )" + DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README ) src_configure() {