Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/cream/
Date: Thu, 29 Aug 2019 11:39:36
Message-Id: 1567078731.b4e07f1507201fb45ab179e0c28d7223a2ff91f3.soap@gentoo
1 commit: b4e07f1507201fb45ab179e0c28d7223a2ff91f3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:38:51 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:38:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e07f15
7
8 app-vim/cream: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-vim/cream/cream-0.43.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild
17 index 2d8b551361c..996ccd4a5a6 100644
18 --- a/app-vim/cream/cream-0.43.ebuild
19 +++ b/app-vim/cream/cream-0.43.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -14,10 +14,10 @@ DICT_ES="spa_3.0"
27 DICT_DE="ger_2.0.1"
28
29 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
30 - l10n_de? ( ${HOMEPAGE}/cream-spell-dict-${DICT_DE}.zip )
31 - l10n_en? ( ${HOMEPAGE}/cream-spell-dict-${DICT_EN}.zip )
32 - l10n_es? ( ${HOMEPAGE}/cream-spell-dict-${DICT_ES}.zip )
33 - l10n_fr? ( ${HOMEPAGE}/cream-spell-dict-${DICT_FR}.zip )"
34 + l10n_de? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_DE}.zip )
35 + l10n_en? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_EN}.zip )
36 + l10n_es? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_ES}.zip )
37 + l10n_fr? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_FR}.zip )"
38
39 IUSE="l10n_de l10n_en l10n_fr l10n_es"
40 LICENSE="GPL-2"