diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-04 22:00:40 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-07 15:20:34 -0400 |
commit | 676a8615c5954fe5d2506c62364412582af04b94 (patch) | |
tree | b07a5a40e19efeda62e4dfa0e15f5098d303b065 /dev-lang | |
parent | dev-db/psqlodbc: use HTTPs (diff) | |
download | gentoo-676a8615c5954fe5d2506c62364412582af04b94.tar.gz gentoo-676a8615c5954fe5d2506c62364412582af04b94.tar.bz2 gentoo-676a8615c5954fe5d2506c62364412582af04b94.zip |
dev-lang/polyml: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8724
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/polyml/polyml-5.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/polyml/polyml-5.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/polyml/polyml-5.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/polyml/polyml-5.5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/polyml/polyml-5.6.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-lang/polyml/polyml-5.4.1.ebuild b/dev-lang/polyml/polyml-5.4.1.ebuild index 291dc04c0507..34eabcdb7de5 100644 --- a/dev-lang/polyml/polyml-5.4.1.ebuild +++ b/dev-lang/polyml/polyml-5.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 base autotools MY_P=${PN}.${PV} DESCRIPTION="Poly/ML is a full implementation of Standard ML" -HOMEPAGE="http://www.polyml.org" +HOMEPAGE="https://www.polyml.org" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-lang/polyml/polyml-5.5.0.ebuild b/dev-lang/polyml/polyml-5.5.0.ebuild index c8799c914844..44b3faff1569 100644 --- a/dev-lang/polyml/polyml-5.5.0.ebuild +++ b/dev-lang/polyml/polyml-5.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ MY_PV=$(get_version_component_range "1-2" "${PV}") MY_P="${PN}.${MY_PV}" DESCRIPTION="Poly/ML is a full implementation of Standard ML" -HOMEPAGE="http://www.polyml.org" +HOMEPAGE="https://www.polyml.org" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-lang/polyml/polyml-5.5.1.ebuild b/dev-lang/polyml/polyml-5.5.1.ebuild index 675e79082702..ce4a090ed6cc 100644 --- a/dev-lang/polyml/polyml-5.5.1.ebuild +++ b/dev-lang/polyml/polyml-5.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 base autotools pax-utils MY_P="${PN}.${PV}" DESCRIPTION="Poly/ML is a full implementation of Standard ML" -HOMEPAGE="http://www.polyml.org" +HOMEPAGE="https://www.polyml.org" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-lang/polyml/polyml-5.5.2.ebuild b/dev-lang/polyml/polyml-5.5.2.ebuild index 85e846f17afc..f54f6675ccf8 100644 --- a/dev-lang/polyml/polyml-5.5.2.ebuild +++ b/dev-lang/polyml/polyml-5.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 base autotools pax-utils MY_P="${PN}.${PV}" DESCRIPTION="Poly/ML is a full implementation of Standard ML" -HOMEPAGE="http://www.polyml.org" +HOMEPAGE="https://www.polyml.org" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-lang/polyml/polyml-5.6.ebuild b/dev-lang/polyml/polyml-5.6.ebuild index 96e7f5c91558..6cdf4fdd6fb5 100644 --- a/dev-lang/polyml/polyml-5.6.ebuild +++ b/dev-lang/polyml/polyml-5.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,7 +6,7 @@ EAPI="6" inherit autotools pax-utils DESCRIPTION="Poly/ML is a full implementation of Standard ML" -HOMEPAGE="http://www.polyml.org" +HOMEPAGE="https://www.polyml.org" SRC_URI="https://codeload.github.com/polyml/polyml/tar.gz/v${PV} -> ${P}.tar.gz" LICENSE="LGPL-2.1" |