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-dicts/myspell-el/
Date: Sat, 01 Sep 2018 20:02:21
Message-Id: 1535831961.8f8bba50dab894ddc5f0c724b07148c968e75e01.jstein@gentoo
1 commit: 8f8bba50dab894ddc5f0c724b07148c968e75e01
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 1 19:59:21 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 19:59:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8bba50
7
8 app-dicts/myspell-el: Cleanup SRC_URI
9
10 Remove HOMEPAGE variable from SRC_URI
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 app-dicts/myspell-el/myspell-el-0.8.ebuild | 4 ++--
15 app-dicts/myspell-el/myspell-el-0.9.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-dicts/myspell-el/myspell-el-0.8.ebuild b/app-dicts/myspell-el/myspell-el-0.8.ebuild
19 index a30db844ecd..3f5c7389e5c 100644
20 --- a/app-dicts/myspell-el/myspell-el-0.8.ebuild
21 +++ b/app-dicts/myspell-el/myspell-el-0.8.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=4
28 @@ -19,7 +19,7 @@ inherit myspell-r2
29
30 DESCRIPTION="Greek dictionaries for myspell/hunspell"
31 HOMEPAGE="http://elspell.math.upatras.gr"
32 -SRC_URI="${HOMEPAGE}/files/ooffice/el_GR-${PV}.zip ${HOMEPAGE}/files/ooffice/hyph_el.zip"
33 +SRC_URI="http://elspell.math.upatras.gr/files/ooffice/el_GR-${PV}.zip http://elspell.math.upatras.gr/files/ooffice/hyph_el.zip"
34
35 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
36 SLOT="0"
37
38 diff --git a/app-dicts/myspell-el/myspell-el-0.9.ebuild b/app-dicts/myspell-el/myspell-el-0.9.ebuild
39 index 6bd28a6db0f..8b00a8246b1 100644
40 --- a/app-dicts/myspell-el/myspell-el-0.9.ebuild
41 +++ b/app-dicts/myspell-el/myspell-el-0.9.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -19,7 +19,7 @@ inherit myspell-r2
49
50 DESCRIPTION="Greek dictionaries for myspell/hunspell"
51 HOMEPAGE="http://elspell.math.upatras.gr"
52 -SRC_URI="${HOMEPAGE}/files/ooffice/el_GR-${PV}.zip ${HOMEPAGE}/files/ooffice/hyph_el.zip"
53 +SRC_URI="http://elspell.math.upatras.gr/files/ooffice/el_GR-${PV}.zip http://elspell.math.upatras.gr/files/ooffice/hyph_el.zip"
54
55 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
56 SLOT="0"