public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-tr/
@ 2021-06-03 14:22 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2021-06-03 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6060be49fc938901366f58a89178c24be2c4f87e
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Mon May  3 18:11:35 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun  3 14:20:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6060be49

app-dicts/myspell-tr: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-dicts/myspell-tr/Manifest              |  1 +
 app-dicts/myspell-tr/metadata.xml          |  6 ++++++
 app-dicts/myspell-tr/myspell-tr-1.2.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/app-dicts/myspell-tr/Manifest b/app-dicts/myspell-tr/Manifest
new file mode 100644
index 00000000000..e16e2d2531c
--- /dev/null
+++ b/app-dicts/myspell-tr/Manifest
@@ -0,0 +1 @@
+DIST oo-turkish-dict-v1-2.oxt 2109286 BLAKE2B 1097492cb0176f0c66d5c22f3de8e1a51aab0a7a9e1b4ce66b8d77c9633eca03ba0917263340b98ad2a85d8dba3ba26c63536250746e7fa46806af61a0ed4e0d SHA512 f3ce6f2250142bfa7835061b74a85c7ea3278a9d51b556571cb45c9078274d6eb44493b19a21f2dc3f2441ef146c858c8b12a04c9a207bff93d9dc21307ce9dd

diff --git a/app-dicts/myspell-tr/metadata.xml b/app-dicts/myspell-tr/metadata.xml
new file mode 100644
index 00000000000..3c58a0219fb
--- /dev/null
+++ b/app-dicts/myspell-tr/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<!-- maintainer-needed -->
+	<stabilize-allarches/>
+</pkgmetadata>

diff --git a/app-dicts/myspell-tr/myspell-tr-1.2.ebuild b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
new file mode 100644
index 00000000000..6269601fc4a
--- /dev/null
+++ b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYSPELL_DICT=(
+	"tr_TR.aff"
+	"tr_TR.dic"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Turkish dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/en/extensions/show/turkish-spellcheck-dictionary"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/oo-turkish-dict-v1-2.oxt"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+	default
+	mv tr-TR.aff tr_TR.aff || die
+	mv tr-TR.dic tr_TR.dic || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-tr/
@ 2021-07-05  6:57 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2021-07-05  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     869ee30f5f3cdbaadc3e1342dc5a7b90bfa6a5e4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  5 06:56:58 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jul  5 06:57:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ee30f

app-dicts/myspell-tr: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES policy) wrt bug #800443

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-dicts/myspell-tr/myspell-tr-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-tr/myspell-tr-1.2.ebuild b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
index 6269601fc4a..a6c77495e86 100644
--- a/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
+++ b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/oo-turkish-dict-v
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-tr/
@ 2021-09-29 14:12 Yixun Lan
  0 siblings, 0 replies; 3+ messages in thread
From: Yixun Lan @ 2021-09-29 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     bfd610c3c186669312d74ac2ce8f9df4fbba6f2e
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Sep 28 05:56:26 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Sep 29 14:11:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd610c3

app-dicts/myspell-tr: keyword 1.2 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-dicts/myspell-tr/myspell-tr-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-tr/myspell-tr-1.2.ebuild b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
index a6c77495e86..1678db134df 100644
--- a/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
+++ b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/oo-turkish-dict-v
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 
 src_prepare() {
 	default


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

end of thread, other threads:[~2021-09-29 14:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-03 14:22 [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-tr/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2021-07-05  6:57 Agostino Sarubbo
2021-09-29 14:12 Yixun Lan

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