From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 534D41584F2 for ; Sat, 15 Mar 2025 08:44:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3EDA43431DB for ; Sat, 15 Mar 2025 08:44:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C8D2B1103E1; Sat, 15 Mar 2025 08:43:48 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B69611103E1 for ; Sat, 15 Mar 2025 08:43:48 +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 73CB734314C for ; Sat, 15 Mar 2025 08:43:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8B15236F for ; Sat, 15 Mar 2025 08:43:45 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1742028116.1a8b61ba4ae109d5702e7c29e2a86228dccaf310.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/bvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/bvi/bvi-1.4.2.ebuild X-VCS-Directories: app-editors/bvi/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 1a8b61ba4ae109d5702e7c29e2a86228dccaf310 X-VCS-Branch: master Date: Sat, 15 Mar 2025 08:43:45 +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: 432d4e47-5713-4e36-9c33-2ddb130f2247 X-Archives-Hash: fe7668939bb555186e7c2c051ad2a9ec commit: 1a8b61ba4ae109d5702e7c29e2a86228dccaf310 Author: Petr Vaněk gentoo org> AuthorDate: Sat Mar 15 08:30:30 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Mar 15 08:41:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8b61ba app-editors/bvi: update HOMEPAGE Signed-off-by: Petr Vaněk gentoo.org> app-editors/bvi/bvi-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/bvi/bvi-1.4.2.ebuild b/app-editors/bvi/bvi-1.4.2.ebuild index 5fb9159817d7..0e8a35b52990 100644 --- a/app-editors/bvi/bvi-1.4.2.ebuild +++ b/app-editors/bvi/bvi-1.4.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit flag-o-matic DESCRIPTION="Display-oriented editor for binary files, based on the vi texteditor" -HOMEPAGE="http://bvi.sourceforge.net/" +HOMEPAGE="https://bvi.sourceforge.net/" SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.src.tar.gz" LICENSE="GPL-3+"