From c59fc2181f7402f8d0a548bcc897584a83139cc1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 May 2023 05:35:45 +0100 Subject: gentoo auto-resync : 07:05:2023 - 05:35:45 --- sys-apps/locale-gen/Manifest | 3 +++ sys-apps/locale-gen/locale-gen-2.23.ebuild | 40 ++++++++++++++++++++++++++++++ sys-apps/locale-gen/metadata.xml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 sys-apps/locale-gen/Manifest create mode 100644 sys-apps/locale-gen/locale-gen-2.23.ebuild create mode 100644 sys-apps/locale-gen/metadata.xml (limited to 'sys-apps/locale-gen') diff --git a/sys-apps/locale-gen/Manifest b/sys-apps/locale-gen/Manifest new file mode 100644 index 000000000000..e0c649e84544 --- /dev/null +++ b/sys-apps/locale-gen/Manifest @@ -0,0 +1,3 @@ +DIST locale-gen-2.23.tar.bz2 7664 BLAKE2B a529b62fbb840c9352f06e8f5c80fc764425a2619dc69cc820f550a026d391788d5e2cfeeb46a8b5b9716da63340b4fce57a5b523edd4196ee1219c1200cb752 SHA512 c1245caadb04403c535a836f19bc410d0f04b5c0e297ea5be9852e6d71e08e528071ae769d63d31a677dda8fdd618b4c4d581ed525cf8786b82d8f37636db754 +EBUILD locale-gen-2.23.ebuild 824 BLAKE2B fc4748e947f04cc0a57d552958af68c98b71510348b0a6701a7c3116a01c0985032773adaf59ba8bfa15e64638802c770937fab139a3bb803bc1791b9460786a SHA512 99733cc6cd2546d5a2b83411a561cf064685d0e185b32e31de3cef0469583a81d8d64f19202c87d2220c01bc184739a8e122c75d078cc84cb29a00c032ede1f9 +MISC metadata.xml 262 BLAKE2B fe330d67755784d14f5c5d664d7127d3cdb9edfab55b907ae3632f434d86323604f5095e1c1a9fbd169ae7a4cbb38f359e55f75047531786247c0674a4a53715 SHA512 3bcaca4e730edeed06fed73e79a5ce0a3358174672735ea4b27240c6c421ac9c33bc2b63a31e596fe1bbb6b1816c16cbc7ef4f258ca906ba04ea7db4aedc86b9 diff --git a/sys-apps/locale-gen/locale-gen-2.23.ebuild b/sys-apps/locale-gen/locale-gen-2.23.ebuild new file mode 100644 index 000000000000..4b6dadbfa5d4 --- /dev/null +++ b/sys-apps/locale-gen/locale-gen-2.23.ebuild @@ -0,0 +1,40 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit prefix + +DESCRIPTION="Generate locales based upon the config file /etc/locale.gen" +HOMEPAGE="https://gitweb.gentoo.org/proj/locale-gen.git/" +SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2" + +# Totally unclear what the license is. Following here the statement +# in the Debian file that the tools accompanying glibc are GPL-2+ +LICENSE="GPL-2+" + +SLOT="0" +#KEYWORDS="~amd64" + +RDEPEND=" + app-alternatives/awk + app-arch/gzip + sys-apps/gentoo-functions + sys-apps/grep + >=sys-libs/glibc-2.38 + ! + + + + toolchain@gentoo.org + Gentoo Toolchain Project + + -- cgit v1.2.3