diff options
author | Sam James <sam@gentoo.org> | 2024-05-01 17:40:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-01 17:40:57 +0100 |
commit | 6a4537d8b976e05cc019224c45357d01b2ffc0bc (patch) | |
tree | 2d7a5d26095b27bf1e52187ee82a285fc552a2bb /perl-core | |
parent | dev-python/ensurepip-setuptools: Stabilize 69.5.1 ALLARCHES, #931035 (diff) | |
download | gentoo-6a4537d8b976e05cc019224c45357d01b2ffc0bc.tar.gz gentoo-6a4537d8b976e05cc019224c45357d01b2ffc0bc.tar.bz2 gentoo-6a4537d8b976e05cc019224c45357d01b2ffc0bc.zip |
perl-core/Encode: add 3.210.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Encode/Encode-3.210.0.ebuild | 17 | ||||
-rw-r--r-- | perl-core/Encode/Manifest | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/perl-core/Encode/Encode-3.210.0.ebuild b/perl-core/Encode/Encode-3.210.0.ebuild new file mode 100644 index 000000000000..cf12b715d37d --- /dev/null +++ b/perl-core/Encode/Encode-3.210.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=DANKOGAI +DIST_VERSION=3.21 +inherit perl-module + +DESCRIPTION="Character encodings in Perl" + +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 ~x64-solaris" + +PATCHES=( + "${FILESDIR}"/gentoo_enc2xs.diff +) diff --git a/perl-core/Encode/Manifest b/perl-core/Encode/Manifest index 93b3dc4d7fa2..f873f18f915f 100644 --- a/perl-core/Encode/Manifest +++ b/perl-core/Encode/Manifest @@ -1 +1,2 @@ DIST Encode-3.19.tar.gz 2086567 BLAKE2B e21475d48b71bb192470e56bf3246d68bfcb443358f9af9f537ef562dc44d290ad4d2e14b17a020b58d8569978e2b2dc1e9e62b019b6f604089d64622d13df02 SHA512 0652996d7cd95e02c72128594e79a5b946ee3118e2536e7b5559ccd8a6da1505b23a4c9542266ea11852b792b5130ec21fcd7d99a93bd0a72ea3bcf072cf44aa +DIST Encode-3.21.tar.gz 2086738 BLAKE2B 45cc926d527f3d6d4a00610739348ff4ab4bbe4f42cfc5e4b51b12c7747509eaa2d216a28e16a54ada0dbbce58b437a921376a36d0d3bd3f2fadf3c618325b4f SHA512 413b22ff4175bc32b1081c9bb2db0b290379bf318de5ef94e86165fa68a197a68c64da538915e50a1d0c5f7db0de058e9c7248a024bca1301bc7b1d5b41f2467 |