public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-eo/
@ 2017-07-25 21:18 Michael Orlitzky
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2017-07-25 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f7de107981d48e07af73253190ea994565c0c9c7
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 21:17:06 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 21:17:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7de1079

app-dicts/myspell-eo: new EAPI=6 revision.

This new revision serves two purposes. First, it will eliminate an
EAPI=4 ebuild; and second, it sets the distfile name to something that
isn't likely to collide.

Gentoo-Bug: 619840

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-dicts/myspell-eo/Manifest                 |  1 +
 app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild | 34 +++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-dicts/myspell-eo/Manifest b/app-dicts/myspell-eo/Manifest
index d76994d4190..0344da9fb59 100644
--- a/app-dicts/myspell-eo/Manifest
+++ b/app-dicts/myspell-eo/Manifest
@@ -1 +1,2 @@
 DIST 1.0-dev.oxt 186411 SHA256 dc07976e7ee03f556a0c2a0daaceca8fcccbaa823e6a9e31a8d709cb58666576 SHA512 164ac71523d688c4f32ca14b44c87a15d15eaad11e553c44e2ebc75e4d5ffa98b96663059a8d57b0c18556f5fb5c95d55a4b5c16e89b3b8c4f2116e2cdac0f1c WHIRLPOOL 99caf55085895ac81e9e9392d42ab99a252bd60346766c95f3cc7b15abd000d93a451d31f6a71a2cccd778897ecf5b75bb872bd51c21ad838d984044bca9be97
+DIST myspell-eo-1.0.oxt 186407 SHA256 70d65bb07db99aaa1b0db50862057a712b454c8f0211c6a5353cdc48140eff91 SHA512 b5cf3a14672fb0e6b810e5b4d811f430b3c3cc38cf09a0083b7e26471597c6df055242349a2a239607621301f71527e8bf225dc03de727c5863e7b7b1c821824 WHIRLPOOL 64ded4ee18c3b9bb2e3796c16c71fa04e32303579e2a1c652b697a1281a1de35912317987da9cbabe791072eac44ee0f89b6dd18289039af6ec9d9002a51338a

