commit: 8f8bba50dab894ddc5f0c724b07148c968e75e01 Author: Jonas Stein <jstein <AT> gentoo <DOT> org> AuthorDate: Sat Sep 1 19:59:21 2018 +0000 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org> CommitDate: Sat Sep 1 19:59:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8bba50
app-dicts/myspell-el: Cleanup SRC_URI Remove HOMEPAGE variable from SRC_URI Package-Manager: Portage-2.3.48, Repoman-2.3.10 app-dicts/myspell-el/myspell-el-0.8.ebuild | 4 ++-- app-dicts/myspell-el/myspell-el-0.9.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-dicts/myspell-el/myspell-el-0.8.ebuild b/app-dicts/myspell-el/myspell-el-0.8.ebuild index a30db844ecd..3f5c7389e5c 100644 --- a/app-dicts/myspell-el/myspell-el-0.8.ebuild +++ b/app-dicts/myspell-el/myspell-el-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -19,7 +19,7 @@ inherit myspell-r2 DESCRIPTION="Greek dictionaries for myspell/hunspell" HOMEPAGE="http://elspell.math.upatras.gr" -SRC_URI="${HOMEPAGE}/files/ooffice/el_GR-${PV}.zip ${HOMEPAGE}/files/ooffice/hyph_el.zip" +SRC_URI="http://elspell.math.upatras.gr/files/ooffice/el_GR-${PV}.zip http://elspell.math.upatras.gr/files/ooffice/hyph_el.zip" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" diff --git a/app-dicts/myspell-el/myspell-el-0.9.ebuild b/app-dicts/myspell-el/myspell-el-0.9.ebuild index 6bd28a6db0f..8b00a8246b1 100644 --- a/app-dicts/myspell-el/myspell-el-0.9.ebuild +++ b/app-dicts/myspell-el/myspell-el-0.9.ebuild @@ -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 @@ -19,7 +19,7 @@ inherit myspell-r2 DESCRIPTION="Greek dictionaries for myspell/hunspell" HOMEPAGE="http://elspell.math.upatras.gr" -SRC_URI="${HOMEPAGE}/files/ooffice/el_GR-${PV}.zip ${HOMEPAGE}/files/ooffice/hyph_el.zip" +SRC_URI="http://elspell.math.upatras.gr/files/ooffice/el_GR-${PV}.zip http://elspell.math.upatras.gr/files/ooffice/hyph_el.zip" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0"
