dev-perl/libintl-perl: add 1.350.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-22 05:57:13 +00:00
parent c94fdd320b
commit a9632f8bb5
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST libintl-perl-1.33.tar.gz 579631 BLAKE2B a6dae2fa18d6dd449e203b55e709dc3cc73e6150fb8b30ec15d0cca2e94d532ec4930a60c8532c29570b7b107bc9809235a180e81d31de6ee46738f520e24547 SHA512 494486d2e2f07fa8ee4c4b9d7b2576973772330aab7736488a692c54a6b250b0b7c06892d8cffc164346b9ebd3549141378fc84da339eaa4b34dc16c4f1a59b6
DIST libintl-perl-1.35.tar.gz 581376 BLAKE2B 618987b09797140069cb10643396b322790bd4659651a07f5a9ba70c5a5f303dc7f279e1e06ff196b05294457af1c41e2dbe7e799b3ba68baada6ace4f20736b SHA512 2952a0cfb8bc84307208d71b974777fd7883266f595309cf7f38f7f640a20c1a3852c6daf4b02e758dc94d37cc84fc23ef9a51a892b3de50b4eaf28ee253ac77

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=GUIDO
DIST_VERSION=1.35
DIST_EXAMPLES=("sample/*")
inherit perl-module
DESCRIPTION="High-Level Interface to Uniforum Message Translation"
HOMEPAGE="http://guido-flohr.net/projects/libintl-perl https://metacpan.org/release/libintl-perl"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="minimal"
RDEPEND="
virtual/libintl
!minimal? (
dev-perl/File-ShareDir
)
virtual/perl-File-Spec
>=virtual/perl-version-0.770.0
"
DEPEND="${RDEPEND}"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PATCHES=( "${FILESDIR}/${PN}-1.280.0-sanity-2.patch" )