diff --git a/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild b/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
new file mode 100644
index 00000000000..35b87420abf
--- /dev/null
+++ b/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MYSPELL_DICT=(
+	"eo_l3.aff"
+	"eo_l3.dic"
+)
+
+MYSPELL_HYPH=(
+)
+
+MYSPELL_THES=(
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Esperanto dictionaries for myspell/hunspell"
+HOMEPAGE="http://nlp.fi.muni.cz/projekty/esperanto_spell_checker/"
+SRC_URI="mirror://sourceforge/aoo-extensions/3377/1/${PV}-dev.oxt -> ${P}.oxt"
+
+LICENSE="GPL-2 LGPL-3 MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+src_prepare() {
+	default
+
+	# move the dicts for nicer name
+	mv literumilo.aff eo_l3.aff || die
+	mv literumilo.dic eo_l3.dic || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-eo/
@ 2017-11-06 18:06 Michael Orlitzky
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2017-11-06 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9f1748cf5e0b9aef59975b651cc1d01ba86e545b
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 18:00:54 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 18:00:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1748cf

app-dicts/myspell-eo: stabilize myspell-eo-1.0-r1.ebuild everywhere.

I've tested this myself on amd64, and since it contains only two data
files, have stabilized it everywhere under our ALLARCHES policy.

Bug: https://bugs.gentoo.org/626172
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild b/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
index 35b87420abf..e05f6123750 100644
--- a/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
+++ b/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/aoo-extensions/3377/1/${PV}-dev.oxt -> ${P}.oxt"
 
 LICENSE="GPL-2 LGPL-3 MPL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-eo/
@ 2017-11-06 18:06 Michael Orlitzky
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2017-11-06 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d76d3664a801413895c5eb5161279aa1597f0655
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 18:01:45 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 18:01:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76d3664

app-dicts/myspell-eo: remove the unused myspell-eo-1.0.ebuild.

Closes: https://bugs.gentoo.org/626172
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-dicts/myspell-eo/Manifest              |  1 -
 app-dicts/myspell-eo/myspell-eo-1.0.ebuild | 32 ------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-dicts/myspell-eo/Manifest b/app-dicts/myspell-eo/Manifest
index 0344da9fb59..623f3bbb1d6 100644
--- a/app-dicts/myspell-eo/Manifest
+++ b/app-dicts/myspell-eo/Manifest
@@ -1,2 +1 @@
-DIST 1.0-dev.oxt 186411 SHA256 dc07976e7ee03f556a0c2a0daaceca8fcccbaa823e6a9e31a8d709cb58666576 SHA512 164ac71523d688c4f32ca14b44c87a15d15eaad11e553c44e2ebc75e4d5ffa98b96663059a8d57b0c18556f5fb5c95d55a4b5c16e89b3b8c4f2116e2cdac0f1c WHIRLPOOL 99caf55085895ac81e9e9392d42ab99a252bd60346766c95f3cc7b15abd000d93a451d31f6a71a2cccd778897ecf5b75bb872bd51c21ad838d984044bca9be97
 DIST myspell-eo-1.0.oxt 186407 SHA256 70d65bb07db99aaa1b0db50862057a712b454c8f0211c6a5353cdc48140eff91 SHA512 b5cf3a14672fb0e6b810e5b4d811f430b3c3cc38cf09a0083b7e26471597c6df055242349a2a239607621301f71527e8bf225dc03de727c5863e7b7b1c821824 WHIRLPOOL 64ded4ee18c3b9bb2e3796c16c71fa04e32303579e2a1c652b697a1281a1de35912317987da9cbabe791072eac44ee0f89b6dd18289039af6ec9d9002a51338a

diff --git a/app-dicts/myspell-eo/myspell-eo-1.0.ebuild b/app-dicts/myspell-eo/myspell-eo-1.0.ebuild
deleted file mode 100644
index 02fd76a7d82..00000000000
--- a/app-dicts/myspell-eo/myspell-eo-1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MYSPELL_DICT=(
-	"eo_l3.aff"
-	"eo_l3.dic"
-)
-
-MYSPELL_HYPH=(
-)
-
-MYSPELL_THES=(
-)
-
-inherit myspell-r2
-
-DESCRIPTION="Esperanto dictionaries for myspell/hunspell"
-HOMEPAGE="http://nlp.fi.muni.cz/projekty/esperanto_spell_checker/"
-SRC_URI="mirror://sourceforge/aoo-extensions/3377/1/${PV}-dev.oxt"
-
-LICENSE="GPL-2 LGPL-3 MPL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-src_prepare() {
-	# move the dicts for nicer name
-	mv literumilo.aff eo_l3.aff || die
-	mv literumilo.dic eo_l3.dic || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-eo/
@ 2019-04-23 21:39 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-04-23 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e40bede93c8c9999c7c14abb1adc4a128c7ee959
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 21:34:34 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 21:38:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40bede9

app-dicts/myspell-eo: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild b/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
index e05f6123750..4255fee546a 100644
--- a/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
+++ b/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/aoo-extensions/3377/1/${PV}-dev.oxt -> ${P}.oxt"
 
 LICENSE="GPL-2 LGPL-3 MPL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 src_prepare() {


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

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

commit:     a2ec31d52b47465186899248f5789b1acd909988
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  5 06:53:31 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jul  5 06:57:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ec31d5

app-dicts/myspell-eo: 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-eo/myspell-eo-1.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/myspell-eo/myspell-eo-1.01.ebuild b/app-dicts/myspell-eo/myspell-eo-1.01.ebuild
index 09018b1e835..97d3494f818 100644
--- a/app-dicts/myspell-eo/myspell-eo-1.01.ebuild
+++ b/app-dicts/myspell-eo/myspell-eo-1.01.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/dict-eo.oxt"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 
 DOCS=( changelog.txt desc_en.txt desc_eo.txt )
 


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

end of thread, other threads:[~2021-07-05  6:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-06 18:06 [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-eo/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2021-07-05  6:57 Agostino Sarubbo
2019-04-23 21:39 Aaron Bauman
2017-11-06 18:06 Michael Orlitzky
2017-07-25 21:18 Michael Orlitzky

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