From eaf2a28b4175552e497fe346749600bb02d8e04a Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 2 Mar 2026 07:29:12 +0000 Subject: [PATCH] sys-apps/locale-gen: Sync with Gentoo It's from Gentoo commit d26c8e00eecb2b9d4b1011a75681a34c14e5d15c. Signed-off-by: Flatcar Buildbot --- .../sys-apps/locale-gen/Manifest | 1 + .../locale-gen/locale-gen-3.10.ebuild | 70 +++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/locale-gen/locale-gen-3.10.ebuild diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/locale-gen/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/locale-gen/Manifest index 4959a50b23..d365e90979 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/locale-gen/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-apps/locale-gen/Manifest @@ -1,2 +1,3 @@ +DIST locale-gen-3.10.tar.bz2 18016 BLAKE2B 0ddedf66dfa584b5685f52a3c95be560642d7314bb95a3912a65bffde1687454a6a6a5795c07057e147e7b8b229736f9e2c3e34cbeffc5de5f807e3db056de81 SHA512 192c5823edfaa4681fc809578358755c794f1c3b23f2c99fd819d65abafc886fa36e9f57ccf00d166b1a659d307a5a390373d8099a91fed6d3b7a8cc83e9f586 DIST locale-gen-3.8.tar.bz2 17593 BLAKE2B 0197096021286f47f4e289ee5c4cbf0220264b5784c101df567c0a5dc81a0a83999e8306e8ab72e47f4f35f92d0f7e7e40589ff3c74936e22c56e3b5a172fb15 SHA512 6e802283bce6a927ed020d3011a9bc4a81ef017d728a698fa6a8c74887895a87d225cdbe23cf18798a12f2e58beacfdd6ba5e3990d74ebafb4b2ba5986d35720 DIST locale-gen-3.9.tar.bz2 17793 BLAKE2B 982c6460a40ac29b9aa3f2bab42cfa7862510c715e13bb68b0b6c7f7910fd728862ed4cc2ce7a07bfe1888566a469c1264174a4f41306506d77edc7189957a7c SHA512 8bdb5e7cb19d62284291d092b03e04f2c40b52cac542192afe5e3c28776a88f4452efdd6dd76a6719fe7b73edf37b916322db4d048c08fd7d03d6d3474fdd6fe diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/locale-gen/locale-gen-3.10.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/locale-gen/locale-gen-3.10.ebuild new file mode 100644 index 0000000000..0325795b9f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/locale-gen/locale-gen-3.10.ebuild @@ -0,0 +1,70 @@ +# Copyright 2023-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Generate locales based upon the config file /etc/locale.gen" +HOMEPAGE="https://gitweb.gentoo.org/proj/locale-gen.git/" + +if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/locale-gen.git" + inherit git-r3 +else + SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2" + + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +fi + +LICENSE="GPL-2" +SLOT="0" + +BDEPEND=" + >=dev-lang/perl-5.36 + dev-perl/File-Slurper +" +RDEPEND=" + >=dev-lang/perl-5.36 + !