From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1547507-garchives=archives.gentoo.org@lists.gentoo.org> 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 CDEDC15800A for <garchives@archives.gentoo.org>; Sat, 19 Aug 2023 15:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 227EF2BC01A; Sat, 19 Aug 2023 15:03:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 083512BC017 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2023 15:03:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30D47341018 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2023 15:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D2E4FD2 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2023 15:03:20 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1692457386.a6e8b05152e2c815ed66e3a576fe7a3c06f6b1f6.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/emerge-webrsync X-VCS-Directories: bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6e8b05152e2c815ed66e3a576fe7a3c06f6b1f6 X-VCS-Branch: master Date: Sat, 19 Aug 2023 15:03:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b78f963-efb4-43ac-add5-8ab2541413da X-Archives-Hash: 9b494c3de5d6a49e76fd2e0fbd53fc88 commit: a6e8b05152e2c815ed66e3a576fe7a3c06f6b1f6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 19 15:03:06 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 15:03:06 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a6e8b051 emerge-webrsync: drop dead --keyserver code Signed-off-by: Sam James <sam <AT> gentoo.org> bin/emerge-webrsync | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync index fea0085682..782a6052eb 100755 --- a/bin/emerge-webrsync +++ b/bin/emerge-webrsync @@ -280,17 +280,11 @@ check_file_signature_gemato() { die "Needed keys unavailable! Install its package or set PORTAGE_GPG_KEY to the right path." fi - local keyserver - if [[ -n ${PORTAGE_GPG_KEY_SERVER} ]] ; then - keyserver="--keyserver ${PORTAGE_GPG_KEY_SERVER}" - fi - local gemato_args=( openpgp-verify-detached -K "${key}" ) - if [[ -n ${http_proxy} || -n ${https_proxy} ]] ; then gemato_args+=( --proxy "${http_proxy:-${https_proxy}}"