From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 039AC15808A for ; Fri, 08 Aug 2025 05:23:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E6905341FA5 for ; Fri, 08 Aug 2025 05:23:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E05E21104A0; Fri, 08 Aug 2025 05:23:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D18191104A0 for ; Fri, 08 Aug 2025 05:23:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84388341FA5 for ; Fri, 08 Aug 2025 05:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC4032A1 for ; Fri, 08 Aug 2025 05:23:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1754630581.02b54f4932232c754d0652f27c81950dd2daf9f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/locale-gen/locale-gen-3.1.ebuild sys-apps/locale-gen/locale-gen-9999.ebuild X-VCS-Directories: sys-apps/locale-gen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02b54f4932232c754d0652f27c81950dd2daf9f7 X-VCS-Branch: master Date: Fri, 08 Aug 2025 05:23:33 +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: a8a0e573-9d59-42fd-858e-4d9148191175 X-Archives-Hash: 5944cb79218416f1dd8887f75c7dc4b2 commit: 02b54f4932232c754d0652f27c81950dd2daf9f7 Author: Sam James gentoo org> AuthorDate: Fri Aug 8 05:22:33 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 8 05:23:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b54f49 sys-apps/locale-gen: add 9999 Signed-off-by: Sam James gentoo.org> sys-apps/locale-gen/locale-gen-3.1.ebuild | 11 +++++++++-- .../{locale-gen-3.1.ebuild => locale-gen-9999.ebuild} | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/sys-apps/locale-gen/locale-gen-3.1.ebuild b/sys-apps/locale-gen/locale-gen-3.1.ebuild index d460716c4f73..76bab6dc43c0 100644 --- a/sys-apps/locale-gen/locale-gen-3.1.ebuild +++ b/sys-apps/locale-gen/locale-gen-3.1.ebuild @@ -5,11 +5,18 @@ EAPI=8 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" + +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" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" dev-lang/perl diff --git a/sys-apps/locale-gen/locale-gen-3.1.ebuild b/sys-apps/locale-gen/locale-gen-9999.ebuild similarity index 58% copy from sys-apps/locale-gen/locale-gen-3.1.ebuild copy to sys-apps/locale-gen/locale-gen-9999.ebuild index d460716c4f73..76bab6dc43c0 100644 --- a/sys-apps/locale-gen/locale-gen-3.1.ebuild +++ b/sys-apps/locale-gen/locale-gen-9999.ebuild @@ -5,11 +5,18 @@ EAPI=8 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" + +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" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" dev-lang/perl