diff options
author | Akinori Hattori <hattya@gentoo.org> | 2022-11-06 10:44:54 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2022-11-06 10:44:54 +0900 |
commit | 10085fc76c9e9a3b4326f76dedbac9674d713e6d (patch) | |
tree | f99851d0ff1797a1af5ecef2c33d07b54b577396 /app-i18n | |
parent | x11-drivers/xf86-input-void: Add missing ebuild (diff) | |
download | gentoo-10085fc76c9e9a3b4326f76dedbac9674d713e6d.tar.gz gentoo-10085fc76c9e9a3b4326f76dedbac9674d713e6d.tar.bz2 gentoo-10085fc76c9e9a3b4326f76dedbac9674d713e6d.zip |
app-i18n/unicode-cldr: new upstream release
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/unicode-cldr/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/unicode-cldr/unicode-cldr-42.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-i18n/unicode-cldr/Manifest b/app-i18n/unicode-cldr/Manifest index bd86d47d7441..15e480b7758e 100644 --- a/app-i18n/unicode-cldr/Manifest +++ b/app-i18n/unicode-cldr/Manifest @@ -1 +1,2 @@ DIST unicode-cldr-common-40.0.zip 28558521 BLAKE2B cc49a6471c9cb80abd7c2cf203547c14cea08fa2ac18a5f2b0cd4e7b3cfc48fcdb4491c1e9eb37ae398caed554661ad6957ef8e3b9c41b6a68b8afccd6e7a7a8 SHA512 b45ea381002210cf5963a2ba52fa45ee4e9b1e80ae1180bcecf61f431d64e4e0faba700b3d56a96a33355deab3abdb8bcbae9222b60a8ca85536476718175645 +DIST unicode-cldr-common-42.0.zip 30178050 BLAKE2B 076e3eca12534feff8e0e54bdc1fa38fc0db0f78cac8b4e35b343763a8ac6787745aa36be165684f4d6dda423409c4431a8e4941c53ae7d340ead0b35edbca30 SHA512 315448fe6a9ac2d5a6a7fd1a27b38c5db30fed053654a803d50e3a8d06aa08ad153e8e57089fa094c561f41a54f37eecda0701b47a1813879902be71945aa38a diff --git a/app-i18n/unicode-cldr/unicode-cldr-42.0.ebuild b/app-i18n/unicode-cldr/unicode-cldr-42.0.ebuild new file mode 100644 index 000000000000..4941f9ced04d --- /dev/null +++ b/app-i18n/unicode-cldr/unicode-cldr-42.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +DESCRIPTION="Unicode Common Locale Data Repository" +HOMEPAGE="https://cldr.unicode.org/" +SRC_URI="https://unicode.org/Public/${PN#*-}/${PV%.0}/${PN#*-}-common-${PV}.zip -> ${PN}-common-${PV}.zip" + +LICENSE="unicode" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="" + +RDEPEND="" +BDEPEND="app-arch/unzip" +S="${WORKDIR}" + +src_install() { + insinto /usr/share/${PN/-//} + doins -r common +} |