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 79032158170 for ; Thu, 18 Jul 2024 16:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3054E2AEA; Thu, 18 Jul 2024 16:39:36 +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 7F6A2E2AEA for ; Thu, 18 Jul 2024 16:39:36 +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 A9814342FFB for ; Thu, 18 Jul 2024 16:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27BC21E40 for ; Thu, 18 Jul 2024 16:39:31 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1721317719.23da3001adc2b9faaf6f342c9b9921276d349682.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/via/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/via/via-3.0.0.ebuild X-VCS-Directories: app-misc/via/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 23da3001adc2b9faaf6f342c9b9921276d349682 X-VCS-Branch: master Date: Thu, 18 Jul 2024 16:39:31 +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: 792f2d2b-a4da-4814-91d1-e4d31814a32f X-Archives-Hash: 33768030f374b2bdbf9c76368dabe329 commit: 23da3001adc2b9faaf6f342c9b9921276d349682 Author: Lucio Sauer posteo net> AuthorDate: Thu Jul 18 15:47:24 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Thu Jul 18 15:48:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23da3001 app-misc/via: update HOMEPAGE to fix RedirectedUrlCheck Signed-off-by: Lucio Sauer posteo.net> app-misc/via/via-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/via/via-3.0.0.ebuild b/app-misc/via/via-3.0.0.ebuild index 0b4640a1c..dfdf14078 100644 --- a/app-misc/via/via-3.0.0.ebuild +++ b/app-misc/via/via-3.0.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit desktop xdg DESCRIPTION="GUI configurator for supported QMK-based keyboards" -HOMEPAGE="https://caniusevia.com" +HOMEPAGE="https://www.caniusevia.com/" SRC_URI="https://github.com/the-via/releases/releases/download/v${PV}/${P}-linux.AppImage -> ${P}.AppImage" S="${WORKDIR}" 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 AA2DE158170 for ; Thu, 18 Jul 2024 15:49:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB394E2A1C; Thu, 18 Jul 2024 15:49:07 +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 B6CF3E2A1C for ; Thu, 18 Jul 2024 15:49:07 +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 81D98342FAF for ; Thu, 18 Jul 2024 15:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1C291E3D for ; Thu, 18 Jul 2024 15:49:04 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1721317719.23da3001adc2b9faaf6f342c9b9921276d349682.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/via/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/via/via-3.0.0.ebuild X-VCS-Directories: app-misc/via/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 23da3001adc2b9faaf6f342c9b9921276d349682 X-VCS-Branch: dev Date: Thu, 18 Jul 2024 15:49:04 +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: 3f0c9b37-3056-4e1a-bcdc-d832f18d4952 X-Archives-Hash: 9710b33280a89501a1ce58ab42abec25 Message-ID: <20240718154904.oXu8ovuP0rab7h4rV8dEfaiHHR5Z_Y6cQSR_UT1eMbA@z> commit: 23da3001adc2b9faaf6f342c9b9921276d349682 Author: Lucio Sauer posteo net> AuthorDate: Thu Jul 18 15:47:24 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Thu Jul 18 15:48:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23da3001 app-misc/via: update HOMEPAGE to fix RedirectedUrlCheck Signed-off-by: Lucio Sauer posteo.net> app-misc/via/via-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/via/via-3.0.0.ebuild b/app-misc/via/via-3.0.0.ebuild index 0b4640a1c..dfdf14078 100644 --- a/app-misc/via/via-3.0.0.ebuild +++ b/app-misc/via/via-3.0.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit desktop xdg DESCRIPTION="GUI configurator for supported QMK-based keyboards" -HOMEPAGE="https://caniusevia.com" +HOMEPAGE="https://www.caniusevia.com/" SRC_URI="https://github.com/the-via/releases/releases/download/v${PV}/${P}-linux.AppImage -> ${P}.AppImage" S="${WORKDIR}"