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 3B8EF15802E for ; Sat, 29 Jun 2024 01:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B07DE29AD; Sat, 29 Jun 2024 01:33:20 +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 2E012E29AD for ; Sat, 29 Jun 2024 01:33:20 +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 24E26335D63 for ; Sat, 29 Jun 2024 01:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58E331D7B for ; Sat, 29 Jun 2024 01:33:17 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1719624771.0c04224480a7098d2b2f506b6c317f83851bfac5.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: 0c04224480a7098d2b2f506b6c317f83851bfac5 X-VCS-Branch: dev Date: Sat, 29 Jun 2024 01:33:17 +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: 5797c04f-0f01-4cbb-a0b9-fc723d0722ea X-Archives-Hash: 2d4ed4f3465659b57c3020baefa93601 commit: 0c04224480a7098d2b2f506b6c317f83851bfac5 Author: Ivan Lloro gmail com> AuthorDate: Sat Jun 29 01:32:51 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Sat Jun 29 01:32:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c042244 app-crypt/autofirma: Cleanup of commented lines Signed-off-by: Ivan Lloro gmail.com> app-crypt/autofirma/autofirma-1.8.3.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app-crypt/autofirma/autofirma-1.8.3.ebuild b/app-crypt/autofirma/autofirma-1.8.3.ebuild index 60ea44379..3d2d98588 100644 --- a/app-crypt/autofirma/autofirma-1.8.3.ebuild +++ b/app-crypt/autofirma/autofirma-1.8.3.ebuild @@ -23,13 +23,6 @@ KEYWORDS="~amd64" RDEPEND="virtual/jre:1.8" BDEPEND="app-arch/unzip" -#pkg_setup() { - # Upstream blocks vanilla wget, so we set up a browser User-Agent. -# URI="https://estaticos.redsara.es/comunes/autofirma/$(ver_rs 1- /)/AutoFirma_Linux_Fedora.zip" - #wget -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}" --user-agent="Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" -# wget --user-agent="Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" ${URI} -O ${DISTDIR}/${P}.zip -#} - pkg_nofetch() { einfo "Please download:" einfo " https://estaticos.redsara.es/comunes/autofirma/$(ver_rs 1- /)/AutoFirma_Linux_Fedora.zip"