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
-}

Reply via email to