mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-16 00:08:58 +03:00
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@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
9db17fadb4
commit
ea20c52e86
@ -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"
|
||||
)
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user