summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-29 13:38:51 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-29 13:38:51 +0200
commitb4e07f1507201fb45ab179e0c28d7223a2ff91f3 (patch)
tree2ee7dc334508c771c14fa9c9c4e8ed94fbb9a350 /app-vim
parentapp-text/xchm: [QA] Fix ${HOMEPAGE} in SRC_URI (diff)
downloadgentoo-b4e07f1507201fb45ab179e0c28d7223a2ff91f3.tar.gz
gentoo-b4e07f1507201fb45ab179e0c28d7223a2ff91f3.tar.bz2
gentoo-b4e07f1507201fb45ab179e0c28d7223a2ff91f3.zip
app-vim/cream: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/cream/cream-0.43.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild
index 2d8b551361c0..996ccd4a5a63 100644
--- a/app-vim/cream/cream-0.43.ebuild
+++ b/app-vim/cream/cream-0.43.ebuild
@@ -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"