Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/hunspell-kk/, app-dicts/myspell-kk/
Date: Tue, 01 Nov 2016 10:47:01
Message-Id: 1477997185.4bf4f37c07ad8dc56944eeeefb9d852edc4b17b3.ulm@gentoo
1 commit: 4bf4f37c07ad8dc56944eeeefb9d852edc4b17b3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 10:43:12 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 10:46:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf4f37c
7
8 app-dicts/myspell-kk: [QA] Package renamed from hunspell-kk.
9
10 Ebuild rewritten from scratch, based on work by Galym Kerimbekov.
11
12 Note that this is not a pkgmove because we don't want to "burn"
13 hunspell-kk as a package name, for the case that myspell-* would be
14 moved to hunspell-* later.
15
16 Bug: 586788
17
18 Package-Manager: portage-2.3.2
19
20 app-dicts/hunspell-kk/Manifest | 1 -
21 app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild | 40 ----------------------
22 app-dicts/myspell-kk/Manifest | 1 +
23 app-dicts/{hunspell-kk => myspell-kk}/metadata.xml | 5 ++-
24 app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild | 27 +++++++++++++++
25 5 files changed, 30 insertions(+), 44 deletions(-)
26
27 diff --git a/app-dicts/hunspell-kk/Manifest b/app-dicts/hunspell-kk/Manifest
28 deleted file mode 100644
29 index 75d8402..00000000
30 --- a/app-dicts/hunspell-kk/Manifest
31 +++ /dev/null
32 @@ -1 +0,0 @@
33 -DIST hunspell-kk-1.1.2.tar.gz 310304 SHA256 a51dfd059eb660d34cf421fb6c46811d3d2609cda94d5d1bf1e30dc02d4177f0 SHA512 ed04d2d0e341b138c7a1646807d18df1044329ade16f18165dc1e70359988302314949102d6bee7a3038e1f12974966598606f0c9dfb28cdeb025460601fa91a WHIRLPOOL 06507c4abf9e2bfa89d0c118c1efbd1185ad1f9c5aff2fa2dead582289d85bbdfd5563d858dad3ad1bf88a22a9fe5496a9a2d50f0a40930b3bfb8e83cd976111
34
35 diff --git a/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild b/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild
36 deleted file mode 100644
37 index 94eae30..00000000
38 --- a/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild
39 +++ /dev/null
40 @@ -1,40 +0,0 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 -# Distributed under the terms of the GNU General Public License v2
43 -# $Id$
44 -
45 -EAPI=5
46 -inherit vcs-snapshot
47 -
48 -MY_P=${PN}-${PV}
49 -
50 -DESCRIPTION="Kazakh dictionaries for myspell/hunspell"
51 -SRC_URI="https://github.com/kergalym/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 -HOMEPAGE="http://hunspell.sourceforge.net/"
53 -
54 -SLOT="0"
55 -LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
56 -IUSE="ncurses nls readline static-libs"
57 -KEYWORDS="~x86 ~amd64"
58 -
59 -RDEPEND="
60 - ncurses? ( sys-libs/ncurses:= )
61 - readline? ( sys-libs/readline:= )"
62 -DEPEND="${RDEPEND}
63 - sys-devel/gettext
64 - app-text/hunspell
65 - app-dicts/myspell-en
66 - app-dicts/myspell-ru"
67 -
68 -S=${WORKDIR}/${MY_P}
69 -
70 -src_install() {
71 - dodir "/usr/share/myspell"
72 - insinto "/usr/share/myspell"
73 - doins "${S}/kk_KZ.aff"
74 - doins "${S}/kk_noun_adj.aff"
75 - doins "${S}/kk_test.aff"
76 - doins "${S}/kk_noun_adj.dic"
77 - doins "${S}/kk_test.dic"
78 - doins "${S}/kk_KZ.dic"
79 - dodoc README_kk_KZ.txt
80 -}
81
82 diff --git a/app-dicts/myspell-kk/Manifest b/app-dicts/myspell-kk/Manifest
83 new file mode 100644
84 index 00000000..0ccf5f4
85 --- /dev/null
86 +++ b/app-dicts/myspell-kk/Manifest
87 @@ -0,0 +1 @@
88 +DIST myspell-kk-1.1.2.tar.gz 310307 SHA256 9af4e684c59f0d6020b615bacaa06a99332e32a697d88eb4da996a6ea6e88e83 SHA512 1373f7af6767a9d81b3fd03207775999eb4be7757ccbe26a849f9b3c47d7dbf0b4e8cfd3e4e6436b45478ab01dc23f7d255c2a9f7100193c6b9b3b0f7935d751 WHIRLPOOL 11012493fb0f0f1dece8e3050a8733a43cd94ddc497cc7dc3c989e09134f9732d56f622858c714d0e35c21a20dfa8c0d50babe29f743711a06b5e2cc270c65dc
89
90 diff --git a/app-dicts/hunspell-kk/metadata.xml b/app-dicts/myspell-kk/metadata.xml
91 similarity index 68%
92 rename from app-dicts/hunspell-kk/metadata.xml
93 rename to app-dicts/myspell-kk/metadata.xml
94 index b58b211..ca127df 100644
95 --- a/app-dicts/hunspell-kk/metadata.xml
96 +++ b/app-dicts/myspell-kk/metadata.xml
97 @@ -4,14 +4,13 @@
98 <maintainer type="person">
99 <email>kegalym2@××××.ru</email>
100 <name>Galym Kerimbekov</name>
101 - <description>Proxy maintainer, assign bugs to him</description>
102 + <description>Proxied maintainer, assign bugs to him</description>
103 </maintainer>
104 <maintainer type="project">
105 <email>proxy-maint@g.o</email>
106 <name>Proxy Maintainers</name>
107 </maintainer>
108 <upstream>
109 - <remote-id type="github">kergalym/hunspell-kk</remote-id>
110 - <remote-id type="sourceforge">hunspell</remote-id>
111 + <remote-id type="github">kergalym/myspell-kk</remote-id>
112 </upstream>
113 </pkgmetadata>
114
115 diff --git a/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild b/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild
116 new file mode 100644
117 index 00000000..ec47882
118 --- /dev/null
119 +++ b/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild
120 @@ -0,0 +1,27 @@
121 +# Copyright 1999-2016 Gentoo Foundation
122 +# Distributed under the terms of the GNU General Public License v2
123 +# $Id$
124 +
125 +EAPI=6
126 +
127 +MYSPELL_DICT=(
128 + "kk_KZ.aff"
129 + "kk_KZ.dic"
130 + "kk_noun_adj.aff"
131 + "kk_noun_adj.dic"
132 + "kk_test.aff"
133 + "kk_test.dic"
134 +)
135 +
136 +inherit myspell-r2
137 +
138 +DESCRIPTION="Kazakh dictionaries for myspell/hunspell"
139 +HOMEPAGE="https://github.com/kergalym/myspell-kk"
140 +SRC_URI="https://github.com/kergalym/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
141 +
142 +LICENSE="GPL-2+ LGPL-2+"
143 +SLOT="0"
144 +KEYWORDS="~amd64 ~x86"
145 +
146 +S="${WORKDIR}/${P}" # override eclass assignment
147 +RDEPEND="!app-dicts/hunspell-kk"