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 067651581C1 for ; Wed, 17 Jul 2024 08:40:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 642132BC0FC; Wed, 17 Jul 2024 08:40:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4662D2BC0FC for ; Wed, 17 Jul 2024 08:40:24 +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 392FC342FB6 for ; Wed, 17 Jul 2024 08:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E9E11E37 for ; Wed, 17 Jul 2024 08:40:21 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1721149292.e711fe43f54e10eae507009bb587e5f5082a1e0a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/autofirma/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/autofirma/autofirma-1.8.3.ebuild X-VCS-Directories: app-crypt/autofirma/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e711fe43f54e10eae507009bb587e5f5082a1e0a X-VCS-Branch: master Date: Wed, 17 Jul 2024 08:40:21 +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: 29a2908d-bc5c-4ee6-b6f1-a92c6bed1984 X-Archives-Hash: 9611f20dff7c17fb3db222963784792d commit: e711fe43f54e10eae507009bb587e5f5082a1e0a Author: Ivan Lloro gmail com> AuthorDate: Tue Jul 16 17:01:30 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jul 16 17:01:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e711fe43 app-crypt/autofirma: Change User Agent from Fedora to Gentoo Signed-off-by: Ivan Lloro gmail.com> app-crypt/autofirma/autofirma-1.8.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/autofirma/autofirma-1.8.3.ebuild b/app-crypt/autofirma/autofirma-1.8.3.ebuild index 89b649368..2b82b2135 100644 --- a/app-crypt/autofirma/autofirma-1.8.3.ebuild +++ b/app-crypt/autofirma/autofirma-1.8.3.ebuild @@ -30,9 +30,9 @@ BDEPEND=" pkg_pretend() { # Upstream blocks vanilla wget, so we set up a browser User-Agent as a fallback. local URI="https://estaticos.redsara.es/comunes/autofirma/$(ver_rs 1- /)/AutoFirma_Linux_Fedora.zip" - local USER_AGENT="Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" + local USER_AGENT="Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" local DISTFILE="${PORTAGE_ACTUAL_DISTDIR}/${PF}.zip" - [ -f "${DISTFILE}" ] || /usr/sbin/wget --user-agent="${USER_AGENT}" "${URI}" -O "${DISTFILE}" + [[ -f "${DISTFILE}" ]] || /usr/sbin/wget --user-agent="${USER_AGENT}" "${URI}" -O "${DISTFILE}" } pkg_nofetch() {