diff options
author | Sam James <sam@gentoo.org> | 2021-08-09 04:54:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-09 04:54:55 +0100 |
commit | fd89fb25284608b6656bcfb3dd41a247e9b0ab47 (patch) | |
tree | 5db72650f94d23f1c1930721ee89d8639b979ef3 /app-admin/entr | |
parent | app-admin/entr: add 5.0 (diff) | |
download | gentoo-fd89fb25284608b6656bcfb3dd41a247e9b0ab47.tar.gz gentoo-fd89fb25284608b6656bcfb3dd41a247e9b0ab47.tar.bz2 gentoo-fd89fb25284608b6656bcfb3dd41a247e9b0ab47.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/entr')
-rw-r--r-- | app-admin/entr/entr-4.6.ebuild | 6 | ||||
-rw-r--r-- | app-admin/entr/entr-4.8.ebuild | 6 | ||||
-rw-r--r-- | app-admin/entr/entr-4.9.ebuild | 6 | ||||
-rw-r--r-- | 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 d0aef7b7af8e..c36b72ba9b6a 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 d0aef7b7af8e..c36b72ba9b6a 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 911c1fa07d09..b22a3866b40d 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 e8a126ca365b..4714061145a3 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 |