Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/wordnet/
Date: Sun, 27 May 2018 16:23:13
Message-Id: 1527438176.b32dcdb58a9af16becd618df97382160645575f3.bman@gentoo
1 commit: b32dcdb58a9af16becd618df97382160645575f3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 27 14:47:45 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:22:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32dcdb5
7
8 app-dicts/wordnet: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8624
11
12 app-dicts/wordnet/wordnet-3.0-r4.ebuild | 4 ++--
13 app-dicts/wordnet/wordnet-3.0-r5.ebuild | 4 ++--
14 app-dicts/wordnet/wordnet-3.1.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/app-dicts/wordnet/wordnet-3.0-r4.ebuild b/app-dicts/wordnet/wordnet-3.0-r4.ebuild
18 index 5b1c21d480e..bd72aae233c 100644
19 --- a/app-dicts/wordnet/wordnet-3.0-r4.ebuild
20 +++ b/app-dicts/wordnet/wordnet-3.0-r4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -6,7 +6,7 @@ EAPI=5
28 inherit autotools eutils flag-o-matic multilib
29
30 DESCRIPTION="A lexical database for the English language"
31 -HOMEPAGE="http://wordnet.princeton.edu/"
32 +HOMEPAGE="https://wordnet.princeton.edu/"
33 SRC_URI="
34 ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PV}/WordNet-${PV}.tar.gz
35 mirror://gentoo/${P}-patchset-1.tar.bz2"
36
37 diff --git a/app-dicts/wordnet/wordnet-3.0-r5.ebuild b/app-dicts/wordnet/wordnet-3.0-r5.ebuild
38 index eba742265ed..68cdec705c1 100644
39 --- a/app-dicts/wordnet/wordnet-3.0-r5.ebuild
40 +++ b/app-dicts/wordnet/wordnet-3.0-r5.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -6,7 +6,7 @@ EAPI=6
48 inherit autotools eutils flag-o-matic
49
50 DESCRIPTION="A lexical database for the English language"
51 -HOMEPAGE="http://wordnet.princeton.edu/"
52 +HOMEPAGE="https://wordnet.princeton.edu/"
53 SRC_URI="
54 http://wordnetcode.princeton.edu/${PV}/WordNet-${PV}.tar.gz
55 mirror://gentoo/${P}-patchset-1.tar.bz2"
56
57 diff --git a/app-dicts/wordnet/wordnet-3.1.ebuild b/app-dicts/wordnet/wordnet-3.1.ebuild
58 index 48f463038ef..b0f8adbbf56 100644
59 --- a/app-dicts/wordnet/wordnet-3.1.ebuild
60 +++ b/app-dicts/wordnet/wordnet-3.1.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 +# Copyright 1999-2018 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=6
67 @@ -6,7 +6,7 @@ EAPI=6
68 inherit autotools eutils flag-o-matic
69
70 DESCRIPTION="A lexical database for the English language"
71 -HOMEPAGE="http://wordnet.princeton.edu/"
72 +HOMEPAGE="https://wordnet.princeton.edu/"
73 SRC_URI="
74 http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz
75 mirror://gentoo/${PN}-3.0-patchset-1.tar.bz2
76 @@ -90,5 +90,5 @@ src_install(){
77
78 pkg_postinst(){
79 elog "The WordNet 3.1 ebuild has installed WordNet v3.0 with v3.1 database files instead."
80 - elog "See http://wordnet.princeton.edu/wordnet/download/current-version/ for more."
81 + elog "See https://wordnet.princeton.edu/download/current-version/ for more."
82 }