Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-lv/
Date: Sun, 07 May 2017 10:12:24
Message-Id: 1494151933.0f6263521dfe3bad92b6c1bd8b31dbbf4df905a3.mgorny@gentoo
1 commit: 0f6263521dfe3bad92b6c1bd8b31dbbf4df905a3
2 Author: Māris Nartišs <mn <AT> sungis <DOT> lv>
3 AuthorDate: Sat Apr 29 14:32:25 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 10:12:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f626352
7
8 app-dicts/myspell-lv: version bump to 1.3.0
9
10 Closes: https://github.com/gentoo/gentoo/pull/4520
11
12 app-dicts/myspell-lv/Manifest | 1 +
13 app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild | 29 ++++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/app-dicts/myspell-lv/Manifest b/app-dicts/myspell-lv/Manifest
17 index f97c35793aa..bd64c4dac62 100644
18 --- a/app-dicts/myspell-lv/Manifest
19 +++ b/app-dicts/myspell-lv/Manifest
20 @@ -1,2 +1,3 @@
21 DIST lv_LV-1.0.0.zip 369295 SHA256 6756180a7cde97b20b440857a9a7b9df411723dfd3165adab40865f82b249957 SHA512 c97509edc3e1c018f6a5237fe56d4fc4da4f18a69b3003284bbff6dbb13f57a575c59d0763266af2d83ec0cf51b0e8ae67b20a383f41251e0002cf01538b823d WHIRLPOOL d40fe66f95d8b906937081c26bf77fb5a683f4630f4c87447647676818ca35a23d29558bd48ad39dcc19a9d2c6a070ccb75bf140f11dbdb184aa8c84d944c7b0
22 DIST lv_LV-1.1.0.zip 371240 SHA256 1845ee1ce23614ccb0ad29b1441827a53d137d7afdd7d40a835e996e8f899aa3 SHA512 4083311c1f5afd315ba348f92a221155137f2d32c0cd3f8869ba43cbbdecb1375c8dc444ef2b70631a18265e5ec72517a9d6ca8cad7e5e39a570a98ee075bfe8 WHIRLPOOL ef930bb36d4d343f831e141e52ab837e1ac73dc242aa7bd6c4aac7db5bf8359a239a442a3e410f171c51362a7474f6c0277796168fff74e070121a4b30bce7d4
23 +DIST myspell-lv-1.3.0.zip 374356 SHA256 2f8856f58f2dcc6153593c142cfc7db02697706a1d84c717cacec943fbe40a90 SHA512 fbb53475870cd0200403e75ea3f84c8534b4fac349093515821e98a8e1f3bd839fdec0543a2e4ded1bacab93052babbf8ffbee4742d291bfc91f2d768b4ac445 WHIRLPOOL e715fd7e066f8a7bc100b5554eaaa778139f8683705f72da2a1337abe3006586166de815cb18da5ae3cf2b31987873da6b66a8e33b3f5ca9da8ef93b5b8fcf59
24
25 diff --git a/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild b/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild
26 new file mode 100644
27 index 00000000000..f681d4750ef
28 --- /dev/null
29 +++ b/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +MYSPELL_DICT=(
37 + "lv_LV.aff"
38 + "lv_LV.dic"
39 +)
40 +
41 +MYSPELL_HYPH=(
42 + "hyph_lv_LV.dic"
43 +)
44 +
45 +MYSPELL_THES=(
46 +)
47 +
48 +inherit myspell-r2
49 +
50 +DESCRIPTION="Latvian dictionaries for myspell/hunspell"
51 +HOMEPAGE="http://dict.dv.lv/home.php?prj=lv https://extensions.libreoffice.org/extensions/latviesu-valodas-pareizrakstibas-parbaudes-modulis"
52 +SRC_URI="http://dict.dv.lv/download/lv_LV-${PV}.zip -> ${P}.zip"
53 +
54 +LICENSE="LGPL-2.1"
55 +SLOT="0"
56 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
57 +IUSE=""
58 +
59 +DEPEND="app-arch/unzip"