diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-27 16:47:45 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-27 12:22:56 -0400 |
commit | b32dcdb58a9af16becd618df97382160645575f3 (patch) | |
tree | f88a2f54143a47f0f3dfbd214a72e314e09946da | |
parent | games-puzzle/numptyphysics: Drop old (diff) | |
download | gentoo-b32dcdb58a9af16becd618df97382160645575f3.tar.gz gentoo-b32dcdb58a9af16becd618df97382160645575f3.tar.bz2 gentoo-b32dcdb58a9af16becd618df97382160645575f3.zip |
app-dicts/wordnet: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8624
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r4.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r5.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/wordnet/wordnet-3.1.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/app-dicts/wordnet/wordnet-3.0-r4.ebuild b/app-dicts/wordnet/wordnet-3.0-r4.ebuild index 5b1c21d480e5..bd72aae233cc 100644 --- a/app-dicts/wordnet/wordnet-3.0-r4.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r4.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 @@ -6,7 +6,7 @@ EAPI=5 inherit autotools eutils flag-o-matic multilib DESCRIPTION="A lexical database for the English language" -HOMEPAGE="http://wordnet.princeton.edu/" +HOMEPAGE="https://wordnet.princeton.edu/" SRC_URI=" ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PV}/WordNet-${PV}.tar.gz mirror://gentoo/${P}-patchset-1.tar.bz2" diff --git a/app-dicts/wordnet/wordnet-3.0-r5.ebuild b/app-dicts/wordnet/wordnet-3.0-r5.ebuild index eba742265ede..68cdec705c13 100644 --- a/app-dicts/wordnet/wordnet-3.0-r5.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r5.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools eutils flag-o-matic DESCRIPTION="A lexical database for the English language" -HOMEPAGE="http://wordnet.princeton.edu/" +HOMEPAGE="https://wordnet.princeton.edu/" SRC_URI=" http://wordnetcode.princeton.edu/${PV}/WordNet-${PV}.tar.gz mirror://gentoo/${P}-patchset-1.tar.bz2" diff --git a/app-dicts/wordnet/wordnet-3.1.ebuild b/app-dicts/wordnet/wordnet-3.1.ebuild index 48f463038ef0..b0f8adbbf560 100644 --- a/app-dicts/wordnet/wordnet-3.1.ebuild +++ b/app-dicts/wordnet/wordnet-3.1.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools eutils flag-o-matic DESCRIPTION="A lexical database for the English language" -HOMEPAGE="http://wordnet.princeton.edu/" +HOMEPAGE="https://wordnet.princeton.edu/" SRC_URI=" http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz mirror://gentoo/${PN}-3.0-patchset-1.tar.bz2 @@ -90,5 +90,5 @@ src_install(){ pkg_postinst(){ elog "The WordNet 3.1 ebuild has installed WordNet v3.0 with v3.1 database files instead." - elog "See http://wordnet.princeton.edu/wordnet/download/current-version/ for more." + elog "See https://wordnet.princeton.edu/download/current-version/ for more." } |