Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/
Date: Mon, 11 Sep 2017 09:36:38
Message-Id: 1505122587.a6f323f9a3abc15f3b095ca74f48b1976b34af34.jstein@gentoo
1 commit: a6f323f9a3abc15f3b095ca74f48b1976b34af34
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 09:36:27 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 09:36:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f323f9
7
8 app-dicts/myspell-ru: Use variable in SRC_URI
9
10 substitute fixed version number with variable.
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.3
13
14 app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild
18 index 2702ed185f1..f8ec8a9ebff 100644
19 --- a/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild
20 +++ b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild
21 @@ -16,7 +16,7 @@ MY_PV="0.4.0"
22
23 DESCRIPTION="Russian spellcheck dictionary based on works of AOT group for myspell/hunspell"
24 HOMEPAGE="https://extensions.libreoffice.org/extensions/russian-dictionary-pack"
25 -SRC_URI="https://extensions.libreoffice.org/${EXT}/${DICT}/${MY_PV}/@@download/file/${MY_PN}-0-4-0.oxt"
26 +SRC_URI="https://extensions.libreoffice.org/${EXT}/${DICT}/${MY_PV}/@@download/file/${MY_PN}-${MY_PV//./-}.oxt"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0"