diff options
author | Sam James <sam@gentoo.org> | 2022-12-18 06:52:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-18 06:52:46 +0000 |
commit | d0d63a5c3436a56c444c78bd9879d53772d10cd1 (patch) | |
tree | 61f2f9d77378d05e6791f4342ceac773d9562327 /dev-perl/libintl-perl | |
parent | virtual/perl-XSLoader: Stabilize 0.310.0 arm, #865895 (diff) | |
download | gentoo-d0d63a5c3436a56c444c78bd9879d53772d10cd1.tar.gz gentoo-d0d63a5c3436a56c444c78bd9879d53772d10cd1.tar.bz2 gentoo-d0d63a5c3436a56c444c78bd9879d53772d10cd1.zip |
dev-perl/libintl-perl: add 1.330.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/libintl-perl')
-rw-r--r-- | dev-perl/libintl-perl/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/libintl-perl/libintl-perl-1.330.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/libintl-perl/Manifest b/dev-perl/libintl-perl/Manifest index c4dff6d9c863..875a16050ce1 100644 --- a/dev-perl/libintl-perl/Manifest +++ b/dev-perl/libintl-perl/Manifest @@ -1 +1,2 @@ DIST libintl-perl-1.32.tar.gz 598209 BLAKE2B 1aa9ef3e2d4c1c15eb5301880e2141864d53e3e8620656276ceb07f0946612d56801021bc78bb132fee910f3ce3e55e3a092cd0305831680a9adcd731249c680 SHA512 fca6c8863dfd36c7604bc80a401e825eb707bc75016521c09006c34c170a41b009d30ec93d7e2a7f61caa1dbdf0333511c3d515d4fdc0fea32242eca68a7e35d +DIST libintl-perl-1.33.tar.gz 579631 BLAKE2B a6dae2fa18d6dd449e203b55e709dc3cc73e6150fb8b30ec15d0cca2e94d532ec4930a60c8532c29570b7b107bc9809235a180e81d31de6ee46738f520e24547 SHA512 494486d2e2f07fa8ee4c4b9d7b2576973772330aab7736488a692c54a6b250b0b7c06892d8cffc164346b9ebd3549141378fc84da339eaa4b34dc16c4f1a59b6 diff --git a/dev-perl/libintl-perl/libintl-perl-1.330.0.ebuild b/dev-perl/libintl-perl/libintl-perl-1.330.0.ebuild new file mode 100644 index 000000000000..3736e28247b1 --- /dev/null +++ b/dev-perl/libintl-perl/libintl-perl-1.330.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=GUIDO +DIST_VERSION=1.33 +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 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-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" ) |