commit: 488ab52b11377741cd97d398b13c8488baec28e0 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Mon Jan 20 14:27:50 2025 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Mon Jan 20 14:27:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488ab52b
app-i18n/unicode-cldr: drop old Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/unicode-cldr/Manifest | 1 - app-i18n/unicode-cldr/unicode-cldr-45.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-i18n/unicode-cldr/Manifest b/app-i18n/unicode-cldr/Manifest index 0f94de21614b..761d9c0b919f 100644 --- a/app-i18n/unicode-cldr/Manifest +++ b/app-i18n/unicode-cldr/Manifest @@ -1,3 +1,2 @@ -DIST unicode-cldr-common-45.0.zip 31812363 BLAKE2B 031d08f2db4a6c75585488faf43196a912e348edc9ff582e9c507c8f1c8ae2cf7c86aaa8265a8fa60540c2b3f4844d0aa01dad516344195bd4d40926d65a48fc SHA512 638123882bd29911fc9492ec152926572fec48eb6c1f5dd706aee3e59cad8be4963a334bb7a09a645dbedc3356f60ef7ac2ef7ab4ccf2c8926b547782175603c DIST unicode-cldr-common-46.0.zip 34181233 BLAKE2B c54942576dc779ef07d62b791f67a9ca71f3ae4f6833cd3ce44b54ad94ec4a7e3b114f0d611fddf1f7238582180a1e701886f047c76d28070d1f2cfa74020d9d SHA512 316d644b79a4976d4da57d59ca57c689b339908fe61bb49110bfe1a9269c94144cb27322a0ea080398e6dc4c54a16752fd1ca837e14c054b3a6806b1ef9d3ec3 DIST unicode-cldr-common-46.1.zip 34308024 BLAKE2B 5010296270c95f1226fecd0cfecfebdc5f5dd1a940d2e948e0fcfa3bdfdbd3c0e5ecd7c38da93017b53e20c69f5a2c0dc016d9e67a5aa8cbcfcd441053462cc5 SHA512 6f5bece848d8187da35cc4c4022bea6a673e40a6032864b09ef24744f35bbf5e89e32e9852bbfd91d7466332db87c8f4f514ff70221729275701b7d95bac2925 diff --git a/app-i18n/unicode-cldr/unicode-cldr-45.0.ebuild b/app-i18n/unicode-cldr/unicode-cldr-45.0.ebuild deleted file mode 100644 index eb57387d0c98..000000000000 --- a/app-i18n/unicode-cldr/unicode-cldr-45.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 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 ~loong ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" - -RDEPEND="" -BDEPEND="app-arch/unzip" -S="${WORKDIR}" - -src_install() { - insinto /usr/share/${PN/-//} - doins -r common -}
