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

Reply via email to