app-dicts/wordnet: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 27 May 2018 14:47:45 +0000 (16:47 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 16:22:56 +0000 (12:22 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8624

app-dicts/wordnet/wordnet-3.0-r4.ebuild
app-dicts/wordnet/wordnet-3.0-r5.ebuild
app-dicts/wordnet/wordnet-3.1.ebuild

index 5b1c21d480e5505f0d96235311e4f655426f9e9e..bd72aae233cc09ea65727a7d27be008377835511 100644 (file)
@@ -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"
index eba742265ede2b2af72d787b8c054bf56d81b88c..68cdec705c137e4d503804ae37ef4fcd876e4373 100644 (file)
@@ -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"
index 48f463038ef07023256376fcfedce479d556b078..b0f8adbbf5606becf795f8b53e9bf23398217153 100644 (file)
@@ -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."
 }