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 7F59D1581D3 for ; Sat, 25 May 2024 06:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58989E2A33; Sat, 25 May 2024 06:50:13 +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 26E69E2A32 for ; Sat, 25 May 2024 06:50:13 +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 1E4AD342F65 for ; Sat, 25 May 2024 06:50:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7314B1B47 for ; Sat, 25 May 2024 06:50:10 +0000 (UTC) From: "Sam James" 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" Message-ID: <1716619783.7db184358684bfec937b32ff644ef3be658ff56e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/loop-aes-losetup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild X-VCS-Directories: app-crypt/loop-aes-losetup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7db184358684bfec937b32ff644ef3be658ff56e X-VCS-Branch: master Date: Sat, 25 May 2024 06:50:10 +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: eee39006-47eb-488f-888a-7b03d9945881 X-Archives-Hash: 81fdbddec8638eb28f2d0310c3b97de8 commit: 7db184358684bfec937b32ff644ef3be658ff56e Author: Sam James gentoo org> AuthorDate: Sat May 25 06:49:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 25 06:49:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db18435 app-crypt/loop-aes-losetup: add loop-aes to HOMEPAGE too ... not just util-linux. Signed-off-by: Sam James gentoo.org> app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild b/app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild index b26e9ece0c23..9cb4fc9a0d47 100644 --- a/app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild +++ b/app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild @@ -10,7 +10,7 @@ MY_P="util-linux-${MY_PV}" LOOPAES_P="loop-AES-v3.8c" DESCRIPTION="Loop-AES losetup utility" -HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ https://github.com/util-linux/util-linux" +HOMEPAGE="https://sourceforge.net/projects/loop-aes/ https://www.kernel.org/pub/linux/utils/util-linux/ https://github.com/util-linux/util-linux" SRC_URI=" https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz https://loop-aes.sourceforge.net/loop-AES/${LOOPAES_P}.tar.bz2