diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-15 12:14:58 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-16 18:56:41 -0400 |
commit | c9b930544d76343a2b160124fe493f612c484844 (patch) | |
tree | a758813d71613f510ad720ebbbcdcef4ad619939 /dev-lang/cfortran | |
parent | dev-cpp/tbb: use HTTPS (diff) | |
download | gentoo-c9b930544d76343a2b160124fe493f612c484844.tar.gz gentoo-c9b930544d76343a2b160124fe493f612c484844.tar.bz2 gentoo-c9b930544d76343a2b160124fe493f612c484844.zip |
dev-lang/cfortran: use HTTPS
Diffstat (limited to 'dev-lang/cfortran')
-rw-r--r-- | dev-lang/cfortran/cfortran-4.4-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/cfortran/cfortran-4.4-r3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/cfortran/cfortran-4.4-r2.ebuild b/dev-lang/cfortran/cfortran-4.4-r2.ebuild index f63f8906b035..6b13ce659408 100644 --- a/dev-lang/cfortran/cfortran-4.4-r2.ebuild +++ b/dev-lang/cfortran/cfortran-4.4-r2.ebuild @@ -10,7 +10,7 @@ DEB_PR="14" DESCRIPTION="Header file allowing to call Fortran routines from C and C++" SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz" -HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/" +HOMEPAGE="https://www-zeus.desy.de/~burow/cfortran/" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" LICENSE="LGPL-2" IUSE="examples" diff --git a/dev-lang/cfortran/cfortran-4.4-r3.ebuild b/dev-lang/cfortran/cfortran-4.4-r3.ebuild index 85738d919546..18edf8e29493 100644 --- a/dev-lang/cfortran/cfortran-4.4-r3.ebuild +++ b/dev-lang/cfortran/cfortran-4.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils DEB_PR="14" DESCRIPTION="Header file allowing to call Fortran routines from C and C++" -HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/" +HOMEPAGE="https://www-zeus.desy.de/~burow/cfortran/" SRC_URI=" mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz" |