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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE8D8139360 for ; Mon, 9 Aug 2021 11:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3B29E086D; Mon, 9 Aug 2021 11:25:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9C76E086D for ; Mon, 9 Aug 2021 11:25:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9317342B12 for ; Mon, 9 Aug 2021 11:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 700F57BD for ; Mon, 9 Aug 2021 11:25:25 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1628508322.20fde189fc722f31e3d9519c33b1b4586913ae90.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/entr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/entr/entr-4.9.ebuild app-admin/entr/entr-5.0.ebuild X-VCS-Directories: app-admin/entr/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 20fde189fc722f31e3d9519c33b1b4586913ae90 X-VCS-Branch: master Date: Mon, 9 Aug 2021 11:25:25 +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: c48af103-d81d-4dc8-9132-2dd7f3e5d748 X-Archives-Hash: 66d83e6b4bb12def515e1d0acbee593b commit: 20fde189fc722f31e3d9519c33b1b4586913ae90 Author: Jason A. Donenfeld gentoo org> AuthorDate: Mon Aug 9 11:17:59 2021 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Mon Aug 9 11:25:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fde189 app-admin/entr: update project and download URIs The project moved to the author's personal domain rather than a dedicated domain, with the latter now returning TLS errors. Update the packages accordingly. Closes: https://bugs.gentoo.org/807250 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Jason A. Donenfeld gentoo.org> app-admin/entr/entr-4.9.ebuild | 4 ++-- app-admin/entr/entr-5.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/entr/entr-4.9.ebuild b/app-admin/entr/entr-4.9.ebuild index b22a3866b40..0ed45c47857 100644 --- a/app-admin/entr/entr-4.9.ebuild +++ b/app-admin/entr/entr-4.9.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Run arbitrary commands when files change" -HOMEPAGE="https://entrproject.org" -SRC_URI="https://entrproject.org/code/${P}.tar.gz" +HOMEPAGE="http://eradman.com/entrproject/" +SRC_URI="http://eradman.com/entrproject/code/${P}.tar.gz" LICENSE="ISC" SLOT="0" diff --git a/app-admin/entr/entr-5.0.ebuild b/app-admin/entr/entr-5.0.ebuild index 4714061145a..56739e0f6e0 100644 --- a/app-admin/entr/entr-5.0.ebuild +++ b/app-admin/entr/entr-5.0.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Run arbitrary commands when files change" -HOMEPAGE="https://entrproject.org" -SRC_URI="https://entrproject.org/code/${P}.tar.gz" +HOMEPAGE="http://eradman.com/entrproject/" +SRC_URI="http://eradman.com/entrproject/code/${P}.tar.gz" LICENSE="ISC" SLOT="0"