public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/hunspell-kk/
@ 2015-10-08  3:22 Ian Delaney
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney @ 2015-10-08  3:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5bd8c216ef3bc3c7d1e0d0c45ec0ce1cb04f46eb
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 00:56:10 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 03:22:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd8c216

app-dicts/hunspell-kk: initial ebuild version -1.1.2

ebuild written and submitted by Galym Kerimbekov via the gentoo bug,
set as proxy maintainer. He has forked the repo in github

Gentoo bug: #562348

Package-Manager: portage-2.2.20.1

 app-dicts/hunspell-kk/Manifest                 |  1 +
 app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild | 40 ++++++++++++++++++++++++++
 app-dicts/hunspell-kk/metadata.xml             | 13 +++++++++
 3 files changed, 54 insertions(+)

diff --git a/app-dicts/hunspell-kk/Manifest b/app-dicts/hunspell-kk/Manifest
new file mode 100644
index 0000000..75d8402
--- /dev/null
+++ b/app-dicts/hunspell-kk/Manifest
@@ -0,0 +1 @@
+DIST hunspell-kk-1.1.2.tar.gz 310304 SHA256 a51dfd059eb660d34cf421fb6c46811d3d2609cda94d5d1bf1e30dc02d4177f0 SHA512 ed04d2d0e341b138c7a1646807d18df1044329ade16f18165dc1e70359988302314949102d6bee7a3038e1f12974966598606f0c9dfb28cdeb025460601fa91a WHIRLPOOL 06507c4abf9e2bfa89d0c118c1efbd1185ad1f9c5aff2fa2dead582289d85bbdfd5563d858dad3ad1bf88a22a9fe5496a9a2d50f0a40930b3bfb8e83cd976111

diff --git a/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild b/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild
new file mode 100644
index 0000000..0eda532
--- /dev/null
+++ b/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils git-r3 vcs-snapshot
+
+MY_P=${PN}-${PV}
+
+DESCRIPTION="Kazakh dictionaries for myspell/hunspell"
+SRC_URI="https://github.com/kergalym/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://hunspell.sourceforge.net/"
+
+SLOT="0"
+LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
+IUSE="ncurses nls readline static-libs"
+KEYWORDS="~x86 ~amd64"
+
+RDEPEND="
+	ncurses? ( sys-libs/ncurses:= )
+	readline? ( sys-libs/readline:= )"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	app-text/hunspell
+	app-dicts/myspell-en
+	app-dicts/myspell-ru"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+	dodir "/usr/share/myspell"
+	insinto "/usr/share/myspell"
+	doins "${S}/kk_KZ.aff"
+	doins "${S}/kk_noun_adj.aff"
+	doins "${S}/kk_test.aff"
+	doins "${S}/kk_noun_adj.dic"
+	doins "${S}/kk_test.dic"
+	doins "${S}/kk_KZ.dic"
+	dodoc README_kk_KZ.txt
+}

diff --git a/app-dicts/hunspell-kk/metadata.xml b/app-dicts/hunspell-kk/metadata.xml
new file mode 100644
index 0000000..84f22c1
--- /dev/null
+++ b/app-dicts/hunspell-kk/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>idella4@gentoo.org</email>
+		<name>Ian elaney</name>
+	</maintainer>
+	<maintainer>
+		<email>kegalym2@mail.ru</email>
+		<name>Galym Kerimbekov</name>
+		<description>Proxy maintainer, assign bugs to him</description>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/hunspell-kk/
@ 2015-10-09  4:20 Ian Delaney
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney @ 2015-10-09  4:20 UTC (permalink / raw
  To: gentoo-commits

commit:     462b437e020c23b2234af30082ebd885dec19b5e
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 04:20:02 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 04:20:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462b437e

app-dicts/hunspell-kk: fix typo in metadata

Package-Manager: portage-2.2.20.1

 app-dicts/hunspell-kk/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/hunspell-kk/metadata.xml b/app-dicts/hunspell-kk/metadata.xml
index 84f22c1..86a2f54 100644
--- a/app-dicts/hunspell-kk/metadata.xml
+++ b/app-dicts/hunspell-kk/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 	<maintainer>
 		<email>idella4@gentoo.org</email>
-		<name>Ian elaney</name>
+		<name>Ian Delaney</name>
 	</maintainer>
 	<maintainer>
 		<email>kegalym2@mail.ru</email>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/hunspell-kk/
@ 2016-06-12 17:15 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2016-06-12 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f20920ff8536842a0b15c70e28665221c55cb982
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 17:13:06 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 17:15:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20920ff

app-dicts/hunspell-kk: Remove unused eutils & git-r3 inherits

 app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild b/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild
index 0eda532..94eae30 100644
--- a/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild
+++ b/app-dicts/hunspell-kk/hunspell-kk-1.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit eutils git-r3 vcs-snapshot
+inherit vcs-snapshot
 
 MY_P=${PN}-${PV}
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-12 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08  3:22 [gentoo-commits] repo/gentoo:master commit in: app-dicts/hunspell-kk/ Ian Delaney
  -- strict thread matches above, loose matches on Subject: below --
2015-10-09  4:20 Ian Delaney
2016-06-12 17:15 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox