From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/
Date: Fri, 12 Sep 2025 20:31:06 +0000 (UTC) [thread overview]
Message-ID: <1757709035.a55f2f8a78994f4df05211a78cca45795d4b8009.sam@gentoo> (raw)
commit: a55f2f8a78994f4df05211a78cca45795d4b8009
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Fri Sep 12 17:12:11 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 20:30:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55f2f8a
sys-apps/locale-gen: drop 3.2-r1 and 3.3-r1
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/locale-gen/locale-gen-3.2-r1.ebuild | 46 ----------------------------
sys-apps/locale-gen/locale-gen-3.3-r1.ebuild | 46 ----------------------------
2 files changed, 92 deletions(-)
diff --git a/sys-apps/locale-gen/locale-gen-3.2-r1.ebuild b/sys-apps/locale-gen/locale-gen-3.2-r1.ebuild
deleted file mode 100644
index 0f9eb6b9c6f4..000000000000
--- a/sys-apps/locale-gen/locale-gen-3.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2023-2025 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"
-
-# In-place editing became safer in v5.28.
-BDEPEND="
- >=dev-lang/perl-5.28
-"
-RDEPEND="
- >=dev-lang/perl-5.36
- !<sys-libs/glibc-2.37-r3
-"
-
-src_prepare() {
- # EPREFIX is readonly.
- local -x MY_EPREFIX=${EPREFIX}
-
- eapply_user
-
- perl -pi -e '$f //= ($. == 1 && s/^#!\h*\K/$ENV{MY_EPREFIX}/); END { exit !$f }' "${PN}" \
- || die "Failed to prefixify ${PN}"
-}
-
-src_install() {
- dosbin locale-gen
- doman *.[0-8]
- insinto /etc
- doins locale.gen
- keepdir /usr/lib/locale
-}
diff --git a/sys-apps/locale-gen/locale-gen-3.3-r1.ebuild b/sys-apps/locale-gen/locale-gen-3.3-r1.ebuild
deleted file mode 100644
index 0f9eb6b9c6f4..000000000000
--- a/sys-apps/locale-gen/locale-gen-3.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2023-2025 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"
-
-# In-place editing became safer in v5.28.
-BDEPEND="
- >=dev-lang/perl-5.28
-"
-RDEPEND="
- >=dev-lang/perl-5.36
- !<sys-libs/glibc-2.37-r3
-"
-
-src_prepare() {
- # EPREFIX is readonly.
- local -x MY_EPREFIX=${EPREFIX}
-
- eapply_user
-
- perl -pi -e '$f //= ($. == 1 && s/^#!\h*\K/$ENV{MY_EPREFIX}/); END { exit !$f }' "${PN}" \
- || die "Failed to prefixify ${PN}"
-}
-
-src_install() {
- dosbin locale-gen
- doman *.[0-8]
- insinto /etc
- doins locale.gen
- keepdir /usr/lib/locale
-}
next reply other threads:[~2025-09-12 20:31 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-12 20:31 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-21 16:16 [gentoo-commits] repo/gentoo:master commit in: sys-apps/locale-gen/ Sam James
2025-10-17 21:22 Sam James
2025-10-04 18:50 Sam James
2025-10-04 18:50 Sam James
2025-10-04 18:50 Sam James
2025-10-04 18:50 Sam James
2025-10-04 18:50 Sam James
2025-10-04 18:17 Arthur Zamarin
2025-10-03 1:53 Sam James
2025-09-19 8:19 Sam James
2025-09-14 4:50 Sam James
2025-09-14 4:50 Sam James
2025-09-14 0:28 Sam James
2025-09-14 0:11 Sam James
2025-09-12 20:31 Sam James
2025-08-23 1:42 Sam James
2025-08-23 1:42 Sam James
2025-08-19 0:46 Sam James
2025-08-18 15:55 Sam James
2025-08-14 2:13 Sam James
2025-08-08 17:56 Sam James
2025-08-08 11:04 Sam James
2025-08-08 11:04 Sam James
2025-08-08 11:04 Sam James
2025-08-08 5:23 Sam James
2025-08-08 5:23 Sam James
2025-07-01 21:08 Andreas K. Hüttel
2023-07-15 12:12 Arthur Zamarin
2023-07-15 12:12 Arthur Zamarin
2023-07-15 12:12 Arthur Zamarin
2023-07-09 19:07 Arthur Zamarin
2023-07-09 19:07 Arthur Zamarin
2023-07-09 19:07 Arthur Zamarin
2023-07-02 14:57 Sam James
2023-06-28 22:30 Sam James
2023-06-28 21:23 Sam James
2023-05-27 9:59 Andreas K. Hüttel
2023-05-10 19:15 Andreas K. Hüttel
2023-05-09 21:50 Andreas K. Hüttel
2023-05-09 20:59 Andreas K. Hüttel
2023-05-07 0:02 Andreas K. Hüttel
2023-05-06 23:40 Andreas K. Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1757709035.a55f2f8a78994f4df05211a78cca45795d4b8009.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox