From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/
Date: Mon, 26 Jun 2017 22:57:35 +0000 (UTC) [thread overview]
Message-ID: <1498517842.b40e8f00320d8c5334d0be9c5f6385c027a371ea.polynomial-c@gentoo> (raw)
commit: b40e8f00320d8c5334d0be9c5f6385c027a371ea
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 22:41:23 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 22:57:22 2017 +0000
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 00000000000..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
+}
next reply other threads:[~2017-06-26 22:57 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-26 22:57 Lars Wendler [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-09-15 7:26 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-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=1498517842.b40e8f00320d8c5334d0be9c5f6385c027a371ea.polynomial-c@gentoo \
--to=polynomial-c@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