app-vim/cream: [QA] Fix ${HOMEPAGE} in SRC_URI
authorDavid Seifert <soap@gentoo.org>
Thu, 29 Aug 2019 11:38:51 +0000 (13:38 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 29 Aug 2019 11:38:51 +0000 (13:38 +0200)
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-vim/cream/cream-0.43.ebuild

index 2d8b551361c065a0aae0417b126d9865d182cfc0..996ccd4a5a631fc8c082a846266c2c3b25bfe004 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -14,10 +14,10 @@ DICT_ES="spa_3.0"
 DICT_DE="ger_2.0.1"
 
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-       l10n_de? ( ${HOMEPAGE}/cream-spell-dict-${DICT_DE}.zip )
-       l10n_en? ( ${HOMEPAGE}/cream-spell-dict-${DICT_EN}.zip )
-       l10n_es? ( ${HOMEPAGE}/cream-spell-dict-${DICT_ES}.zip )
-       l10n_fr? ( ${HOMEPAGE}/cream-spell-dict-${DICT_FR}.zip )"
+       l10n_de? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_DE}.zip )
+       l10n_en? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_EN}.zip )
+       l10n_es? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_ES}.zip )
+       l10n_fr? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_FR}.zip )"
 
 IUSE="l10n_de l10n_en l10n_fr l10n_es"
 LICENSE="GPL-2"