public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/
Date: Sun, 15 Sep 2024 07:26:28 +0000 (UTC)	[thread overview]
Message-ID: <1726385148.8670d5b67926fd2e96089cb42c0f8297eb970f6b.hattya@gentoo> (raw)

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

app-i18n/unicode-data: new upstream release

Signed-off-by: Akinori Hattori <hattya <AT> 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 7999959 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 000000000000..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
+}


             reply	other threads:[~2024-09-15  7:26 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-15  7:26 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-15  7:26 [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/ Akinori Hattori
2024-03-02 13:53 Michał Górny
2024-02-28  2:32 Ionen Wolkens
2024-02-12 13:05 Sam James
2024-02-12 13:05 Sam James
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2023-12-01  0:11 Matt Turner
2023-09-14  3:05 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-16 18:10 Arthur Zamarin
2022-11-07  7:26 Sam James
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:58 Arthur Zamarin
2022-11-05  9:44 Arthur Zamarin
2022-11-05  5:59 Arthur Zamarin
2022-09-16  2:40 Matt Turner
2022-08-18  2:53 Matt Turner
2022-03-12 20:07 Arthur Zamarin
2022-03-06 23:49 Sam James
2022-03-06  7:54 Sam James
2022-03-01 11:30 Agostino Sarubbo
2022-03-01 11:28 Agostino Sarubbo
2022-03-01  9:44 Jakov Smolić
2022-03-01  0:01 Sam James
2022-02-28 23:59 Sam James
2021-09-25 23:25 Sam James
2021-09-25 22:57 Vadim Misbakh-Soloviov
2021-09-25 22:57 Vadim Misbakh-Soloviov
2021-06-02  2:42 Yixun Lan
2021-02-26 17:34 Sergei Trofimovich
2021-02-26 13:53 Sam James
2021-02-26  9:39 Agostino Sarubbo
2021-02-26  8:09 Agostino Sarubbo
2021-02-25 17:52 Sam James
2021-02-25 15:46 Sam James
2021-02-25 15:45 Sam James
2021-02-25 15:45 Sam James
2021-02-25 15:42 Sam James
2020-05-06 13:13 Akinori Hattori
2020-05-06 13:13 Akinori Hattori
2019-11-17 18:23 Mart Raudsepp
2019-08-03 20:37 Thomas Deutschmann
2019-08-03 20:37 Thomas Deutschmann
2019-07-13 12:08 Sergei Trofimovich
2019-06-17 19:40 Sergei Trofimovich
2019-06-17 10:07 Mikle Kolyada
2019-05-23 13:02 Mikle Kolyada
2019-05-10 17:49 Mikle Kolyada
2019-05-10 17:33 Mikle Kolyada
2019-05-08  9:33 Mikle Kolyada
2019-04-21 19:19 Virgil Dupras
2019-02-13 19:41 Dennis Lamm
2018-08-18  5:19 Mikle Kolyada
2018-07-20 22:24 Sergei Trofimovich
2018-05-01  7:41 Markus Meier
2018-04-07 20:22 Sergei Trofimovich
2018-03-31 21:46 Aaron Bauman
2018-03-31 17:52 Tobias Klausmann
2018-03-28 19:09 Matt Turner
2018-03-23 23:38 Sergei Trofimovich
2017-06-26 22:57 Lars Wendler
2017-06-26 22:57 Lars Wendler
2017-06-18 13:25 Alexis Ballier
2016-12-25 10:09 Agostino Sarubbo
2016-12-20  9:44 Agostino Sarubbo
2016-10-08  7:07 Pacho Ramos
2016-10-01 11:41 Jeroen Roovers
2016-09-29  4:11 Jeroen Roovers
2016-09-27 18:47 Markus Meier
2016-09-17 19:09 Pacho Ramos
2016-09-04 13:17 Tobias Klausmann
2016-08-01 16:40 Mike Gilbert
2016-07-31 11:44 Pacho Ramos
2016-07-31 11:44 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1726385148.8670d5b67926fd2e96089cb42c0f8297eb970f6b.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox