Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/
Date: Fri, 01 Mar 2019 00:26:52
Message-Id: 1551399993.8bf96aa40255aa4811dd90fc2e3f05ffb1f47eca.bman@gentoo
1 commit: 8bf96aa40255aa4811dd90fc2e3f05ffb1f47eca
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 30 16:45:13 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 00:26:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf96aa4
7
8 dev-python/nltk: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/nltk/nltk-3.2.3.ebuild | 4 ++--
14 dev-python/nltk/nltk-3.2.5.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/nltk/nltk-3.2.3.ebuild b/dev-python/nltk/nltk-3.2.3.ebuild
18 index 7c9c2a8c4ac..1859132711e 100644
19 --- a/dev-python/nltk/nltk-3.2.3.ebuild
20 +++ b/dev-python/nltk/nltk-3.2.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -10,7 +10,7 @@ inherit distutils-r1
28
29 DESCRIPTION="Natural Language Toolkit"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31 -HOMEPAGE="http://nltk.org/"
32 +HOMEPAGE="https://www.nltk.org/"
33
34 LICENSE="Apache-2.0"
35 SLOT="0"
36
37 diff --git a/dev-python/nltk/nltk-3.2.5.ebuild b/dev-python/nltk/nltk-3.2.5.ebuild
38 index 00df16dee53..f38f2204264 100644
39 --- a/dev-python/nltk/nltk-3.2.5.ebuild
40 +++ b/dev-python/nltk/nltk-3.2.5.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="6"
47 @@ -10,7 +10,7 @@ inherit distutils-r1
48
49 DESCRIPTION="Natural Language Toolkit"
50 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -HOMEPAGE="http://nltk.org/"
52 +HOMEPAGE="https://www.nltk.org/"
53
54 LICENSE="Apache-2.0"
55 SLOT="0"