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 15D47158090 for ; Mon, 9 May 2022 20:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC34E07EF; Mon, 9 May 2022 20:16:55 +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 1B232E07EF for ; Mon, 9 May 2022 20:16:55 +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 2580A3410FC for ; Mon, 9 May 2022 20:16:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7874D3 for ; Mon, 9 May 2022 20:16:20 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1652127357.b758a72cbe44afab433000e41a02c466e8e5ae75.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/portpeek/portpeek-3.2.2.ebuild X-VCS-Directories: app-portage/portpeek/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: b758a72cbe44afab433000e41a02c466e8e5ae75 X-VCS-Branch: master Date: Mon, 9 May 2022 20:16:20 +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: a5782c27-26b0-41e1-bddd-f8302f62a318 X-Archives-Hash: 92ed8fb95d7e264530b36b26cb3d2464 commit: b758a72cbe44afab433000e41a02c466e8e5ae75 Author: Mike Pagano gentoo org> AuthorDate: Mon May 9 20:15:57 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon May 9 20:15:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b758a72c app-portage/portpeek: update HOMEPAGE, SRC_URI to github hosting Signed-off-by: Mike Pagano gentoo.org> app-portage/portpeek/portpeek-3.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/portpeek/portpeek-3.2.2.ebuild b/app-portage/portpeek/portpeek-3.2.2.ebuild index 670dfa718f8e..4a0eb9876d69 100644 --- a/app-portage/portpeek/portpeek-3.2.2.ebuild +++ b/app-portage/portpeek/portpeek-3.2.2.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{8,9,10} ) inherit python-r1 DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files" -HOMEPAGE="https://www.mpagano.com/blog/?page_id=3" -SRC_URI="https://www.mpagano.com/downloads/${P}.tar.gz" +HOMEPAGE="https://github.com/mpagano/portpeek" +SRC_URI="https://github.com/mpagano/portpeek/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"