public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
@ 2021-03-12 22:31 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-03-12 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3503a972052f5b82739a4e6ceabb0ca760e1b310
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 00:33:11 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 22:28:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3503a972

app-dicts/aspell-nb: new package

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-dicts/aspell-nb/Manifest                  |  1 +
 app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild | 11 +++++++++++
 app-dicts/aspell-nb/metadata.xml              |  9 +++++++++
 3 files changed, 21 insertions(+)

diff --git a/app-dicts/aspell-nb/Manifest b/app-dicts/aspell-nb/Manifest
new file mode 100644
index 00000000000..d4d5267fa83
--- /dev/null
+++ b/app-dicts/aspell-nb/Manifest
@@ -0,0 +1 @@
+DIST aspell-nb-0.50.1-0.tar.bz2 423161 BLAKE2B 85f007c61066f0d8e30cd55d0bc2423ee1c02bd8cbd12b5a9793666e34e70359260dd4a861b24c324981368dd0f01a43dc1d2aba192783c32c09843b2ff16f29 SHA512 e30dcf7e757ab1ceb5de349927f9cfa4d9de4015bd9cc9449739fd2f17f6f033f698e71da0270b4e1ebd76be2195c42422630266ad9cadd2173184706d651c13

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild
new file mode 100644
index 00000000000..88ed768b16b
--- /dev/null
+++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ASPELL_LANG="Norwegian Bokmal"
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

diff --git a/app-dicts/aspell-nb/metadata.xml b/app-dicts/aspell-nb/metadata.xml
new file mode 100644
index 00000000000..debde3ef6ae
--- /dev/null
+++ b/app-dicts/aspell-nb/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>conikost@gentoo.org</email>
+		<name>Conrad Kostecki</name>
+	</maintainer>
+	<stabilize-allarches/>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
@ 2021-03-13 14:00 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-03-13 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     abd976cece7528bbc98c1189a346a2a154d6a3bd
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 13:51:48 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 14:00:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd976ce

app-dicts/aspell-nb: add blocker on pp-dicts/aspell-no

Also fixed qa error message.

