From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1311066-garchives=archives.gentoo.org@lists.gentoo.org>
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 B991C139360
	for <garchives@archives.gentoo.org>; Mon,  9 Aug 2021 03:55:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 75256E0891;
	Mon,  9 Aug 2021 03:55:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 AD914E0891
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Aug 2021 03:55:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 31C6A340B53
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Aug 2021 03:55:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A6E486D
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 Aug 2021 03:55:42 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1628481295.fd89fb25284608b6656bcfb3dd41a247e9b0ab47.sam@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.6.ebuild app-admin/entr/entr-4.8.ebuild app-admin/entr/entr-4.9.ebuild app-admin/entr/entr-5.0.ebuild
X-VCS-Directories: app-admin/entr/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: fd89fb25284608b6656bcfb3dd41a247e9b0ab47
X-VCS-Branch: master
Date: Mon,  9 Aug 2021 03:55:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 11bd9d6d-b5b8-4c7d-be8b-cd4e0d5f4a7d
X-Archives-Hash: 5005f6068904fe4ee90e26b8feaf1b76

commit:     fd89fb25284608b6656bcfb3dd41a247e9b0ab47
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 03:54:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 03:54:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd89fb25

app-admin/entr: drop unnecessary IUSE="test", HTTPSify

- Drop unnecessary IUSE="test", RESTRICT="!test? ( ... )"
  as we don't have any test dependencies or conditional
  building of tests.
- Site finally supports HTTPS, yay!

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/entr/entr-4.6.ebuild | 6 ++----
 app-admin/entr/entr-4.8.ebuild | 6 ++----
 app-admin/entr/entr-4.9.ebuild | 6 ++----
 app-admin/entr/entr-5.0.ebuild | 6 ++----
 4 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/app-admin/entr/entr-4.6.ebuild b/app-admin/entr/entr-4.6.ebuild
index d0aef7b7af8..c36b72ba9b6 100644
--- a/app-admin/entr/entr-4.6.ebuild
+++ b/app-admin/entr/entr-4.6.ebuild
@@ -6,14 +6,12 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Run arbitrary commands when files change"
-HOMEPAGE="http://entrproject.org"
-SRC_URI="http://entrproject.org/code/${P}.tar.gz"
+HOMEPAGE="https://entrproject.org"
+SRC_URI="https://entrproject.org/code/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 src_configure() {
 	sh configure || die

diff --git a/app-admin/entr/entr-4.8.ebuild b/app-admin/entr/entr-4.8.ebuild
index d0aef7b7af8..c36b72ba9b6 100644
--- a/app-admin/entr/entr-4.8.ebuild
+++ b/app-admin/entr/entr-4.8.ebuild
@@ -6,14 +6,12 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Run arbitrary commands when files change"
-HOMEPAGE="http://entrproject.org"
-SRC_URI="http://entrproject.org/code/${P}.tar.gz"
+HOMEPAGE="https://entrproject.org"
+SRC_URI="https://entrproject.org/code/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 src_configure() {
 	sh configure || die

diff --git a/app-admin/entr/entr-4.9.ebuild b/app-admin/entr/entr-4.9.ebuild
index 911c1fa07d0..b22a3866b40 100644
--- a/app-admin/entr/entr-4.9.ebuild
+++ b/app-admin/entr/entr-4.9.ebuild
@@ -6,14 +6,12 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Run arbitrary commands when files change"
-HOMEPAGE="http://entrproject.org"
-SRC_URI="http://entrproject.org/code/${P}.tar.gz"
+HOMEPAGE="https://entrproject.org"
+SRC_URI="https://entrproject.org/code/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 src_configure() {
 	sh configure || die

diff --git a/app-admin/entr/entr-5.0.ebuild b/app-admin/entr/entr-5.0.ebuild
index e8a126ca365..4714061145a 100644
--- a/app-admin/entr/entr-5.0.ebuild
+++ b/app-admin/entr/entr-5.0.ebuild
@@ -6,14 +6,12 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Run arbitrary commands when files change"
-HOMEPAGE="http://entrproject.org"
-SRC_URI="http://entrproject.org/code/${P}.tar.gz"
+HOMEPAGE="https://entrproject.org"
+SRC_URI="https://entrproject.org/code/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 src_configure() {
 	sh configure || die