forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perl-core/Unicode-Collate: version bump to 1.290
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Jonas Licht <[email protected]> Signed-off-by: Andreas K. Hüttel <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Unicode-Collate-1.25.tar.gz 894836 BLAKE2B e8c16c4e0a126abdaef6a0130371b1e13f41476f00ff3e4a73f9b9c3e845d5ae8a367dfd5f354e6aff0e0e7bcadfd990f558edd44c3e2ad66f255f3c601ea7a2 SHA512 f7c7147fbdbe0699a77874d3c5fd5c1810a9a79f1880682a6329a6b85b14f8cda294b0de0ae2cfdfed14b6f9c7000dbbe38f96dde1e23a88960b8702a1457993 | ||
DIST Unicode-Collate-1.29.tar.gz 926045 BLAKE2B ca87d4c559f4aaccaf1e94144a8f8ce13744dd16c43a560015b3d8a40a7de565b2030ebe250f7979390918ac0d9cff292857e809a91de525a6dec5d6b69b75f1 SHA512 7abf9312738a35ea2cd8e37e3e18e4f20480d85c53ba3e5c59209d967318973b654e555eab9ad15a6936b0f7f1ac73d603534bc52d0b36eaa01d221ac41dde8e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
DIST_AUTHOR=SADAHIRO | ||
DIST_VERSION=1.29 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Unicode Collate Algorithm" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
virtual/perl-File-Spec | ||
virtual/perl-XSLoader | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
" |