Closes: https://bugs.gentoo.org/775734
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild
new file mode 100644
index 00000000000..04fe85955fe
--- /dev/null
+++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ASPELL_LANG="Norwegian Bokmal"
+
+inherit aspell-dict-r1
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="!app-dicts/aspell-no"
+
+src_prepare() {
+	default
+
+	# Fix QA error '[..] not encoded with the UTF-8 encoding' by renaming file.
+	sed -e 's/bokm'$'\345''l.alias//g' -i Makefile.pre || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
@ 2021-03-13 14:00 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-03-13 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     93e706ee45107577bfe85e2cfead537d1bb37b9e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 13:52:39 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 14:00:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e706ee

app-dicts/aspell-nb: drop old version

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild
deleted file mode 100644
index 88ed768b16b..00000000000
--- a/app-dicts/aspell-nb/aspell-nb-0.50.1.0.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Norwegian Bokmal"
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
@ 2021-04-21 21:41 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-04-21 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c3ffc892251ffa11246074ec2432583186b6ce5b
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 21:39:58 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 21:41:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ffc892

app-dicts/aspell-nb: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-dicts/aspell-nb/Manifest                     |  2 +-
 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild | 20 --------------------
 2 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/app-dicts/aspell-nb/Manifest b/app-dicts/aspell-nb/Manifest
index d4d5267fa83..94bea6a4b20 100644
--- a/app-dicts/aspell-nb/Manifest
+++ b/app-dicts/aspell-nb/Manifest
@@ -1 +1 @@
-DIST aspell-nb-0.50.1-0.tar.bz2 423161 BLAKE2B 85f007c61066f0d8e30cd55d0bc2423ee1c02bd8cbd12b5a9793666e34e70359260dd4a861b24c324981368dd0f01a43dc1d2aba192783c32c09843b2ff16f29 SHA512 e30dcf7e757ab1ceb5de349927f9cfa4d9de4015bd9cc9449739fd2f17f6f033f698e71da0270b4e1ebd76be2195c42422630266ad9cadd2173184706d651c13
+DIST aspell-nb-0.50.1-0.tar.bz2 422862 BLAKE2B 119e43d3120c1fc2cfe8bc9688ae0dfe756ff021e1a1d61bc1bf22d35c9b6c0505a64211116144121b01c19961b47b506121446157204485a23fbafaa38333e5 SHA512 1ea984e49acc78f11943cebf2fb799a15c573a4455806060bf1fd35b822d231e1b69887116a4b734d2e729a370f1ae9673241bcc00e2c1c3e6756d069b14c03b

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild
deleted file mode 100644
index e4c85a05eb4..00000000000
--- a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Norwegian Bokmal"
-
-inherit aspell-dict-r1
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="!app-dicts/aspell-no"
-
-src_prepare() {
-	default
-
-	# Fix QA error '[..] not encoded with the UTF-8 encoding' by renaming file.
-	sed -e 's/bokm'$'\345''l.alias//g' -i Makefile.pre || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
@ 2021-04-21 21:41 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-04-21 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5ae2839d248d5c6c036f039f3b31ebcdcca74b55
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 21:31:00 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 21:41:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae2839d

app-dicts/aspell-nb: repack archive

The original archive uses invalid utf-8 file names,
so unpacking will fail on file systems like ZFS.

Repacking original archive with fixed utf-8 file name.

Closes: https://bugs.gentoo.org/783096
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
new file mode 100644
index 00000000000..97ac2985aff
--- /dev/null
+++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ASPELL_LANG="Norwegian Bokmal"
+MY_P="${PN/aspell/aspell-${PV%.*}-${PV##*.}"
+
+inherit aspell-dict-r1
+
+SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+RDEPEND="!app-dicts/aspell-no"


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
@ 2021-04-21 22:03 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-04-21 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6c61bc33d6867df0fb272b4fb558da98c83520f9
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 22:02:46 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 22:02:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c61bc33

app-dicts/aspell-nb: fix SRC_URI

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
index 97ac2985aff..e71904c6989 100644
--- a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
+++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ASPELL_LANG="Norwegian Bokmal"
-MY_P="${PN/aspell/aspell-${PV%.*}-${PV##*.}"
+MY_P="${PN}-${PV%.*}-${PV##*.}"
 
 inherit aspell-dict-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
@ 2021-12-16 22:27 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-12-16 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5640f5acef29e09f4c4538c94d877a395dbf12c9
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 22:12:40 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 22:26:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5640f5ac

app-dicts/aspell-nb: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild
new file mode 100644
index 000000000000..59ed8250eb99
--- /dev/null
+++ b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Norwegian Bokmal"
+MY_P="${PN}-${PV%.*}-${PV##*.}"
+
+inherit aspell-dict-r1
+
+SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+RDEPEND="!app-dicts/aspell-no"


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/
@ 2021-12-16 22:27 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-12-16 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     471a5a1940311e97a2e410fe1aad4e3467e3d9f5
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 22:12:44 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 22:26:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471a5a19

app-dicts/aspell-nb: drop 0.50.1.0-r2

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild b/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
deleted file mode 100644
index 7a0db6a35602..000000000000
--- a/app-dicts/aspell-nb/aspell-nb-0.50.1.0-r2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ASPELL_LANG="Norwegian Bokmal"
-MY_P="${PN}-${PV%.*}-${PV##*.}"
-
-inherit aspell-dict-r1
-
-SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="!app-dicts/aspell-no"


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

end of thread, other threads:[~2021-12-16 22:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-13 14:00 [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nb/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2021-12-16 22:27 Conrad Kostecki
2021-12-16 22:27 Conrad Kostecki
2021-04-21 22:03 Conrad Kostecki
2021-04-21 21:41 Conrad Kostecki
2021-04-21 21:41 Conrad Kostecki
2021-03-13 14:00 Conrad Kostecki
2021-03-12 22:31 Conrad Kostecki

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