commit: b32dcdb58a9af16becd618df97382160645575f3 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun May 27 14:47:45 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun May 27 16:22:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32dcdb5
app-dicts/wordnet: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8624 app-dicts/wordnet/wordnet-3.0-r4.ebuild | 4 ++-- app-dicts/wordnet/wordnet-3.0-r5.ebuild | 4 ++-- 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 5b1c21d480e..bd72aae233c 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 eba742265ed..68cdec705c1 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 48f463038ef..b0f8adbbf56 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." }
