Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-lt/
Date: Wed, 24 Aug 2016 13:52:10
Message-Id: 1472046703.975480607b200c0c35fec0250fd4046028b89e4c.pacho@gentoo
1 commit: 975480607b200c0c35fec0250fd4046028b89e4c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 13:23:57 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 13:51:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97548060
7
8 app-dicts/myspell-lt: Version bump
9
10 Package-Manager: portage-2.3.0
11
12 app-dicts/myspell-lt/Manifest | 1 +
13 app-dicts/myspell-lt/myspell-lt-1.3.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/app-dicts/myspell-lt/Manifest b/app-dicts/myspell-lt/Manifest
17 index 9189282..9ec533f 100644
18 --- a/app-dicts/myspell-lt/Manifest
19 +++ b/app-dicts/myspell-lt/Manifest
20 @@ -1,2 +1,3 @@
21 DIST hyph_lt_LT.zip 4839 SHA256 9f698c638aabf68c51148e189e92877a62f29c0002a7b4ef09394b46ffc80f98 SHA512 8a21d90590b8bac8eb8de78c30e74bb12c15deba02c0553c93d46bd18c08f39a4097ec0b5e4a2394dee0726aff0abe89e3a226415a50a358aaeafedf7bfe4e0e WHIRLPOOL 3dc4fd93030a3d7f276587d7395dfc77b111b03c384ed01e854b10f1dac03d267f84bd965350433bc75bf950067d67fccaa7cd49a7334e0007112544c2b2a4f5
22 DIST lt_LT-1.2.1.zip 360373 SHA256 b10c2b7487918ddf74f87964d2dcd84cc4e1b9dddc4e2a3bdddad863077754d1 SHA512 ebc6e688bc94d3cfa4b872594775d6f62bfd9b1666765e189b7f47efa2c7ec27d32b4f49405cc9fb372ea071f5b2b685b800b949eec285a7d1fee52b74d82b31 WHIRLPOOL 93a2f1a2bb48122e20b47a46990539b9b4c2a48dd8c1d175ebc7c246a456da7da7a59b551e6d08f78fd1d6cacc607d6dc6b387254ea3e31cb9bc3eb7909c1a71
23 +DIST myspell-lt-1.3.zip 339657 SHA256 b28b7eb9196aa92f35213b61b64ddc6daa1800a12e822d1fd399ecc448e6cbb5 SHA512 e18f22efb665e3c4cfe0398bafc9e0626c4322009e4b056f3f5cb074778af851bd463be05c55e1bb0bfbc1a04d06d022a3aa37c89e7efac2aa38b525ab415cf2 WHIRLPOOL 92f8099883fbdf21aca4377344a3ee490c76aea9db7ed3173be6ba07e3f21e88adb6aba084495b521a0c74fe826b6c2e3f386a8f7cd31654676fbfb9227d30c7
24
25 diff --git a/app-dicts/myspell-lt/myspell-lt-1.3.ebuild b/app-dicts/myspell-lt/myspell-lt-1.3.ebuild
26 new file mode 100644
27 index 00000000..4e393dd
28 --- /dev/null
29 +++ b/app-dicts/myspell-lt/myspell-lt-1.3.ebuild
30 @@ -0,0 +1,27 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +
37 +MYSPELL_DICT=(
38 + "${P}/lt_LT.aff"
39 + "${P}/lt_LT.dic"
40 +)
41 +
42 +MYSPELL_HYPH=(
43 +)
44 +
45 +MYSPELL_THES=(
46 +)
47 +
48 +inherit myspell-r2
49 +
50 +DESCRIPTION="Lithuanian dictionaries for myspell/hunspell"
51 +HOMEPAGE="https://launchpad.net/ispell-lt"
52 +SRC_URI="https://launchpad.net/ispell-lt/main/${PV}/+download/${P}.zip"
53 +
54 +LICENSE="BSD LPPL-1.3b"
55 +SLOT="0"
56 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
57 +IUSE=""