commit: ea20c52e8689fe9ccba5834963011191f2c741b9 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Jan 17 18:32:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 12:08:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea20c52e
dev-perl/Locale-gettext: add 1.70.0_p20181130 [sam: A snapshot is a good idea here, given the last release was quite some time ago, there's a bunch of fixes in master, and it also got yanked (?) from CPAN because the author (told indirectly, so may not be accurate) thought it was obsolete these days.] Bug: https://bugs.gentoo.org/947174 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> .../Locale-gettext-1.70.0_p20181130.ebuild | 32 ++++++++++++++++++++++ dev-perl/Locale-gettext/Manifest | 1 + 2 files changed, 33 insertions(+) diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild new file mode 100644 index 000000000000..11e5476311a0 --- /dev/null +++ b/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_NAME=gettext +DIST_AUTHOR=PVANDRY +inherit perl-module + +DESCRIPTION="A Perl module for accessing the GNU locale utilities" + +COMMIT="0e6b2fb24521e8ea1f6720641412ab31b3301071" +SRC_URI=" + https://github.com/vandry/Perl-Locale-gettext/archive/${COMMIT}.tar.gz + -> Perl-Locale-gettext-${COMMIT}.tar.gz +" +S="${WORKDIR}/Perl-Locale-gettext-${COMMIT}" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + sys-devel/gettext +" +BDEPEND="${RDEPEND} + >=dev-perl/Config-AutoConf-0.313 + >=virtual/perl-ExtUtils-MakeMaker-6.520.0 +" + +PATCHES=( + "${FILESDIR}/${PN}-1.70.0-tests.patch" +) diff --git a/dev-perl/Locale-gettext/Manifest b/dev-perl/Locale-gettext/Manifest index e801cadb3765..15e0b522f8aa 100644 --- a/dev-perl/Locale-gettext/Manifest +++ b/dev-perl/Locale-gettext/Manifest @@ -1 +1,2 @@ +DIST Perl-Locale-gettext-0e6b2fb24521e8ea1f6720641412ab31b3301071.tar.gz 8967 BLAKE2B f9a579f624343e636a403089904b20e95d7d6c11064949d68e37bfb4f38679897f5a8a28f3bade57e77dac6ea265bd92620e2ec4fd7b9f8cbe6b0599303199f1 SHA512 459d36c4c62abab08ec2dd226614d4c2addfbd8191390fd972cf11eca4497fdc23237f92d0deda6f539354daba21aa3642aafd28a4d0eb38cdb2582abb1e9f87 DIST gettext-1.07.tar.gz 8651 BLAKE2B ecdc105303c0b494d53f985ca0d789d75da33abc85e8579a43af1658d6faa18e2564e18fc6613548acc2add4ce847d03769c1fbe29dbb760b9498f4b251cbb1c SHA512 d3716a597d586ee2ff29472ca7b13aaf67770299de31e5f12abafebc879bbe4a1e1dbc0025cf4f3dc29992955f26cffc3be387d974c3911af095d5b49e67a1c6
