diff options
author | Jonas Stein <jstein@gentoo.org> | 2018-09-01 21:59:21 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2018-09-01 21:59:21 +0200 |
commit | 8f8bba50dab894ddc5f0c724b07148c968e75e01 (patch) | |
tree | 3dbba95976ea890b95cede03806081eb92b31e67 /app-dicts | |
parent | media-gfx/krita: Drop 3.3.3 (diff) | |
download | gentoo-8f8bba50dab894ddc5f0c724b07148c968e75e01.tar.gz gentoo-8f8bba50dab894ddc5f0c724b07148c968e75e01.tar.bz2 gentoo-8f8bba50dab894ddc5f0c724b07148c968e75e01.zip |
app-dicts/myspell-el: Cleanup SRC_URI
Remove HOMEPAGE variable from SRC_URI
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-el/myspell-el-0.8.ebuild | 4 | ||||
-rw-r--r-- | 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 a30db844ecdd..3f5c7389e5cf 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 6bd28a6db0ff..8b00a8246b18 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" |