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 A561E158083 for ; Sun, 1 Sep 2024 21:14:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 370F9E2A14; Sun, 1 Sep 2024 21:14:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 213B6E2A14 for ; Sun, 1 Sep 2024 21:14:30 +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 65CC434312F for ; Sun, 1 Sep 2024 21:14:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A32A91F33 for ; Sun, 1 Sep 2024 21:14:27 +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: <1725225251.173186494c086d697af7fca8aa3880f76bda2edc.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pius/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pius/pius-3.0.0-r2.ebuild X-VCS-Directories: app-crypt/pius/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 173186494c086d697af7fca8aa3880f76bda2edc X-VCS-Branch: master Date: Sun, 1 Sep 2024 21:14:27 +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: 5124ea65-3738-4ab3-af26-2fd35e91e914 X-Archives-Hash: 235c989417ecbae7255f5f7aea070afe commit: 173186494c086d697af7fca8aa3880f76bda2edc Author: Petr Vaněk gentoo org> AuthorDate: Sun Sep 1 21:01:34 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sun Sep 1 21:14:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17318649 app-crypt/pius: update HOMEPAGE Signed-off-by: Petr Vaněk gentoo.org> app-crypt/pius/pius-3.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/pius/pius-3.0.0-r2.ebuild b/app-crypt/pius/pius-3.0.0-r2.ebuild index 753432360b2d..c6f48e76ca35 100644 --- a/app-crypt/pius/pius-3.0.0-r2.ebuild +++ b/app-crypt/pius/pius-3.0.0-r2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="A tool for signing and email all UIDs on a set of PGP keys" -HOMEPAGE="https://www.phildev.net/pius/ https://github.com/jaymzh/pius" +HOMEPAGE="https://github.com/jaymzh/pius" SRC_URI="https://github.com/jaymzh/pius/releases/download/v${PV}/pius-${PV}.tar.bz2" LICENSE="GPL-2"