From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B95C4158008 for ; Thu, 15 Jun 2023 20:29:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E28F1E0938; Thu, 15 Jun 2023 20:29:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C82BCE0938 for ; Thu, 15 Jun 2023 20:29:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99E98335DBF for ; Thu, 15 Jun 2023 20:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9701A8C for ; Thu, 15 Jun 2023 20:29:24 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1686860959.34d3f70685487b608f1b5485284d86dc2ceb250b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/musl-locales/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/musl-locales/Manifest sys-apps/musl-locales/metadata.xml sys-apps/musl-locales/musl-locales-0.1.0.ebuild X-VCS-Directories: sys-apps/musl-locales/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 34d3f70685487b608f1b5485284d86dc2ceb250b X-VCS-Branch: master Date: Thu, 15 Jun 2023 20:29:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7764ea9-093b-4fa3-b442-293bb4ce5b66 X-Archives-Hash: 40b1610579466651c597843d345d415d commit: 34d3f70685487b608f1b5485284d86dc2ceb250b Author: Mike Gilbert gentoo org> AuthorDate: Thu Jun 15 20:05:09 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Jun 15 20:29:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d3f706 sys-apps/musl-locales: new package, add 0.1.0 Bug: https://bugs.gentoo.org/864963 Bug: https://bugs.gentoo.org/865867 Bug: https://bugs.gentoo.org/874636 Bug: https://bugs.gentoo.org/898528 Bug: https://bugs.gentoo.org/906015 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/musl-locales/Manifest | 1 + sys-apps/musl-locales/metadata.xml | 7 +++++++ sys-apps/musl-locales/musl-locales-0.1.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/sys-apps/musl-locales/Manifest b/sys-apps/musl-locales/Manifest new file mode 100644 index 000000000000..a3e2f4919b40 --- /dev/null +++ b/sys-apps/musl-locales/Manifest @@ -0,0 +1 @@ +DIST musl-locales-0.1.0.tar.xz 26744 BLAKE2B 9ad696e7006a124f2e633e3f5476b68806659ddeac2e7cbd0ce485087870463256f3dcc11c3d37074cfc863ce8afed1b31bdf7c80435cce182fce95e81bf16b0 SHA512 bc1e581676ef21aa22b85932186189ba5fd0b1701feef4906f42baa296a90fc6886101d02a46a9560b883aad42aa4808ed46c5dddc09d97d1a0f75943a0d456a diff --git a/sys-apps/musl-locales/metadata.xml b/sys-apps/musl-locales/metadata.xml new file mode 100644 index 000000000000..6b00211d29ea --- /dev/null +++ b/sys-apps/musl-locales/metadata.xml @@ -0,0 +1,7 @@ + + + + + musl@gentoo.org + + diff --git a/sys-apps/musl-locales/musl-locales-0.1.0.ebuild b/sys-apps/musl-locales/musl-locales-0.1.0.ebuild new file mode 100644 index 000000000000..c50b7a93e29b --- /dev/null +++ b/sys-apps/musl-locales/musl-locales-0.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Locale program for musl libc" +HOMEPAGE="https://git.adelielinux.org/adelie/musl-locales" +SRC_URI="https://git.adelielinux.org/adelie/musl-locales/uploads/7e855b894b18ca4bf4ecb11b5bcbc4c1/${P}.tar.xz" + +LICENSE="LGPL-3 MIT" +SLOT="0" +KEYWORDS="~amd64" + +src_configure() { + local mycmakeargs=( + -DLOCALE_PROFILE=OFF + ) + cmake_src_configure +}