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-dicts/myspell-cs/
Date: Wed, 28 Aug 2019 10:10:45
Message-Id: 1566986994.476386fa60ca25390a4ab63fe5c89599deeaa4df.soap@gentoo
1 commit: 476386fa60ca25390a4ab63fe5c89599deeaa4df
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 10:09:54 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 10:09:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476386fa
7
8 app-dicts/myspell-cs: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-dicts/myspell-cs/myspell-cs-20110224.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-dicts/myspell-cs/myspell-cs-20110224.ebuild b/app-dicts/myspell-cs/myspell-cs-20110224.ebuild
17 index 3158a741e5d..e78b3019022 100644
18 --- a/app-dicts/myspell-cs/myspell-cs-20110224.ebuild
19 +++ b/app-dicts/myspell-cs/myspell-cs-20110224.ebuild
20 @@ -21,7 +21,7 @@ inherit myspell-r2
21
22 DESCRIPTION="Czech dictionaries for myspell/hunspell"
23 HOMEPAGE="http://www.liberix.cz/doplnky/slovniky/ooo/"
24 -SRC_URI="${HOMEPAGE}/dict-cs-2.oxt -> ${P}.zip"
25 +SRC_URI="http://www.liberix.cz/doplnky/slovniky/ooo/dict-cs-2.oxt -> ${P}.zip"
26
27 LICENSE="GPL-2 MIT"
28 SLOT="0"