Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/hunspell-kk/
Date: Thu, 08 Oct 2015 03:22:53
Message-Id: 1444274539.5bd8c216ef3bc3c7d1e0d0c45ec0ce1cb04f46eb.idella4@gentoo
1 commit: 5bd8c216ef3bc3c7d1e0d0c45ec0ce1cb04f46eb
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 00:56:10 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 03:22:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd8c216
7
8 app-dicts/hunspell-kk: initial ebuild version -1.1.2
9
10 ebuild written and submitted by Galym Kerimbekov via the gentoo bug,
11 set as proxy maintainer. He has forked the repo in github
12
13 Gentoo bug: #562348
14
15 Package-Manager: portage-2.2.20.1
16
17 app-dicts/hunspell-kk/Manifest | 1 +
18 app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild | 40 ++++++++++++++++++++++++++
19 app-dicts/hunspell-kk/metadata.xml | 13 +++++++++
20 3 files changed, 54 insertions(+)
21
22 diff --git a/app-dicts/hunspell-kk/Manifest b/app-dicts/hunspell-kk/Manifest
23 new file mode 100644
24 index 0000000..75d8402
25 --- /dev/null
26 +++ b/app-dicts/hunspell-kk/Manifest
27 @@ -0,0 +1 @@
28 +DIST hunspell-kk-1.1.2.tar.gz 310304 SHA256 a51dfd059eb660d34cf421fb6c46811d3d2609cda94d5d1bf1e30dc02d4177f0 SHA512 ed04d2d0e341b138c7a1646807d18df1044329ade16f18165dc1e70359988302314949102d6bee7a3038e1f12974966598606f0c9dfb28cdeb025460601fa91a WHIRLPOOL 06507c4abf9e2bfa89d0c118c1efbd1185ad1f9c5aff2fa2dead582289d85bbdfd5563d858dad3ad1bf88a22a9fe5496a9a2d50f0a40930b3bfb8e83cd976111
29
30 diff --git a/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild b/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild
31 new file mode 100644
32 index 0000000..0eda532
33 --- /dev/null
34 +++ b/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild
35 @@ -0,0 +1,40 @@
36 +# Copyright 1999-2015 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +# $Id$
39 +
40 +EAPI=5
41 +inherit eutils git-r3 vcs-snapshot
42 +
43 +MY_P=${PN}-${PV}
44 +
45 +DESCRIPTION="Kazakh dictionaries for myspell/hunspell"
46 +SRC_URI="https://github.com/kergalym/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 +HOMEPAGE="http://hunspell.sourceforge.net/"
48 +
49 +SLOT="0"
50 +LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
51 +IUSE="ncurses nls readline static-libs"
52 +KEYWORDS="~x86 ~amd64"
53 +
54 +RDEPEND="
55 + ncurses? ( sys-libs/ncurses:= )
56 + readline? ( sys-libs/readline:= )"
57 +DEPEND="${RDEPEND}
58 + sys-devel/gettext
59 + app-text/hunspell
60 + app-dicts/myspell-en
61 + app-dicts/myspell-ru"
62 +
63 +S=${WORKDIR}/${MY_P}
64 +
65 +src_install() {
66 + dodir "/usr/share/myspell"
67 + insinto "/usr/share/myspell"
68 + doins "${S}/kk_KZ.aff"
69 + doins "${S}/kk_noun_adj.aff"
70 + doins "${S}/kk_test.aff"
71 + doins "${S}/kk_noun_adj.dic"
72 + doins "${S}/kk_test.dic"
73 + doins "${S}/kk_KZ.dic"
74 + dodoc README_kk_KZ.txt
75 +}
76
77 diff --git a/app-dicts/hunspell-kk/metadata.xml b/app-dicts/hunspell-kk/metadata.xml
78 new file mode 100644
79 index 0000000..84f22c1
80 --- /dev/null
81 +++ b/app-dicts/hunspell-kk/metadata.xml
82 @@ -0,0 +1,13 @@
83 +<?xml version="1.0" encoding="UTF-8"?>
84 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
85 +<pkgmetadata>
86 + <maintainer>
87 + <email>idella4@g.o</email>
88 + <name>Ian elaney</name>
89 + </maintainer>
90 + <maintainer>
91 + <email>kegalym2@××××.ru</email>
92 + <name>Galym Kerimbekov</name>
93 + <description>Proxy maintainer, assign bugs to him</description>
94 + </maintainer>
95 +</pkgmetadata>