diff options
author | Akinori Hattori <hattya@gentoo.org> | 2023-11-04 22:59:07 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2023-11-04 22:59:07 +0900 |
commit | 2330ed0b53c074dc89c26bac4cb642feaf8c9c3b (patch) | |
tree | f78d305716176aa2f007446d9017388f9df993ab /app-i18n/unicode-cldr | |
parent | app-i18n/ibus-typing-booster: drop old (diff) | |
download | gentoo-2330ed0b53c074dc89c26bac4cb642feaf8c9c3b.tar.gz gentoo-2330ed0b53c074dc89c26bac4cb642feaf8c9c3b.tar.bz2 gentoo-2330ed0b53c074dc89c26bac4cb642feaf8c9c3b.zip |
app-i18n/unicode-cldr: new upstream release
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/unicode-cldr')
-rw-r--r-- | app-i18n/unicode-cldr/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/unicode-cldr/unicode-cldr-44.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 04428764bf54..1b54bdb37989 100644 --- a/app-i18n/unicode-cldr/Manifest +++ b/app-i18n/unicode-cldr/Manifest @@ -1 +1,2 @@ DIST unicode-cldr-common-43.1.zip 31936262 BLAKE2B 1a52c4ffbe1040e01571a69bb4e66d7065c38be97f0e44214d5c13d973f2f9e620357e3b6ab40bb94c3506f097062a58973ca3259b240da12ffeb84e9a1fd567 SHA512 f9915c285b6fe1d4186b19c6c6b5f53876ee976a0851d1eade6b79843ddc43951bcce42363dc1e0fa455223a9ae8b8d85c167c23f1b4c49cfe39034bd202a3c8 +DIST unicode-cldr-common-44.0.zip 31750682 BLAKE2B a6f708d6c5bd02efc1e0672250b181542fb0f91d48bbaabddfc3b6b9e21201e3c9e6d09222cbc929b4ae654d2a0804a90f77f384df93577af188a907ce20bd61 SHA512 f2cd8733948caf308d6e39eae21724da7f29f528f8969d456514e1e84ecd5f1e6936d0460414a968888bb1b597bc1ee723950ea47df5cba21a02bb14f96d18b6 diff --git a/app-i18n/unicode-cldr/unicode-cldr-44.0.ebuild b/app-i18n/unicode-cldr/unicode-cldr-44.0.ebuild new file mode 100644 index 000000000000..390302e5beb5 --- /dev/null +++ b/app-i18n/unicode-cldr/unicode-cldr-44.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 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 +} |