* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ru/
@ 2017-03-13 21:43 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2017-03-13 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 31a36b9d975d368fd515221ac178aa1d5f2296a8
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 21:29:28 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 21:38:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a36b9d
app-dicts/aspell-ru: keyworded for ~arm64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
index afe42f58707..553c104fdf9 100644
--- a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
+++ b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
ASPELL_LANG="Russian"
@@ -8,7 +8,7 @@ inherit aspell-dict
LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE=""
# very strange filename not supported by the gentoo naming scheme
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ru/
@ 2017-04-01 10:45 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-04-01 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 4348cfb8cbc54edc35ad8e8a9c3b969ede20085f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 1 10:41:27 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 1 10:44:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4348cfb8
app-dicts/aspell-ru: Bump to EAPI 6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4237
app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
index 553c104fdf9..793e034b27b 100644
--- a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
+++ b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
@@ -1,25 +1,27 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
ASPELL_LANG="Russian"
-ASPOSTFIX="6"
+ASPELL_VERSION=6
-inherit aspell-dict
+inherit aspell-dict-r1
-LICENSE="GPL-2"
+# very strange filename not supported by the gentoo naming scheme
+MY_P="aspell6-ru-0.99f7-1"
+SRC_URI="mirror://gnu/aspell/dict/ru/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE=""
-# very strange filename not supported by the gentoo naming scheme
-FILENAME=aspell6-ru-0.99f7-1
+S=${WORKDIR}/${MY_P}
-SRC_URI="mirror://gnu/aspell/dict/ru/${FILENAME}.tar.bz2"
-S=${WORKDIR}/${FILENAME}
+src_prepare() {
+ default
-src_unpack() {
- unpack ${A}
- cd "${S}"
- einfo "Set default dictionary to ru-yeyo."
+ einfo "Setting default dictionary to ru-yeyo"
cp -v ru-yeyo.multi ru.multi || die
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ru/
@ 2020-09-04 10:41 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2020-09-04 10:41 UTC (permalink / raw
To: gentoo-commits
commit: 0a63cdb51d831efac91e7e08a0d33f297f6f3cd2
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 10:38:25 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 10:40:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a63cdb5
app-dicts/aspell-ru: Keyword 0.99.1-r1 riscv, #737724
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
index 74a5a8b732a..32cb9f698b0 100644
--- a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
+++ b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
@@ -14,7 +14,7 @@ MY_P="aspell6-ru-0.99f7-1"
SRC_URI="mirror://gnu/aspell/dict/ru/${MY_P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
IUSE=""
S=${WORKDIR}/${MY_P}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ru/
@ 2021-03-12 15:12 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-03-12 15:12 UTC (permalink / raw
To: gentoo-commits
commit: 69745b525f735ec60866a54654afe3d7701c8d6d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 14:40:08 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 15:10:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69745b52
app-dicts/aspell-ru: Set <stabilize-allarches/>
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-dicts/aspell-ru/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-dicts/aspell-ru/metadata.xml b/app-dicts/aspell-ru/metadata.xml
index 6f49eba8f49..9c1b627475c 100644
--- a/app-dicts/aspell-ru/metadata.xml
+++ b/app-dicts/aspell-ru/metadata.xml
@@ -2,4 +2,5 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ru/
@ 2021-12-16 22:27 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-12-16 22:27 UTC (permalink / raw
To: gentoo-commits
commit: 7c5fe3706884e883dc8de4a36d99fdafba34fc60
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 22:13:04 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 22:26:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5fe370
app-dicts/aspell-ru: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild
new file mode 100644
index 000000000000..012c39f22db5
--- /dev/null
+++ b/app-dicts/aspell-ru/aspell-ru-0.99.1-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Russian"
+ASPELL_VERSION=6
+MY_PV="$(ver_cut 1-2)f7-$(ver_cut 3)"
+MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${MY_PV}"
+
+inherit aspell-dict-r1
+
+SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+src_prepare() {
+ default
+
+ # Setting default dictionary to ru-yeyo
+ cp -v ru-yeyo.multi ru.multi || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ru/
@ 2021-12-16 22:27 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-12-16 22:27 UTC (permalink / raw
To: gentoo-commits
commit: 7e923d183fc17557aa78620fe74dcb6228fcd429
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 22:13:08 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 22:26:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e923d18
app-dicts/aspell-ru: drop 0.99.1-r1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
deleted file mode 100644
index 47f9bc126826..000000000000
--- a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Russian"
-ASPELL_VERSION=6
-MY_PV="$(ver_cut 1-2)f7-$(ver_cut 3)"
-MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${MY_PV}"
-
-inherit aspell-dict-r1
-
-SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-src_prepare() {
- default
-
- # Setting default dictionary to ru-yeyo
- cp -v ru-yeyo.multi ru.multi || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-12-16 22:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-01 10:45 [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ru/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-12-16 22:27 Conrad Kostecki
2021-12-16 22:27 Conrad Kostecki
2021-03-12 15:12 Andreas Sturmlechner
2020-09-04 10:41 Mikle Kolyada
2017-03-13 21:43 Mart Raudsepp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox