From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Locale-gettext/
Date: Sat, 18 Jan 2025 12:09:17 +0000 (UTC) [thread overview]
Message-ID: <1737202106.ea20c52e8689fe9ccba5834963011191f2c741b9.sam@gentoo> (raw)
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
next reply other threads:[~2025-01-18 12:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-18 12:09 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-12 8:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Locale-gettext/ Sam James
2025-03-03 20:48 Sam James
2025-03-03 20:34 Sam James
2025-03-03 20:34 Sam James
2025-01-18 12:09 Sam James
2021-11-09 21:02 Andreas K. Hüttel
2019-05-04 18:33 Mikle Kolyada
2019-03-27 19:28 Fabian Groffen
2019-01-09 15:41 Michał Górny
2018-01-05 12:05 Mikle Kolyada
2018-01-04 7:10 Sergei Trofimovich
2017-01-29 16:35 Fabian Groffen
2016-05-27 20:23 Andreas 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=1737202106.ea20c52e8689fe9ccba5834963011191f2c741b9.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