commit:     c94a025fb870fa9fa328665f41c887cb88428599
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 01:11:02 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 01:11:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94a025f

sci-libs/iml: use HTTPS and drop RESTRICT=mirror.

The HOMEPAGE and SRC_URI redirect to HTTPS anyway, so let's use it
right off the bat. And RESTRICT=mirror doesn't seem needed after
perusing the source. Since this ebuild was imported from an overlay, I
feel relatively confident that I'm not doing anything wrong by
removing it.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-libs/iml/iml-1.0.5.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/sci-libs/iml/iml-1.0.5.ebuild b/sci-libs/iml/iml-1.0.5.ebuild
index 25907543c00..fef4d4a5783 100644
--- a/sci-libs/iml/iml-1.0.5.ebuild
+++ b/sci-libs/iml/iml-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,16 +6,14 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="Integer Matrix Library"
-HOMEPAGE="http://www.cs.uwaterloo.ca/~astorjoh/iml.html";
-SRC_URI="http://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2";
+HOMEPAGE="https://www.cs.uwaterloo.ca/~astorjoh/iml.html";
+SRC_URI="https://www.cs.uwaterloo.ca/~astorjoh/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
-RESTRICT="mirror"
-
 DEPEND="virtual/cblas"
 RDEPEND="${DEPEND}"
 

Reply via email to