[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2024-09-15 Thread Akinori Hattori
commit: 8670d5b67926fd2e96089cb42c0f8297eb970f6b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Sep 15 07:21:43 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Sep 15 07:25:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8670d5b6

app-i18n/unicode-data: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/unicode-data/Manifest   |  2 ++
 app-i18n/unicode-data/unicode-data-16.0.0.ebuild | 28 
 2 files changed, 30 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 63a2bf750d5e..8fd295877551 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -2,3 +2,5 @@ DIST unicode-data-15.0.0-UCD.zip 7059105 BLAKE2B 
5615eeb9a73f9bd36986bd0d8fdc3c2
 DIST unicode-data-15.0.0-Unihan.zip 7293545 BLAKE2B 
46d8b13ac6970a27d70262d45c703496dd99bff4ac7eefed2003f3f7d02b070461211eb03400f0fe0decfb65a3dccd0973c8da286f9f6fc84681dd263ea366b6
 SHA512 
d9cf39adebe83ed0fd8d473cf057b8aa8b2362019d9f7ee7afc041501b1bbbe4d13050350ac40ce4a020cd1d64d52548fe262c3b2893934a032e1de8075e964c
 DIST unicode-data-15.1.0-UCD.zip 8248819 BLAKE2B 
6280ee4c7044bf72cfc1f04c02c06bda1052c4909b2209d41a0ddef3e1eca7d639afa293d1536d1af1ef118311327ec4ec52cdefe8eac081bc84738972993a0e
 SHA512 
6285b78d5765092d04632f2bdf23f43fe4c3d8acc28700ff941b5a647bf86aba348ea280cee54f5761e534070439cd5628cb25cb7cd9d7dca08e05000f434f54
 DIST unicode-data-15.1.0-Unihan.zip 759 BLAKE2B 
a92e3fa3dfb765b94641596b67779385edf519b788192a2798b27107fc6860cedc00d445066dad67746b7cd04a7fd2ed5a0f2b65a864d52f043750ad37cd318d
 SHA512 
fc1a32fc68b3e1d2d358fca91c2cd6c1103557405e91ff558585f18a2e9b1ee6f8af89e7ee922ff36cade67a5cf4f5b4042ba97d350af7b92b18f161eef5ec78
+DIST unicode-data-16.0.0-UCD.zip 9020779 BLAKE2B 
33507bb358933d5df1613a38598c2383f1942948186f7a0043f8c72577a798f47bf509a20f05e5dbaf73a34e6763f602481ab3af57afb66fc9d4f2aa1b19aaa2
 SHA512 
0fde45accf7068d639dcf8e739c7d9595c4cb3917f2e440cd0683aec1c0eebf5f4d0a975be09e5bc6297048a7031e84b5fcd4018ab29cc275801d770628b4439
+DIST unicode-data-16.0.0-Unihan.zip 8382485 BLAKE2B 
9f09fda9aa0be91ec17bc98772051450679464807d0c586b0151f1a1ccdcac5ffbc5bef6f77582b90f6696dc92b27c9518147e76b431191aa2bd522416ab6d58
 SHA512 
90e42cfcf442c13f29e5925aa09efa310cbbe8a691b760ca455d24f42a75ec4c04240bb9a4e0ecdfddae28b50ab0c8b0b2ec6d112f0c5fa5ba4de92f58784346

diff --git a/app-i18n/unicode-data/unicode-data-16.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-16.0.0.ebuild
new file mode 100644
index ..4ac0b6713d27
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-16.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="https://unicode.org/ucd/";
+SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   https://unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+
+DEPEND="app-arch/unzip"
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack ${P}-UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2024-09-15 Thread Akinori Hattori
commit: 805def2a327acaf323ce60508158013d3c8b7540
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Sep 15 07:20:43 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Sep 15 07:25:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805def2a

app-i18n/unicode-data: update maintainers

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/unicode-data/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/unicode-data/metadata.xml 
b/app-i18n/unicode-data/metadata.xml
index 477954d6064f..2244c53d8726 100644
--- a/app-i18n/unicode-data/metadata.xml
+++ b/app-i18n/unicode-data/metadata.xml
@@ -5,8 +5,8 @@
fo...@gentoo.org
Fonts

-   
-   hat...@gentoo.org
-   Akinori Hattori
+   
+   c...@gentoo.org
+   Cjk

 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2024-03-02 Thread Michał Górny
commit: 878dc81c08ff1a20ee6b883d1d92dfd3ab147621
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  2 13:53:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  2 13:53:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878dc81c

app-i18n/unicode-data: Stabilize 15.1.0 ppc64, #924286

Signed-off-by: Michał Górny  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
index cdc11bbe40cd..e5fcb101d0df 100644
--- a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2024-02-27 Thread Ionen Wolkens
commit: aa599299e8e4b251f672dce619a19c55135e5c1d
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Feb 27 20:28:33 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Feb 28 02:32:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa599299

app-i18n/unicode-data: Stabilize 15.1.0 ppc, #924286

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
index d94494d05de0..cdc11bbe40cd 100644
--- a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2024-02-12 Thread Sam James
commit: b93e8baf15328d8dc91ecad16558ebf488f786aa
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 12 13:04:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 12 13:04:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93e8baf

app-i18n/unicode-data: Stabilize 15.1.0 x86, #924286

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
index 1a06d55f4831..d94494d05de0 100644
--- a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2024-02-12 Thread Sam James
commit: 5a8d8b094aa748e33d4a2c0b67a8f8f811d9f9ea
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 12 13:04:28 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 12 13:04:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8d8b09

app-i18n/unicode-data: Stabilize 15.1.0 amd64, #924286

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
index a27474cd1ae8..1a06d55f4831 100644
--- a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2024-02-12 Thread Sam James
commit: 2cd05c834d605a45872994880649c621b63942d6
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 12 08:54:28 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 12 08:54:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd05c83

app-i18n/unicode-data: Stabilize 15.1.0 arm, #924286

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
index 38fb91be0610..f51a6f120761 100644
--- a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2024-02-12 Thread Sam James
commit: 966a681ff321d026ceb163bab1ed6d0fe3c4a478
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 12 08:54:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 12 08:54:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966a681f

app-i18n/unicode-data: Stabilize 15.1.0 sparc, #924286

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
index 2057991366c3..38fb91be0610 100644
--- a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2024-02-12 Thread Sam James
commit: 4666dcb0f4fa69755b4adc3f49b9fd8b01b7297e
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 12 08:54:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 12 08:54:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4666dcb0

app-i18n/unicode-data: Stabilize 15.1.0 arm64, #924286

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
index f51a6f120761..a27474cd1ae8 100644
--- a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2023-11-30 Thread Matt Turner
commit: 00c231d860c36361e11bea9ba3b4de01b5d33b49
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec  1 00:02:30 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec  1 00:11:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c231d8

app-i18n/unicode-data: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/unicode-data/Manifest   |  2 --
 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 28 
 2 files changed, 30 deletions(-)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index aa3bd514bc42..63a2bf750d5e 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,5 +1,3 @@
-DIST unicode-data-14.0.0-UCD.zip 6985828 BLAKE2B 
2d36d35ded44fe1ad7966dae93e388c8c92d4404c811e495c0b4ea1c6482c4ed1488dff37b608cae230163bc4dd66cf8ec40d5db6e60541cd7719673c91dc5b1
 SHA512 
17fbfb3ebd3a75227526d87e19feb70c1b0ccee656e421e955aadc88847ed2597437eb8cf19619e2a49470d286b285e219aec18d6b29dab47cfa8317a212b458
-DIST unicode-data-14.0.0-Unihan.zip 7116482 BLAKE2B 
feafb77e8a1694efe940be226735f88c2e08be43408b8c12de87b86860d3cfacffb3d7d287e4fbf6b7fcef1055f3fe6b74f312312dd7d1886cbc7a394a7df983
 SHA512 
1827e512dd1bd27f3553746275dc90e3c3add38590d56da3901eccb56b94fee9e2dd806514a866ca73dfe4770ec585d200a6b6a7a4293c2ff572a2f5b50ef091
 DIST unicode-data-15.0.0-UCD.zip 7059105 BLAKE2B 
5615eeb9a73f9bd36986bd0d8fdc3c22d8b33d6ba36bb79f1d78ead2f4193fd926f1dd939c9c53047efdbd9346937f66e8c7cbf538ea4fe6a4bd5bdc02aa5528
 SHA512 
442a99694fccf0d1ff6f6236bec2cff7408eef4d9dba575ba4f5dc45cebf4d2b1b30334ef8a843887a0f410b24e0f79f7f30f06a195659def998875981604a6a
 DIST unicode-data-15.0.0-Unihan.zip 7293545 BLAKE2B 
46d8b13ac6970a27d70262d45c703496dd99bff4ac7eefed2003f3f7d02b070461211eb03400f0fe0decfb65a3dccd0973c8da286f9f6fc84681dd263ea366b6
 SHA512 
d9cf39adebe83ed0fd8d473cf057b8aa8b2362019d9f7ee7afc041501b1bbbe4d13050350ac40ce4a020cd1d64d52548fe262c3b2893934a032e1de8075e964c
 DIST unicode-data-15.1.0-UCD.zip 8248819 BLAKE2B 
6280ee4c7044bf72cfc1f04c02c06bda1052c4909b2209d41a0ddef3e1eca7d639afa293d1536d1af1ef118311327ec4ec52cdefe8eac081bc84738972993a0e
 SHA512 
6285b78d5765092d04632f2bdf23f43fe4c3d8acc28700ff941b5a647bf86aba348ea280cee54f5761e534070439cd5628cb25cb7cd9d7dca08e05000f434f54

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
deleted file mode 100644
index ab72b57ae6b9..
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Unicode data from unicode.org"
-HOMEPAGE="https://unicode.org/ucd/";
-SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
-   https://unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
-
-LICENSE="unicode"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-DEPEND="app-arch/unzip"
-S="${WORKDIR}"
-
-src_unpack() {
-   # Unihan.zip needs to be installed as a zip for reverse deps
-   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
-   unpack ${P}-UCD.zip
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r "${S}"/*
-   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2023-09-13 Thread Matt Turner
commit: 8fc5b60e68a6fa8b5ab25f5d5246ae8246dbfd01
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 14 02:27:14 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 14 03:05:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc5b60e

app-i18n/unicode-data: Version bump to 15.1.0

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/unicode-data/Manifest   |  2 ++
 app-i18n/unicode-data/unicode-data-15.1.0.ebuild | 28 
 2 files changed, 30 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 834b4be82530..aa3bd514bc42 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -2,3 +2,5 @@ DIST unicode-data-14.0.0-UCD.zip 6985828 BLAKE2B 
2d36d35ded44fe1ad7966dae93e388c
 DIST unicode-data-14.0.0-Unihan.zip 7116482 BLAKE2B 
feafb77e8a1694efe940be226735f88c2e08be43408b8c12de87b86860d3cfacffb3d7d287e4fbf6b7fcef1055f3fe6b74f312312dd7d1886cbc7a394a7df983
 SHA512 
1827e512dd1bd27f3553746275dc90e3c3add38590d56da3901eccb56b94fee9e2dd806514a866ca73dfe4770ec585d200a6b6a7a4293c2ff572a2f5b50ef091
 DIST unicode-data-15.0.0-UCD.zip 7059105 BLAKE2B 
5615eeb9a73f9bd36986bd0d8fdc3c22d8b33d6ba36bb79f1d78ead2f4193fd926f1dd939c9c53047efdbd9346937f66e8c7cbf538ea4fe6a4bd5bdc02aa5528
 SHA512 
442a99694fccf0d1ff6f6236bec2cff7408eef4d9dba575ba4f5dc45cebf4d2b1b30334ef8a843887a0f410b24e0f79f7f30f06a195659def998875981604a6a
 DIST unicode-data-15.0.0-Unihan.zip 7293545 BLAKE2B 
46d8b13ac6970a27d70262d45c703496dd99bff4ac7eefed2003f3f7d02b070461211eb03400f0fe0decfb65a3dccd0973c8da286f9f6fc84681dd263ea366b6
 SHA512 
d9cf39adebe83ed0fd8d473cf057b8aa8b2362019d9f7ee7afc041501b1bbbe4d13050350ac40ce4a020cd1d64d52548fe262c3b2893934a032e1de8075e964c
+DIST unicode-data-15.1.0-UCD.zip 8248819 BLAKE2B 
6280ee4c7044bf72cfc1f04c02c06bda1052c4909b2209d41a0ddef3e1eca7d639afa293d1536d1af1ef118311327ec4ec52cdefe8eac081bc84738972993a0e
 SHA512 
6285b78d5765092d04632f2bdf23f43fe4c3d8acc28700ff941b5a647bf86aba348ea280cee54f5761e534070439cd5628cb25cb7cd9d7dca08e05000f434f54
+DIST unicode-data-15.1.0-Unihan.zip 759 BLAKE2B 
a92e3fa3dfb765b94641596b67779385edf519b788192a2798b27107fc6860cedc00d445066dad67746b7cd04a7fd2ed5a0f2b65a864d52f043750ad37cd318d
 SHA512 
fc1a32fc68b3e1d2d358fca91c2cd6c1103557405e91ff558585f18a2e9b1ee6f8af89e7ee922ff36cade67a5cf4f5b4042ba97d350af7b92b18f161eef5ec78

diff --git a/app-i18n/unicode-data/unicode-data-15.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
new file mode 100644
index ..2057991366c3
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-15.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="https://unicode.org/ucd/";
+SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   https://unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+DEPEND="app-arch/unzip"
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack ${P}-UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-11-23 Thread Jakov Smolić
commit: 47b86cac20c9fe3bcd31016563f8aa3ec1aa64ba
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b86cac

app-i18n/unicode-data: Stabilize 15.0.0 x86, #879807

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
index 30d0c460beb2..ab72b57ae6b9 100644
--- a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-11-16 Thread Arthur Zamarin
commit: c1a74f5d87be0c6f14dbf76891ee1ce840ac21e9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 16 18:10:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 16 18:10:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a74f5d

app-i18n/unicode-data: Stabilize 15.0.0 hppa, #879807

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
index 630dc177f50e..30d0c460beb2 100644
--- a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-11-06 Thread Sam James
commit: 7103d084ac24cd2c7f8917fc2e6a370e4253ad5a
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  7 07:17:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  7 07:17:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7103d084

app-i18n/unicode-data: Stabilize 15.0.0 amd64, #879807

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
index e14ef0378945..630dc177f50e 100644
--- a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-11-05 Thread Arthur Zamarin
commit: 2c46d32c747898c2eee43bc5a34e42ae4c7a1d7d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  5 18:58:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  5 18:58:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c46d32c

app-i18n/unicode-data: Stabilize 15.0.0 sparc, #879807

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
index 58af917ebebc..e14ef0378945 100644
--- a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-11-05 Thread Arthur Zamarin
commit: ea1b1c24976b09b15bc5735a0186f5258eca9279
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  5 09:57:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  5 09:57:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1b1c24

app-i18n/unicode-data: Stabilize 15.0.0 ppc64, #879807

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
index cd10ea288971..58af917ebebc 100644
--- a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-11-05 Thread Arthur Zamarin
commit: 530b2381bdf83499eb3fd0064948f5e715f0a377
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  5 09:43:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  5 09:43:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530b2381

app-i18n/unicode-data: Stabilize 15.0.0 arm, #879807

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
index df54dafc546d..680148187387 100644
--- a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-11-04 Thread Arthur Zamarin
commit: 8019bb0da8ff8bb8602b745c0190f1696bb6301f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov  5 05:57:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov  5 05:58:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8019bb0d

app-i18n/unicode-data: Stabilize 15.0.0 arm64, #879807

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
index ec27827c571d..df54dafc546d 100644
--- a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-09-15 Thread Matt Turner
commit: 03b825796d4721ff6cab408625c3d05a1782f6b7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 16 02:24:33 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 16 02:40:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b82579

app-i18n/unicode-data: Version bump to 15.0.0

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/unicode-data/Manifest   |  2 ++
 app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 28 
 2 files changed, 30 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 36f0e1a80748..834b4be82530 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,2 +1,4 @@
 DIST unicode-data-14.0.0-UCD.zip 6985828 BLAKE2B 
2d36d35ded44fe1ad7966dae93e388c8c92d4404c811e495c0b4ea1c6482c4ed1488dff37b608cae230163bc4dd66cf8ec40d5db6e60541cd7719673c91dc5b1
 SHA512 
17fbfb3ebd3a75227526d87e19feb70c1b0ccee656e421e955aadc88847ed2597437eb8cf19619e2a49470d286b285e219aec18d6b29dab47cfa8317a212b458
 DIST unicode-data-14.0.0-Unihan.zip 7116482 BLAKE2B 
feafb77e8a1694efe940be226735f88c2e08be43408b8c12de87b86860d3cfacffb3d7d287e4fbf6b7fcef1055f3fe6b74f312312dd7d1886cbc7a394a7df983
 SHA512 
1827e512dd1bd27f3553746275dc90e3c3add38590d56da3901eccb56b94fee9e2dd806514a866ca73dfe4770ec585d200a6b6a7a4293c2ff572a2f5b50ef091
+DIST unicode-data-15.0.0-UCD.zip 7059105 BLAKE2B 
5615eeb9a73f9bd36986bd0d8fdc3c22d8b33d6ba36bb79f1d78ead2f4193fd926f1dd939c9c53047efdbd9346937f66e8c7cbf538ea4fe6a4bd5bdc02aa5528
 SHA512 
442a99694fccf0d1ff6f6236bec2cff7408eef4d9dba575ba4f5dc45cebf4d2b1b30334ef8a843887a0f410b24e0f79f7f30f06a195659def998875981604a6a
+DIST unicode-data-15.0.0-Unihan.zip 7293545 BLAKE2B 
46d8b13ac6970a27d70262d45c703496dd99bff4ac7eefed2003f3f7d02b070461211eb03400f0fe0decfb65a3dccd0973c8da286f9f6fc84681dd263ea366b6
 SHA512 
d9cf39adebe83ed0fd8d473cf057b8aa8b2362019d9f7ee7afc041501b1bbbe4d13050350ac40ce4a020cd1d64d52548fe262c3b2893934a032e1de8075e964c

diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
new file mode 100644
index ..ec27827c571d
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="https://unicode.org/ucd/";
+SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   https://unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+DEPEND="app-arch/unzip"
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack ${P}-UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-08-17 Thread Matt Turner
commit: 805a03f53a75c0d98aa99f182ce4d97da11dda5e
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:44:39 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805a03f5

app-i18n/unicode-data: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/unicode-data/Manifest   |  6 -
 app-i18n/unicode-data/unicode-data-12.0.0.ebuild | 29 ---
 app-i18n/unicode-data/unicode-data-12.1.0.ebuild | 29 ---
 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 30 
 4 files changed, 94 deletions(-)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 1f86d481c600..36f0e1a80748 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,8 +1,2 @@
-DIST unicode-data-12.0.0-UCD.zip 8410561 BLAKE2B 
10d34faaad501ddaba6de73a126b8dc5acc2941f81050ec4ff432f9a6aeabe1e13004e0ee190d37751517e3c2ea07c879d3bf2e39b8430d473f93f7fe05b08a8
 SHA512 
f9d845170df7e4952f90c6c75b256c2d330e174b95534fd6e8076bc6ad827a007b5e2b49562d29a4f7e6a529a41bb59330fb2acf94993f983049114d7b294a33
-DIST unicode-data-12.0.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
-DIST unicode-data-12.1.0-UCD.zip 8410738 BLAKE2B 
b635b449a04f3ffed8ec7311064cf2093cec5e7ebf8ec9a52b753a1c9a3f50374bdfe41a4e3e61bceefb69a847474b086b24a43f7f02de7183474737086f869f
 SHA512 
68512627ecb75520b354160216cc14622c0d5321356f03429a102f734bddf6859c4ab266ed15db177dcbffd76c97d13d90de9a4fc38b10082a0e58fe3c82cda4
-DIST unicode-data-12.1.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
-DIST unicode-data-13.0.0-UCD.zip 7537310 BLAKE2B 
5bcc8f010f81fea22cd0b5806ee190bbe9e58348c5cc3627141de3b1df5a00cbdcd800ebd0eb3bc0499b2c26920f6cadf42804b539e5be0aeeeb9eaee334a817
 SHA512 
aed6d06c370dd87bc5713e19ff4cde47b065b76a18149194fa843e4efc5269f749ec8905cad9132d3b803ab621a46e372052b8f3c3e9b6a65afa6516b0f2b4f2
-DIST unicode-data-13.0.0-Unihan.zip 7044963 BLAKE2B 
fffcd322c87c607e9e689bfef4ec79b4ec576b4ffd84465ed6d38f485ac4fccc7d0f46662f76dbb79630e070b12bf9e1530bbbd5b32c043b71f696018e1f3ad2
 SHA512 
87238202b5da069ab1bbc4672d86c6fd0711e354fb17f53b0b4152850c56c0fa09e6e45820ae52d49756b25fe696518ceaa34cbfe5366ff60688c9a5c3a2d5be
 DIST unicode-data-14.0.0-UCD.zip 6985828 BLAKE2B 
2d36d35ded44fe1ad7966dae93e388c8c92d4404c811e495c0b4ea1c6482c4ed1488dff37b608cae230163bc4dd66cf8ec40d5db6e60541cd7719673c91dc5b1
 SHA512 
17fbfb3ebd3a75227526d87e19feb70c1b0ccee656e421e955aadc88847ed2597437eb8cf19619e2a49470d286b285e219aec18d6b29dab47cfa8317a212b458
 DIST unicode-data-14.0.0-Unihan.zip 7116482 BLAKE2B 
feafb77e8a1694efe940be226735f88c2e08be43408b8c12de87b86860d3cfacffb3d7d287e4fbf6b7fcef1055f3fe6b74f312312dd7d1886cbc7a394a7df983
 SHA512 
1827e512dd1bd27f3553746275dc90e3c3add38590d56da3901eccb56b94fee9e2dd806514a866ca73dfe4770ec585d200a6b6a7a4293c2ff572a2f5b50ef091

diff --git a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild
deleted file mode 100644
index 90545a676bfe..
--- a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Unicode data from unicode.org"
-HOMEPAGE="http://www.unicode.org/ucd/";
-SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
-   http://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> 
${P}-Unihan.zip"
-
-LICENSE="unicode"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   # Unihan.zip needs to be installed as a zip for reverse deps
-   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
-   unpack ${P}-UCD.zip
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r "${S}"/*
-   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
-}

diff --git a/app-i18n/unicode-data/unicode-data-12.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-12.1.0.ebuild
deleted file mode 100644
index d5f7f27ee193..
--- a/app-i18n/unicode-data/unicode-data-12.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Unicode data from unicode.org"
-HOMEPAGE="http

[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-03-12 Thread Arthur Zamarin
commit: 7e1b6fefeb76b48ab939d39a72ae51b2ec854c0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 20:07:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 20:07:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1b6fef

app-i18n/unicode-data: Stabilize 14.0.0 hppa, #834427

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index 42aaaec9f07e..0e00056266b9 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-03-06 Thread Sam James
commit: 3285f26573842ba7a0ac2c2cf5f6d25a6e6c49bf
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  6 23:49:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  6 23:49:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3285f265

app-i18n/unicode-data: Stabilize 14.0.0 arm, #834427

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index 9d9f7de72597..42aaaec9f07e 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-03-05 Thread Sam James
commit: ea1d1dc1aed7957fcab3ea684129af5083ab8067
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  6 07:54:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  6 07:54:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1d1dc1

app-i18n/unicode-data: Stabilize 14.0.0 arm64, #834427

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index f729751fe519..9d9f7de72597 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-03-01 Thread Agostino Sarubbo
commit: a69215fe3a60be503c313c75fdb4e21c61b637ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar  1 11:30:31 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar  1 11:30:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69215fe

app-i18n/unicode-data: sparc stable wrt bug #834427

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index b9dbdea83cfb..f729751fe519 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-03-01 Thread Agostino Sarubbo
commit: cbcc0410ee0529b538533dc7c6a0a50c750bc480
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar  1 11:28:27 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar  1 11:28:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcc0410

app-i18n/unicode-data: ppc stable wrt bug #834427

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index 5bc5346932c1..b9dbdea83cfb 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-03-01 Thread Jakov Smolić
commit: cd3f975a9b6910f7f1df793364b3026f6ddfa8d7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar  1 09:43:52 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar  1 09:43:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3f975a

app-i18n/unicode-data: Stabilize 14.0.0 x86, #834427

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index c72b719191cc..5bc5346932c1 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-02-28 Thread Sam James
commit: 3ff157c1f02c4c4391f81f9d8c0fea1d248557d8
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:00:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:00:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff157c1

app-i18n/unicode-data: Stabilize 14.0.0 ppc64, #834427

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index 22587d2d0d1a..c72b719191cc 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-02-28 Thread Sam James
commit: c6a5fc53fdf1c6fc3fce2dca0da51d9fecb981c7
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:59:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:59:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a5fc53

app-i18n/unicode-data: Stabilize 14.0.0 amd64, #834427

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index e0780f6a33f9..22587d2d0d1a 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-09-25 Thread Sam James
commit: 0163df02dba9fa2c56460c5831797a38eb06e5f3
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 25 23:24:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 25 23:24:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0163df02

Revert "app-i18n/unicode-data: move data to common path"

This reverts commit 5512fe298f5d656fd8c14fe40d306af22fbdd8ae.

Bug: https://bugs.gentoo.org/814860
Signed-off-by: Sam James  gentoo.org>

 .../unicode-data/unicode-data-14.0.0-r1.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0-r1.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0-r1.ebuild
deleted file mode 100644
index d31503087bd..000
--- a/app-i18n/unicode-data/unicode-data-14.0.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Unicode data from unicode.org"
-HOMEPAGE="https://unicode.org/ucd/";
-SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
-   https://unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
-
-LICENSE="unicode"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-DEPEND="app-arch/unzip"
-S="${WORKDIR}"
-
-src_prepare() {
-   # we have separate ebuild for emoji. And it is even more complete that 
what installs here.
-   rm -r emoji || die
-   default
-}
-
-src_install() {
-   insinto /usr/share/${PN%%-*}
-   doins -r "${S}"/*
-   # Unihan.zip needs to be installed as a zip for reverse deps
-   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
-   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-09-25 Thread Vadim Misbakh-Soloviov
commit: 5512fe298f5d656fd8c14fe40d306af22fbdd8ae
Author: Vadim Misbakh-Soloviov  gentoo  org>
AuthorDate: Sat Sep 25 22:13:01 2021 +
Commit: Vadim Misbakh-Soloviov  gentoo  org>
CommitDate: Sat Sep 25 22:56:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5512fe29

app-i18n/unicode-data: move data to common path

Package-Manager: Portage-3.0.23, Repoman-3.0.1
Signed-off-by: Vadim Misbakh-Soloviov  gentoo.org>

 .../unicode-data/unicode-data-14.0.0-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0-r1.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0-r1.ebuild
new file mode 100644
index 000..d31503087bd
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-14.0.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="https://unicode.org/ucd/";
+SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   https://unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+DEPEND="app-arch/unzip"
+S="${WORKDIR}"
+
+src_prepare() {
+   # we have separate ebuild for emoji. And it is even more complete that 
what installs here.
+   rm -r emoji || die
+   default
+}
+
+src_install() {
+   insinto /usr/share/${PN%%-*}
+   doins -r "${S}"/*
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-09-25 Thread Vadim Misbakh-Soloviov
commit: 815560bb70a5e992ef0a020d8034f97f64eb41be
Author: Vadim Misbakh-Soloviov  gentoo  org>
AuthorDate: Sat Sep 25 19:52:44 2021 +
Commit: Vadim Misbakh-Soloviov  gentoo  org>
CommitDate: Sat Sep 25 22:56:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815560bb

app-i18n/unicode-data: new version

Package-Manager: Portage-3.0.23, Repoman-3.0.1
Signed-off-by: Vadim Misbakh-Soloviov  gentoo.org>

 app-i18n/unicode-data/Manifest   |  2 ++
 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 28 
 2 files changed, 30 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 229e95b1c6c..1f86d481c60 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -4,3 +4,5 @@ DIST unicode-data-12.1.0-UCD.zip 8410738 BLAKE2B 
b635b449a04f3ffed8ec7311064cf20
 DIST unicode-data-12.1.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
 DIST unicode-data-13.0.0-UCD.zip 7537310 BLAKE2B 
5bcc8f010f81fea22cd0b5806ee190bbe9e58348c5cc3627141de3b1df5a00cbdcd800ebd0eb3bc0499b2c26920f6cadf42804b539e5be0aeeeb9eaee334a817
 SHA512 
aed6d06c370dd87bc5713e19ff4cde47b065b76a18149194fa843e4efc5269f749ec8905cad9132d3b803ab621a46e372052b8f3c3e9b6a65afa6516b0f2b4f2
 DIST unicode-data-13.0.0-Unihan.zip 7044963 BLAKE2B 
fffcd322c87c607e9e689bfef4ec79b4ec576b4ffd84465ed6d38f485ac4fccc7d0f46662f76dbb79630e070b12bf9e1530bbbd5b32c043b71f696018e1f3ad2
 SHA512 
87238202b5da069ab1bbc4672d86c6fd0711e354fb17f53b0b4152850c56c0fa09e6e45820ae52d49756b25fe696518ceaa34cbfe5366ff60688c9a5c3a2d5be
+DIST unicode-data-14.0.0-UCD.zip 6985828 BLAKE2B 
2d36d35ded44fe1ad7966dae93e388c8c92d4404c811e495c0b4ea1c6482c4ed1488dff37b608cae230163bc4dd66cf8ec40d5db6e60541cd7719673c91dc5b1
 SHA512 
17fbfb3ebd3a75227526d87e19feb70c1b0ccee656e421e955aadc88847ed2597437eb8cf19619e2a49470d286b285e219aec18d6b29dab47cfa8317a212b458
+DIST unicode-data-14.0.0-Unihan.zip 7116482 BLAKE2B 
feafb77e8a1694efe940be226735f88c2e08be43408b8c12de87b86860d3cfacffb3d7d287e4fbf6b7fcef1055f3fe6b74f312312dd7d1886cbc7a394a7df983
 SHA512 
1827e512dd1bd27f3553746275dc90e3c3add38590d56da3901eccb56b94fee9e2dd806514a866ca73dfe4770ec585d200a6b6a7a4293c2ff572a2f5b50ef091

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
new file mode 100644
index 000..e0780f6a33f
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="https://unicode.org/ucd/";
+SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   https://unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+DEPEND="app-arch/unzip"
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack ${P}-UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-06-01 Thread Yixun Lan
commit: b1ee53c5b0ac58b124315590fde2c66ab8e5bb4f
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jun  2 01:53:27 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jun  2 02:41:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ee53c5

app-i18n/unicode-data: add riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index df4a20d9eb0..51dd6ec58bc 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-26 Thread Sergei Trofimovich
commit: 62d1e2390853fdb62b87dccc1d6a6d28578ec420
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb 26 17:01:38 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 26 17:34:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d1e239

app-i18n/unicode-data: stable 13.0.0 for hppa, bug #772905

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index b531e733180..d7236ea9b46 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-26 Thread Sam James
commit: a3486c3b35f48517faee6f9e56b2e8cdf673ad8a
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 26 13:53:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 13:53:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3486c3b

app-i18n/unicode-data: Stabilize 13.0.0 arm, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index 8dac3d5113e..b531e733180 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-26 Thread Agostino Sarubbo
commit: 9b39d030321e39cffefb7171f64101a2931e489f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 26 09:39:29 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 26 09:39:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b39d030

app-i18n/unicode-data: amd64 stable wrt bug #772905

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index 571b5164378..8dac3d5113e 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-26 Thread Agostino Sarubbo
commit: b6f121494e5ce90a3738a7043a1e985bec5de5bb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 26 08:08:12 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 26 08:09:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f12149

app-i18n/unicode-data: x86 stable wrt bug #772905

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index 9eb1e2e481f..571b5164378 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 4f653085980135289dd8d872a3710bfeb8787a83
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:51:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:51:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f653085

app-i18n/unicode-data: Stabilize 13.0.0 ppc64, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index ad7c97ed735..9eb1e2e481f 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 6cb393c1f6168f0353f3e7d1cc77a38fc7af3dab
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:46:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:46:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb393c1

app-i18n/unicode-data: Stabilize 13.0.0 s390, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index 75c6045bdfd..ad7c97ed735 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc 
~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 551cf1f4cba9ed265af5101b5560e649096390d8
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:45:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:45:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551cf1f4

app-i18n/unicode-data: Stabilize 13.0.0 sparc, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index 23da88be14d..75c6045bdfd 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 0f319bb9fbcf688e9eaaa45d850c53517d8c740e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:44:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:44:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f319bb9

app-i18n/unicode-data: Stabilize 13.0.0 arm64, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index ce03ef7a6e1..23da88be14d 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 7ad6117b79e1cbfcc18e9fb3ec958a352a763f2c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:41:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:41:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad6117b

app-i18n/unicode-data: Stabilize 13.0.0 ppc, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index 02c0e2af5ca..ce03ef7a6e1 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2020-05-06 Thread Akinori Hattori
commit: 91beddacc6fb43521195adfedfba36f2e9b7e6a3
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed May  6 13:12:48 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed May  6 13:12:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91beddac

app-i18n/unicode-data: new upstream release

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/unicode-data/Manifest   |  2 ++
 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 30 
 2 files changed, 32 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index f46ca75a5d7..229e95b1c6c 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -2,3 +2,5 @@ DIST unicode-data-12.0.0-UCD.zip 8410561 BLAKE2B 
10d34faaad501ddaba6de73a126b8dc
 DIST unicode-data-12.0.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
 DIST unicode-data-12.1.0-UCD.zip 8410738 BLAKE2B 
b635b449a04f3ffed8ec7311064cf2093cec5e7ebf8ec9a52b753a1c9a3f50374bdfe41a4e3e61bceefb69a847474b086b24a43f7f02de7183474737086f869f
 SHA512 
68512627ecb75520b354160216cc14622c0d5321356f03429a102f734bddf6859c4ab266ed15db177dcbffd76c97d13d90de9a4fc38b10082a0e58fe3c82cda4
 DIST unicode-data-12.1.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
+DIST unicode-data-13.0.0-UCD.zip 7537310 BLAKE2B 
5bcc8f010f81fea22cd0b5806ee190bbe9e58348c5cc3627141de3b1df5a00cbdcd800ebd0eb3bc0499b2c26920f6cadf42804b539e5be0aeeeb9eaee334a817
 SHA512 
aed6d06c370dd87bc5713e19ff4cde47b065b76a18149194fa843e4efc5269f749ec8905cad9132d3b803ab621a46e372052b8f3c3e9b6a65afa6516b0f2b4f2
+DIST unicode-data-13.0.0-Unihan.zip 7044963 BLAKE2B 
fffcd322c87c607e9e689bfef4ec79b4ec576b4ffd84465ed6d38f485ac4fccc7d0f46662f76dbb79630e070b12bf9e1530bbbd5b32c043b71f696018e1f3ad2
 SHA512 
87238202b5da069ab1bbc4672d86c6fd0711e354fb17f53b0b4152850c56c0fa09e6e45820ae52d49756b25fe696518ceaa34cbfe5366ff60688c9a5c3a2d5be

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
new file mode 100644
index 000..02c0e2af5ca
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="https://unicode.org/ucd/";
+SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   https://unicode.org/Public/zipped/${PV}/Unihan.zip -> ${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack ${P}-UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2020-05-06 Thread Akinori Hattori
commit: 19bf9afea758206814d7b8375bed714db82f9858
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed May  6 13:08:26 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed May  6 13:08:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bf9afe

app-i18n/unicode-data: add myself as maintainer

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/unicode-data/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-i18n/unicode-data/metadata.xml 
b/app-i18n/unicode-data/metadata.xml
index cc081897d48..6d1ac9db2d8 100644
--- a/app-i18n/unicode-data/metadata.xml
+++ b/app-i18n/unicode-data/metadata.xml
@@ -5,4 +5,8 @@
fo...@gentoo.org
Fonts

+   
+   hat...@gentoo.org
+   Akinori Hattori
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-11-17 Thread Mart Raudsepp
commit: a3aaf478d0d9cdfed0319840cd93e254eb0e91a4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Nov 17 18:22:32 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Nov 17 18:23:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3aaf478

app-i18n/unicode-data: remove old

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-i18n/unicode-data/Manifest   |  6 -
 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 31 
 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 31 
 app-i18n/unicode-data/unicode-data-9.0.0.ebuild  | 31 
 4 files changed, 99 deletions(-)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index a0bdc0d74a5..f46ca75a5d7 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,10 +1,4 @@
-DIST unicode-data-10.0.0-UCD.zip 5991193 BLAKE2B 
4724c6f11156b8d97c924c1e08232d2f13ac331f386585289e148adb70f1a070bb8b71718232e29b4f7bd1ec47d016e44072bd7336c171c56bd7e88b15110d72
 SHA512 
4e232ddd01c5c85175f29cbda61d6a87f274669a3184e885cb44410c26f25eee70da984b3f4798f8d6c304b05333e9245e2eb6e3830ee7b16b2f2e50d32c9ee0
-DIST unicode-data-10.0.0-Unihan.zip 6632227 BLAKE2B 
2bd290b083c87752c3462b8fe7a8c13e3943c69083ba7fbbcc659ca40476e984de1d49a102648d0a669bdaac81babb4c15d0ccba7769e3e4eb1db9efba778f67
 SHA512 
377f53ddc9ae514e8866c0e6b79f9b1d3613fad5a7e29c57a06baf8be84cbada0703b1c660401e7dbd2bb861b09fa9159b77322f42b34f5a0dc0d8f70ac4db12
-DIST unicode-data-11.0.0-UCD.zip 5751718 BLAKE2B 
e9ad8eb47b5b5753e345836b19b72b5bf34d51b45369e79330992e1426a971e75715675ec24bbc4200a969516811b1a80b81503b52fae7f6abc5f6dab8a573ea
 SHA512 
954a499ff072727c8778e711fb1753834adf09277c9e9a2592c02b59971860f9a407c7e9985ed1e6bdda7a3cf3b1cd6316599c4bffe8b0625413f874486830c1
-DIST unicode-data-11.0.0-Unihan.zip 6747669 BLAKE2B 
522291be19f68978f6701c0e624d6d0589b94798d0c1099f8c554c778497383c04422b0ff3613c59af9ea496243f4aa4354ea5b85e66f601a24435da96a3ec00
 SHA512 
a045e79545f1ec3529a8556d41c73b20809979e002f98314068c6f91daa79abb2ab3ab383090651b55fb55e343d8fcf67bea822d93d6e3221a206d58ef9e3a7b
 DIST unicode-data-12.0.0-UCD.zip 8410561 BLAKE2B 
10d34faaad501ddaba6de73a126b8dc5acc2941f81050ec4ff432f9a6aeabe1e13004e0ee190d37751517e3c2ea07c879d3bf2e39b8430d473f93f7fe05b08a8
 SHA512 
f9d845170df7e4952f90c6c75b256c2d330e174b95534fd6e8076bc6ad827a007b5e2b49562d29a4f7e6a529a41bb59330fb2acf94993f983049114d7b294a33
 DIST unicode-data-12.0.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
 DIST unicode-data-12.1.0-UCD.zip 8410738 BLAKE2B 
b635b449a04f3ffed8ec7311064cf2093cec5e7ebf8ec9a52b753a1c9a3f50374bdfe41a4e3e61bceefb69a847474b086b24a43f7f02de7183474737086f869f
 SHA512 
68512627ecb75520b354160216cc14622c0d5321356f03429a102f734bddf6859c4ab266ed15db177dcbffd76c97d13d90de9a4fc38b10082a0e58fe3c82cda4
 DIST unicode-data-12.1.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
-DIST unicode-data-9.0.0-UCD.zip 5655592 BLAKE2B 
bacfd82142e2327d5633a927d6283d1bf3d43d0476b43ca5b23190abafba5aec3f29a59f096a651acc320a7bbf5f511aaa39e1f09b9fe24e96b0623610bec6a0
 SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
-DIST unicode-data-9.0.0-Unihan.zip 6558824 BLAKE2B 
18900bacb9ec84eef99758a1647f657685f2fc40d705b7cd8f88ea727d9494aab38cf4d40829d52afca7c11087e6b2b2c03547c14980b7d206ba241bff3d3e47
 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
deleted file mode 100644
index 55718a61423..000
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unicode data from unicode.org"
-HOMEPAGE="http://www.unicode.org/ucd/";
-SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
-   http://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> 
${P}-Unihan.zip"
-
-LICENSE="unicode"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_unpack() {
-   # Unihan.zip need

[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-08-03 Thread Thomas Deutschmann
commit: 264215c910a45dfe6905a46d3be99e1ed745a5de
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug  3 20:30:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug  3 20:37:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264215c9

app-i18n/unicode-data: x86 stable, applying ALLARCHES policy

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-i18n/unicode-data/unicode-data-12.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild
index 2f8edc45c49..dad13b4d6cf 100644
--- a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-08-03 Thread Thomas Deutschmann
commit: bb2be85b451f4c631005c190aca68be9d2d23cd4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug  3 20:28:02 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug  3 20:37:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2be85b

app-i18n/unicode-data: bump to v12.1.0

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-i18n/unicode-data/Manifest   |  2 ++
 app-i18n/unicode-data/unicode-data-12.1.0.ebuild | 31 
 2 files changed, 33 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 0c8298ba41e..a0bdc0d74a5 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -4,5 +4,7 @@ DIST unicode-data-11.0.0-UCD.zip 5751718 BLAKE2B 
e9ad8eb47b5b5753e345836b19b72b5
 DIST unicode-data-11.0.0-Unihan.zip 6747669 BLAKE2B 
522291be19f68978f6701c0e624d6d0589b94798d0c1099f8c554c778497383c04422b0ff3613c59af9ea496243f4aa4354ea5b85e66f601a24435da96a3ec00
 SHA512 
a045e79545f1ec3529a8556d41c73b20809979e002f98314068c6f91daa79abb2ab3ab383090651b55fb55e343d8fcf67bea822d93d6e3221a206d58ef9e3a7b
 DIST unicode-data-12.0.0-UCD.zip 8410561 BLAKE2B 
10d34faaad501ddaba6de73a126b8dc5acc2941f81050ec4ff432f9a6aeabe1e13004e0ee190d37751517e3c2ea07c879d3bf2e39b8430d473f93f7fe05b08a8
 SHA512 
f9d845170df7e4952f90c6c75b256c2d330e174b95534fd6e8076bc6ad827a007b5e2b49562d29a4f7e6a529a41bb59330fb2acf94993f983049114d7b294a33
 DIST unicode-data-12.0.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
+DIST unicode-data-12.1.0-UCD.zip 8410738 BLAKE2B 
b635b449a04f3ffed8ec7311064cf2093cec5e7ebf8ec9a52b753a1c9a3f50374bdfe41a4e3e61bceefb69a847474b086b24a43f7f02de7183474737086f869f
 SHA512 
68512627ecb75520b354160216cc14622c0d5321356f03429a102f734bddf6859c4ab266ed15db177dcbffd76c97d13d90de9a4fc38b10082a0e58fe3c82cda4
+DIST unicode-data-12.1.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
 DIST unicode-data-9.0.0-UCD.zip 5655592 BLAKE2B 
bacfd82142e2327d5633a927d6283d1bf3d43d0476b43ca5b23190abafba5aec3f29a59f096a651acc320a7bbf5f511aaa39e1f09b9fe24e96b0623610bec6a0
 SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
 DIST unicode-data-9.0.0-Unihan.zip 6558824 BLAKE2B 
18900bacb9ec84eef99758a1647f657685f2fc40d705b7cd8f88ea727d9494aab38cf4d40829d52afca7c11087e6b2b2c03547c14980b7d206ba241bff3d3e47
 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e

diff --git a/app-i18n/unicode-data/unicode-data-12.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-12.1.0.ebuild
new file mode 100644
index 000..c6c8d2f851f
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-12.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="https://www.unicode.org/ucd/";
+SRC_URI="https://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   https://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> 
${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack ${P}-UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-07-13 Thread Sergei Trofimovich
commit: 01acbd89fadd28132672d9d279d5a4ef8f6dc1c8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jul 13 11:56:41 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 13 12:08:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01acbd89

app-i18n/unicode-data: stable 11.0.0 for hppa, bug #685254

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
index 7576cf0906e..81caaa93256 100644
--- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-06-17 Thread Sergei Trofimovich
commit: 2fe3fa5aabe0906e5ce5ac6a54e8652b07bc6f99
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 17 16:52:11 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 17 19:40:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe3fa5a

app-i18n/unicode-data: stable 11.0.0 for sparc, bug #685254

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
index f5456d661ad..cc06bb34c34 100644
--- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-06-17 Thread Mikle Kolyada
commit: dbdb6055b7296cb762914a46c62bda2c3e936320
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 17 10:06:41 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 17 10:06:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdb6055

app-i18n/unicode-data: alpha stable wrt bug #685254

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
index a6c91968487..f5456d661ad 100644
--- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-05-23 Thread Mikle Kolyada
commit: 35714ba598e8f3bae2254c2971832c055cf3c1f9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 23 13:01:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 23 13:01:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35714ba5

app-i18n/unicode-data: arm stable wrt bug #685254

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
index f4f64c47d52..a6c91968487 100644
--- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-05-10 Thread Mikle Kolyada
commit: 455d74f11b4fa56bbd382291ece2d2b4db61bcbd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May 10 17:47:49 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May 10 17:49:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455d74f1

app-i18n/unicode-data: x86 stable wrt bug #685254

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
index 58a2a070134..4b26071de48 100644
--- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-05-10 Thread Mikle Kolyada
commit: 103bcfae7a3b99ab566942175f96b32c1ffef4c4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May 10 17:33:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May 10 17:33:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103bcfae

app-i18n/unicode-data: s390 stable wrt bug #685254

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
index f1a21abf0e0..58a2a070134 100644
--- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-05-08 Thread Mikle Kolyada
commit: 44e167ea1b386fba32d13d26a7b40b32a74b34b9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  8 09:31:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  8 09:31:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e167ea

app-i18n/unicode-data: amd64 stable wrt bug #685254

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
index 2aaa55e7291..f1a21abf0e0 100644
--- a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-04-21 Thread Virgil Dupras
commit: 13ed53d25da0c5319cc1dbf971d0538bc057ef5b
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Apr 21 19:01:28 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Apr 21 19:18:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ed53d2

app-i18n/unicode-data: bump to 12.0.0

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-i18n/unicode-data/Manifest   |  2 ++
 app-i18n/unicode-data/unicode-data-12.0.0.ebuild | 31 
 2 files changed, 33 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 5655136c3bf..0c8298ba41e 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -2,5 +2,7 @@ DIST unicode-data-10.0.0-UCD.zip 5991193 BLAKE2B 
4724c6f11156b8d97c924c1e08232d2
 DIST unicode-data-10.0.0-Unihan.zip 6632227 BLAKE2B 
2bd290b083c87752c3462b8fe7a8c13e3943c69083ba7fbbcc659ca40476e984de1d49a102648d0a669bdaac81babb4c15d0ccba7769e3e4eb1db9efba778f67
 SHA512 
377f53ddc9ae514e8866c0e6b79f9b1d3613fad5a7e29c57a06baf8be84cbada0703b1c660401e7dbd2bb861b09fa9159b77322f42b34f5a0dc0d8f70ac4db12
 DIST unicode-data-11.0.0-UCD.zip 5751718 BLAKE2B 
e9ad8eb47b5b5753e345836b19b72b5bf34d51b45369e79330992e1426a971e75715675ec24bbc4200a969516811b1a80b81503b52fae7f6abc5f6dab8a573ea
 SHA512 
954a499ff072727c8778e711fb1753834adf09277c9e9a2592c02b59971860f9a407c7e9985ed1e6bdda7a3cf3b1cd6316599c4bffe8b0625413f874486830c1
 DIST unicode-data-11.0.0-Unihan.zip 6747669 BLAKE2B 
522291be19f68978f6701c0e624d6d0589b94798d0c1099f8c554c778497383c04422b0ff3613c59af9ea496243f4aa4354ea5b85e66f601a24435da96a3ec00
 SHA512 
a045e79545f1ec3529a8556d41c73b20809979e002f98314068c6f91daa79abb2ab3ab383090651b55fb55e343d8fcf67bea822d93d6e3221a206d58ef9e3a7b
+DIST unicode-data-12.0.0-UCD.zip 8410561 BLAKE2B 
10d34faaad501ddaba6de73a126b8dc5acc2941f81050ec4ff432f9a6aeabe1e13004e0ee190d37751517e3c2ea07c879d3bf2e39b8430d473f93f7fe05b08a8
 SHA512 
f9d845170df7e4952f90c6c75b256c2d330e174b95534fd6e8076bc6ad827a007b5e2b49562d29a4f7e6a529a41bb59330fb2acf94993f983049114d7b294a33
+DIST unicode-data-12.0.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
 DIST unicode-data-9.0.0-UCD.zip 5655592 BLAKE2B 
bacfd82142e2327d5633a927d6283d1bf3d43d0476b43ca5b23190abafba5aec3f29a59f096a651acc320a7bbf5f511aaa39e1f09b9fe24e96b0623610bec6a0
 SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
 DIST unicode-data-9.0.0-Unihan.zip 6558824 BLAKE2B 
18900bacb9ec84eef99758a1647f657685f2fc40d705b7cd8f88ea727d9494aab38cf4d40829d52afca7c11087e6b2b2c03547c14980b7d206ba241bff3d3e47
 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e

diff --git a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild
new file mode 100644
index 000..2f8edc45c49
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="http://www.unicode.org/ucd/";
+SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   http://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> 
${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack ${P}-UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2019-02-13 Thread Dennis Lamm
commit: fea27b3224c72c8da80672e8e3208fcb48f908a6
Author: Dennis Lamm  gentoo  org>
AuthorDate: Wed Feb 13 19:39:49 2019 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Wed Feb 13 19:40:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea27b32

app-i18n/unicode-data: version bump to 11.0.0

Signed-off-by: Dennis Lamm  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-i18n/unicode-data/Manifest   |  2 ++
 app-i18n/unicode-data/unicode-data-11.0.0.ebuild | 31 
 2 files changed, 33 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 435fe15d2b7..5655136c3bf 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,4 +1,6 @@
 DIST unicode-data-10.0.0-UCD.zip 5991193 BLAKE2B 
4724c6f11156b8d97c924c1e08232d2f13ac331f386585289e148adb70f1a070bb8b71718232e29b4f7bd1ec47d016e44072bd7336c171c56bd7e88b15110d72
 SHA512 
4e232ddd01c5c85175f29cbda61d6a87f274669a3184e885cb44410c26f25eee70da984b3f4798f8d6c304b05333e9245e2eb6e3830ee7b16b2f2e50d32c9ee0
 DIST unicode-data-10.0.0-Unihan.zip 6632227 BLAKE2B 
2bd290b083c87752c3462b8fe7a8c13e3943c69083ba7fbbcc659ca40476e984de1d49a102648d0a669bdaac81babb4c15d0ccba7769e3e4eb1db9efba778f67
 SHA512 
377f53ddc9ae514e8866c0e6b79f9b1d3613fad5a7e29c57a06baf8be84cbada0703b1c660401e7dbd2bb861b09fa9159b77322f42b34f5a0dc0d8f70ac4db12
+DIST unicode-data-11.0.0-UCD.zip 5751718 BLAKE2B 
e9ad8eb47b5b5753e345836b19b72b5bf34d51b45369e79330992e1426a971e75715675ec24bbc4200a969516811b1a80b81503b52fae7f6abc5f6dab8a573ea
 SHA512 
954a499ff072727c8778e711fb1753834adf09277c9e9a2592c02b59971860f9a407c7e9985ed1e6bdda7a3cf3b1cd6316599c4bffe8b0625413f874486830c1
+DIST unicode-data-11.0.0-Unihan.zip 6747669 BLAKE2B 
522291be19f68978f6701c0e624d6d0589b94798d0c1099f8c554c778497383c04422b0ff3613c59af9ea496243f4aa4354ea5b85e66f601a24435da96a3ec00
 SHA512 
a045e79545f1ec3529a8556d41c73b20809979e002f98314068c6f91daa79abb2ab3ab383090651b55fb55e343d8fcf67bea822d93d6e3221a206d58ef9e3a7b
 DIST unicode-data-9.0.0-UCD.zip 5655592 BLAKE2B 
bacfd82142e2327d5633a927d6283d1bf3d43d0476b43ca5b23190abafba5aec3f29a59f096a651acc320a7bbf5f511aaa39e1f09b9fe24e96b0623610bec6a0
 SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
 DIST unicode-data-9.0.0-Unihan.zip 6558824 BLAKE2B 
18900bacb9ec84eef99758a1647f657685f2fc40d705b7cd8f88ea727d9494aab38cf4d40829d52afca7c11087e6b2b2c03547c14980b7d206ba241bff3d3e47
 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e

diff --git a/app-i18n/unicode-data/unicode-data-11.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
new file mode 100644
index 000..2aaa55e7291
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-11.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="http://www.unicode.org/ucd/";
+SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   http://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> 
${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack ${P}-UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-08-17 Thread Mikle Kolyada
commit: 336ce55ba2aedce7c12079112e2c99c8a22a2bed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:13:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336ce55b

app-i18n/unicode-data: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 app-i18n/unicode-data/unicode-data-9.0.0.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index b61fbb6..9a963e92fa6 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index ec2cabb7b45..937e1ac1e11 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-07-20 Thread Sergei Trofimovich
commit: b8733fa85bb101afcbb5aad91790e012da1c9287
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 20 22:23:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 20 22:23:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8733fa8

app-i18n/unicode-data: stable 10.0.0 for hppa, bug #648464

Bug: https://bugs.gentoo.org/648464
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index 0675f42d9f2..b61fbb6 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-05-01 Thread Markus Meier
commit: 8f43c16dc3b0cb245388efda51cda7f2d3dd7cd2
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May  1 07:40:10 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May  1 07:40:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f43c16d

app-i18n/unicode-data: arm stable, bug #648464

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index fb8ec1b75a9..83de57f5c98 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-04-07 Thread Sergei Trofimovich
commit: 3174035b7c777b3f24ffe2713cc85b134954cb41
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:22:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:22:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3174035b

app-i18n/unicode-data: stable 10.0.0 for ppc64, bug #648464

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index 52c12875205..fb8ec1b75a9 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-03-31 Thread Aaron Bauman
commit: 680fdc2ec3846aaa657cb987758af41fc16fa1c6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Mar 31 21:43:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Mar 31 21:43:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680fdc2e

app-i18n/unicode-data: amd64 stable

Bug: https://bugs.gentoo.org/648464
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index e94908a9b72..52c12875205 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-03-31 Thread Tobias Klausmann
commit: e97847a7e18c64c88d513f421beb36981f747f91
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Mar 31 17:52:14 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Mar 31 17:52:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97847a7

app-i18n/unicode-data-10.0.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/648464

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index 5d361856f32..e94908a9b72 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-03-28 Thread Matt Turner
commit: 3c7eabeb0be588aac8fc6a612ae997d1adc09fbe
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 28 19:09:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 28 19:09:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7eabeb

app-i18n/unicode-data-10.0.0: added ~mips

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index 7e1b33ecb97..5d361856f32 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-03-23 Thread Sergei Trofimovich
commit: b052c6f0212385007f848ce9959b1702892c056a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 23 23:38:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 23 23:38:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b052c6f0

app-i18n/unicode-data: stable 10.0.0 for ia64, bug #648464

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index eb07fea7ebc..b423a0debd9 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2017-06-26 Thread Lars Wendler
commit: b40e8f00320d8c5334d0be9c5f6385c027a371ea
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun 26 22:41:23 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun 26 22:57:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40e8f00

app-i18n/unicode-data: Bump to version 10.0.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-i18n/unicode-data/Manifest   |  2 ++
 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 31 
 2 files changed, 33 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 54926b33104..2c568ec0106 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,3 +1,5 @@
+DIST unicode-data-10.0.0-UCD.zip 5991193 SHA256 
cb26d649f8bac8b12f69e2fbcd77d1759ecdcd7c8e8f1c4385a9c5a36cf14891 SHA512 
4e232ddd01c5c85175f29cbda61d6a87f274669a3184e885cb44410c26f25eee70da984b3f4798f8d6c304b05333e9245e2eb6e3830ee7b16b2f2e50d32c9ee0
 WHIRLPOOL 
7b6d0f5532e397290bc8a19d572bd76fbed07f80e17a525e42e6705f185db8a62ea775a3bf045ab3c534b86a8762cb99da1148747b1938cac85c38771aca2678
+DIST unicode-data-10.0.0-Unihan.zip 6632227 SHA256 
01232063a8529636cf155ba7a1dbad329cb2e63acde83a3d607b5eafa8f933a5 SHA512 
377f53ddc9ae514e8866c0e6b79f9b1d3613fad5a7e29c57a06baf8be84cbada0703b1c660401e7dbd2bb861b09fa9159b77322f42b34f5a0dc0d8f70ac4db12
 WHIRLPOOL 
21dfd6496d2233a632af88ab76c2587f6a5cddaea90ac110e36136ab3c70c655222e1726357aa5fe88b386bf272fb80cbf920a94ef841097649808aa96ad7c76
 DIST unicode-data-9.0.0-UCD.zip 5655592 SHA256 
df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
 WHIRLPOOL 
a310ca7d6ef780088bb741bd749e4bd2dba6330ac87d23b9a0f2c196e27a36a479069348d48fd2ca0a1c92e4fcfb6d45b7ce7f2cffed06e8391f8e792bd11e81
 DIST unicode-data-9.0.0-Unihan.zip 6558824 SHA256 
6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e
 WHIRLPOOL 
91eeb47a3c933fdafb4277959a3aeeab72ca6f17e954ce6b65b378d36b94a821fd663ba56a67514e07ec3df3afa3bd1299803cee08ccfcd62b838721c0cdd8c1
 DIST unicode-data_6.1.0.orig.tar.gz 8549251 SHA256 
e8c6f6ce45c6ab563173813b5817f66865c0c4c2aa577612ba68080e54a092e6 SHA512 
8df65c837c686eff1c236d4325fb276928952c570f05224299f52528a4b80354da6e4e3db40acebd0247f328a511363fda62e3e357cdd3119947a495f437cff5
 WHIRLPOOL 
a29824047f1c037948978ec9837f652ab010d08238e0c11564864d8125cfc3abde2526b1af7697b9f26deff9fee44050410a722d63adc3f4d8966cc6ed5ac0f9

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
new file mode 100644
index 000..eb07fea7ebc
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="http://www.unicode.org/ucd/";
+SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   http://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> 
${P}-Unihan.zip"
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack ${P}-UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2017-06-26 Thread Lars Wendler
commit: a4ed15e964dd09f2ee8ac9e36311b9ad1db9c1a6
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun 26 22:41:52 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun 26 22:57:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ed15e9

app-i18n/unicode-data: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-i18n/unicode-data/Manifest  |  1 -
 app-i18n/unicode-data/unicode-data-6.1.0.ebuild | 28 -
 2 files changed, 29 deletions(-)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 2c568ec0106..80f314727d5 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -2,4 +2,3 @@ DIST unicode-data-10.0.0-UCD.zip 5991193 SHA256 
cb26d649f8bac8b12f69e2fbcd77d175
 DIST unicode-data-10.0.0-Unihan.zip 6632227 SHA256 
01232063a8529636cf155ba7a1dbad329cb2e63acde83a3d607b5eafa8f933a5 SHA512 
377f53ddc9ae514e8866c0e6b79f9b1d3613fad5a7e29c57a06baf8be84cbada0703b1c660401e7dbd2bb861b09fa9159b77322f42b34f5a0dc0d8f70ac4db12
 WHIRLPOOL 
21dfd6496d2233a632af88ab76c2587f6a5cddaea90ac110e36136ab3c70c655222e1726357aa5fe88b386bf272fb80cbf920a94ef841097649808aa96ad7c76
 DIST unicode-data-9.0.0-UCD.zip 5655592 SHA256 
df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
 WHIRLPOOL 
a310ca7d6ef780088bb741bd749e4bd2dba6330ac87d23b9a0f2c196e27a36a479069348d48fd2ca0a1c92e4fcfb6d45b7ce7f2cffed06e8391f8e792bd11e81
 DIST unicode-data-9.0.0-Unihan.zip 6558824 SHA256 
6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e
 WHIRLPOOL 
91eeb47a3c933fdafb4277959a3aeeab72ca6f17e954ce6b65b378d36b94a821fd663ba56a67514e07ec3df3afa3bd1299803cee08ccfcd62b838721c0cdd8c1
-DIST unicode-data_6.1.0.orig.tar.gz 8549251 SHA256 
e8c6f6ce45c6ab563173813b5817f66865c0c4c2aa577612ba68080e54a092e6 SHA512 
8df65c837c686eff1c236d4325fb276928952c570f05224299f52528a4b80354da6e4e3db40acebd0247f328a511363fda62e3e357cdd3119947a495f437cff5
 WHIRLPOOL 
a29824047f1c037948978ec9837f652ab010d08238e0c11564864d8125cfc3abde2526b1af7697b9f26deff9fee44050410a722d63adc3f4d8966cc6ed5ac0f9

diff --git a/app-i18n/unicode-data/unicode-data-6.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-6.1.0.ebuild
deleted file mode 100644
index 103ed8dfe6a..000
--- a/app-i18n/unicode-data/unicode-data-6.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Unicode data from unicode.org"
-HOMEPAGE="http://unicode.org/";
-SRC_URI="mirror://debian/pool/main/u/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="unicode"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   unpack ./*
-   rm *.zip
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r "${S}"/*
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2017-06-18 Thread Alexis Ballier
commit: e9ed93e7dc96630876528306e37b3251231f6878
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Jun 18 12:59:33 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Jun 18 13:24:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ed93e7

app-i18n/unicode-data: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 936e8bc1717..ec2cabb7b45 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-12-25 Thread Agostino Sarubbo
commit: f225f58f1db2a97c65253b11b3ef47c09f6adb38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 25 10:08:37 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 25 10:08:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f225f58f

app-i18n/unicode-data: sparc stable wrt bug #591592

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index dcd8a40..b3d3b29 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-12-20 Thread Agostino Sarubbo
commit: 562cf665b0d40d6297bb861e7ae9c31b9d598436
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 20 09:41:15 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 20 09:44:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562cf665

app-i18n/unicode-data: ppc stable wrt bug #591592

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 8b6a519..dcd8a40 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-10-08 Thread Pacho Ramos
commit: f4af3a818b5358df8e1a0e441af96277f290f632
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct  8 07:00:53 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  8 07:00:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4af3a81

app-i18n/unicode-data: ia64 stable, bug #591592 (by Émeric Maschino)

Package-Manager: portage-2.3.1

 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 80f7e6a..8b6a519 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-10-01 Thread Jeroen Roovers
commit: 3b7f3cc92827d722e3043e62530c22ad29278b72
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct  1 11:38:44 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct  1 11:38:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7f3cc9

app-i18n/unicode-data: Stable for HPPA (bug #591592).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 5ac5990..80f7e6a 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-09-28 Thread Jeroen Roovers
commit: ed3092dc90634671ed0128185e9afb3072e4568d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 29 04:09:45 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 29 04:09:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3092dc

app-i18n/unicode-data: Stable for PPC64 (bug #591592).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 10f8df9..5ac5990 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-09-27 Thread Markus Meier
commit: 8dd971034ed29f4b1e560cd87c0766432e2fa973
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Sep 27 18:46:56 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Sep 27 18:46:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd97103

app-i18n/unicode-data: arm stable, bug #591592

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 1c593d2..10f8df9 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-09-17 Thread Pacho Ramos
commit: 492d6b5dfe60010affc4734d3bc487ed913251de
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Sep 17 19:08:31 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Sep 17 19:09:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492d6b5d

app-i18n/unicode-data: amd64/x86 stable, bug #591592

Package-Manager: portage-2.3.0

 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 0ebe7eb..1c593d2 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-09-04 Thread Tobias Klausmann
commit: 06c260b9273a6d808ec6a3c00b86cf9c073ebdbc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Sep  4 13:16:40 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Sep  4 13:16:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c260b9

app-i18n/unicode-data-9.0.0-r0: add alpha keyword

Gentoo-Bug: 591592

 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 74f4f6b..0ebe7eb 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-08-01 Thread Mike Gilbert
commit: 248104c835e543312c2472170f1770791ed00e59
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Aug  1 15:31:17 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Aug  1 16:39:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248104c8

app-i18n/unicode-data: Include ${P} in names of downloaded archives.

 app-i18n/unicode-data/Manifest  | 4 ++--
 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 8 
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index a88ec0c..54926b3 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,3 +1,3 @@
-DIST UCD.zip 5655592 SHA256 
df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
 WHIRLPOOL 
a310ca7d6ef780088bb741bd749e4bd2dba6330ac87d23b9a0f2c196e27a36a479069348d48fd2ca0a1c92e4fcfb6d45b7ce7f2cffed06e8391f8e792bd11e81
-DIST Unihan.zip 6558824 SHA256 
6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e
 WHIRLPOOL 
91eeb47a3c933fdafb4277959a3aeeab72ca6f17e954ce6b65b378d36b94a821fd663ba56a67514e07ec3df3afa3bd1299803cee08ccfcd62b838721c0cdd8c1
+DIST unicode-data-9.0.0-UCD.zip 5655592 SHA256 
df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
 WHIRLPOOL 
a310ca7d6ef780088bb741bd749e4bd2dba6330ac87d23b9a0f2c196e27a36a479069348d48fd2ca0a1c92e4fcfb6d45b7ce7f2cffed06e8391f8e792bd11e81
+DIST unicode-data-9.0.0-Unihan.zip 6558824 SHA256 
6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e
 WHIRLPOOL 
91eeb47a3c933fdafb4277959a3aeeab72ca6f17e954ce6b65b378d36b94a821fd663ba56a67514e07ec3df3afa3bd1299803cee08ccfcd62b838721c0cdd8c1
 DIST unicode-data_6.1.0.orig.tar.gz 8549251 SHA256 
e8c6f6ce45c6ab563173813b5817f66865c0c4c2aa577612ba68080e54a092e6 SHA512 
8df65c837c686eff1c236d4325fb276928952c570f05224299f52528a4b80354da6e4e3db40acebd0247f328a511363fda62e3e357cdd3119947a495f437cff5
 WHIRLPOOL 
a29824047f1c037948978ec9837f652ab010d08238e0c11564864d8125cfc3abde2526b1af7697b9f26deff9fee44050410a722d63adc3f4d8966cc6ed5ac0f9

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index 944ea6e..74f4f6b 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 
 DESCRIPTION="Unicode data from unicode.org"
 HOMEPAGE="http://www.unicode.org/ucd/";
-SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip
-   http://www.unicode.org/Public/zipped/${PV}/Unihan.zip";
+SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
+   http://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> 
${P}-Unihan.zip"
 
 LICENSE="unicode"
 SLOT="0"
@@ -22,11 +22,11 @@ S="${WORKDIR}"
 src_unpack() {
# Unihan.zip needs to be installed as a zip for reverse deps
# https://bugzilla.gnome.org/show_bug.cgi?id=768210
-   unpack UCD.zip
+   unpack ${P}-UCD.zip
 }
 
 src_install() {
insinto /usr/share/${PN}
doins -r "${S}"/*
-   doins "${DISTDIR}"/Unihan.zip
+   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-07-31 Thread Pacho Ramos
commit: fe59a10b07f07ce3f6a24802d730861d5f200d68
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul 31 11:43:31 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul 31 11:44:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe59a10b

app-i18n/unicode-data: Drop old

Package-Manager: portage-2.3.0

 app-i18n/unicode-data/Manifest  |  1 -
 app-i18n/unicode-data/unicode-data-6.0.0.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 0f40e3c..a88ec0c 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,4 +1,3 @@
 DIST UCD.zip 5655592 SHA256 
df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
 WHIRLPOOL 
a310ca7d6ef780088bb741bd749e4bd2dba6330ac87d23b9a0f2c196e27a36a479069348d48fd2ca0a1c92e4fcfb6d45b7ce7f2cffed06e8391f8e792bd11e81
 DIST Unihan.zip 6558824 SHA256 
6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e
 WHIRLPOOL 
91eeb47a3c933fdafb4277959a3aeeab72ca6f17e954ce6b65b378d36b94a821fd663ba56a67514e07ec3df3afa3bd1299803cee08ccfcd62b838721c0cdd8c1
-DIST unicode-data_6.0.0.orig.tar.gz 8339514 SHA256 
7622f16577a4b49a991195eac4421a7195650f3b40f971c6a6b98890b10c1d6d SHA512 
a0847b67e5014678b4be87ca5e6e84d915d1d27d9286feed30f8d314c122c455f059b1764db1badbad989965e40c5203978e6e7c57e47b6d86889d1a29aa68cd
 WHIRLPOOL 
0d733e7bd931f33e5075aebf55f054ab2774eb27ee7a052c56e34289414e0ed016d4926e9027bee49907d30982acf5309a2e81e8ba246f9f14870846df65d53a
 DIST unicode-data_6.1.0.orig.tar.gz 8549251 SHA256 
e8c6f6ce45c6ab563173813b5817f66865c0c4c2aa577612ba68080e54a092e6 SHA512 
8df65c837c686eff1c236d4325fb276928952c570f05224299f52528a4b80354da6e4e3db40acebd0247f328a511363fda62e3e357cdd3119947a495f437cff5
 WHIRLPOOL 
a29824047f1c037948978ec9837f652ab010d08238e0c11564864d8125cfc3abde2526b1af7697b9f26deff9fee44050410a722d63adc3f4d8966cc6ed5ac0f9

diff --git a/app-i18n/unicode-data/unicode-data-6.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-6.0.0.ebuild
deleted file mode 100644
index e404270..000
--- a/app-i18n/unicode-data/unicode-data-6.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Unicode data from unicode.org"
-HOMEPAGE="http://unicode.org/";
-SRC_URI="mirror://debian/pool/main/u/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="unicode"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   unpack ./*
-}
-
-src_compile() {
-   rm *.zip
-}
-
-src_install() {
-   cd "${WORKDIR}"
-   dodir /usr/share/
-   mv "${S}" "${D}/usr/share/${PN}" || die "mv failed"
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2016-07-31 Thread Pacho Ramos
commit: ce6d3cdb401d7d08d554dc657c74e7a0b4565f80
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul 31 11:42:31 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul 31 11:44:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6d3cdb

app-i18n/unicode-data: Version bump as needed by gucharmap (#582458)

Package-Manager: portage-2.3.0

 app-i18n/unicode-data/Manifest  |  2 ++
 app-i18n/unicode-data/unicode-data-9.0.0.ebuild | 32 +
 2 files changed, 34 insertions(+)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 594cc85..0f40e3c 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,2 +1,4 @@
+DIST UCD.zip 5655592 SHA256 
df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec SHA512 
e9bdf8ed6647b4d0bd83c6fcd885cb450fddbf84dac376e9771bddbb7ee1e8ea1ca8c2ca79e23832c26a4819dd62f86fcfa6eb6a1fcc7294185f5bc78be8fa2a
 WHIRLPOOL 
a310ca7d6ef780088bb741bd749e4bd2dba6330ac87d23b9a0f2c196e27a36a479069348d48fd2ca0a1c92e4fcfb6d45b7ce7f2cffed06e8391f8e792bd11e81
+DIST Unihan.zip 6558824 SHA256 
6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362 SHA512 
9856d30afe5d7b0b088bde36c12431eae267992b315944ca8a7ddb3559adee7474fedd2d0d6b22716439f9cddad573a4bb45c6209036b0066a85fbd19412852e
 WHIRLPOOL 
91eeb47a3c933fdafb4277959a3aeeab72ca6f17e954ce6b65b378d36b94a821fd663ba56a67514e07ec3df3afa3bd1299803cee08ccfcd62b838721c0cdd8c1
 DIST unicode-data_6.0.0.orig.tar.gz 8339514 SHA256 
7622f16577a4b49a991195eac4421a7195650f3b40f971c6a6b98890b10c1d6d SHA512 
a0847b67e5014678b4be87ca5e6e84d915d1d27d9286feed30f8d314c122c455f059b1764db1badbad989965e40c5203978e6e7c57e47b6d86889d1a29aa68cd
 WHIRLPOOL 
0d733e7bd931f33e5075aebf55f054ab2774eb27ee7a052c56e34289414e0ed016d4926e9027bee49907d30982acf5309a2e81e8ba246f9f14870846df65d53a
 DIST unicode-data_6.1.0.orig.tar.gz 8549251 SHA256 
e8c6f6ce45c6ab563173813b5817f66865c0c4c2aa577612ba68080e54a092e6 SHA512 
8df65c837c686eff1c236d4325fb276928952c570f05224299f52528a4b80354da6e4e3db40acebd0247f328a511363fda62e3e357cdd3119947a495f437cff5
 WHIRLPOOL 
a29824047f1c037948978ec9837f652ab010d08238e0c11564864d8125cfc3abde2526b1af7697b9f26deff9fee44050410a722d63adc3f4d8966cc6ed5ac0f9

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
new file mode 100644
index 000..944ea6e
--- /dev/null
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Unicode data from unicode.org"
+HOMEPAGE="http://www.unicode.org/ucd/";
+SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip
+   http://www.unicode.org/Public/zipped/${PV}/Unihan.zip";
+
+LICENSE="unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_unpack() {
+   # Unihan.zip needs to be installed as a zip for reverse deps
+   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
+   unpack UCD.zip
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r "${S}"/*
+   doins "${DISTDIR}"/Unihan.zip
+}