Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/
Date: Thu, 23 Nov 2017 14:01:46
Message-Id: 1511445692.8f4aa2355ef1e106c5feedf08b7a05aa41fe7c86.jstein@gentoo
1 commit: 8f4aa2355ef1e106c5feedf08b7a05aa41fe7c86
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 14:01:32 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 14:01:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4aa235
7
8 app-text/hunspell: Fix HOMEPAGE
9
10 Closes: https://bugs.gentoo.org/622850
11 Package-Manager: Portage-2.3.16, Repoman-2.3.5
12
13 app-text/hunspell/hunspell-1.6.1-r1.ebuild | 2 +-
14 app-text/hunspell/hunspell-1.6.2.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/hunspell/hunspell-1.6.1-r1.ebuild b/app-text/hunspell/hunspell-1.6.1-r1.ebuild
18 index 8692a136871..2788a1246fa 100644
19 --- a/app-text/hunspell/hunspell-1.6.1-r1.ebuild
20 +++ b/app-text/hunspell/hunspell-1.6.1-r1.ebuild
21 @@ -8,7 +8,7 @@ MY_P=${PN}-${PV/_beta/b}
22
23 DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo"
24 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 -HOMEPAGE="http://hunspell.sourceforge.net/"
26 +HOMEPAGE="https://github.com/hunspell"
27
28 SLOT="0/$(get_version_component_range 1-2)"
29 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
30
31 diff --git a/app-text/hunspell/hunspell-1.6.2.ebuild b/app-text/hunspell/hunspell-1.6.2.ebuild
32 index 43b31239687..f1690601d39 100644
33 --- a/app-text/hunspell/hunspell-1.6.2.ebuild
34 +++ b/app-text/hunspell/hunspell-1.6.2.ebuild
35 @@ -8,7 +8,7 @@ MY_P=${PN}-${PV/_beta/b}
36
37 DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo"
38 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -HOMEPAGE="http://hunspell.sourceforge.net/"
40 +HOMEPAGE="https://github.com/hunspell"
41
42 SLOT="0/$(get_version_component_range 1-2)"
43 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"