mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-perl/Array-Compare: Bump to version 2.110.0
- EAPI6 - Purge POD tests Upstream: - Migrate to Moo Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
This commit is contained in:
committed by
Andreas K. Hüttel
parent
abd95eaa6a
commit
ae9adbcb60
31
dev-perl/Array-Compare/Array-Compare-2.110.0.ebuild
Normal file
31
dev-perl/Array-Compare/Array-Compare-2.110.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=DAVECROSS
|
||||
DIST_VERSION=2.11
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Perl extension for comparing arrays"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
dev-perl/Moo
|
||||
dev-perl/Type-Tiny
|
||||
"
|
||||
DEPEND=">=dev-perl/Module-Build-0.40
|
||||
test? ( ${RDEPEND}
|
||||
dev-perl/Test-NoWarnings
|
||||
)
|
||||
"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/pod.t t/pod_coverage.t
|
||||
perl-module_src_test
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST Array-Compare-2.02.tar.gz 9554 SHA256 9733844cd8a68b8474fbf349ae7e4a9140e61f695ab95cec89582f66d301f7ee SHA512 33c1996841b2ede8fc5e68a06ae938bc09077767037306f13e30576af5a548cb1b30dcd24d2f4c13c47b04a43a45076a961cb9b829de65ed879f0a8300c5d093 WHIRLPOOL 90af652f6dc28286716aa50d5cb054ca004943a1c6af3784795a555b7dd28e2b269725dce6242ce127ebca8e861150ee961aa1d83988ddf85ecf050e0aa83325
|
||||
DIST Array-Compare-2.11.tar.gz 9653 SHA256 9af158ef012186fd26ac58ffcbdd16c06472e93e9c470683ef5f967ca9783538 SHA512 1c4356210f75f12605bb8b3805f3b9536dc218a4ab3853b0cd0efb7981e49c7d675bd491aa5d8f254016bf3f6fcaffa985c1b4cd7ac644fe6e39c8e182a7019f WHIRLPOOL 370a6f59ec5c1477a622ad0dad525a650a0ff59a6b6d07dd604f39505e9973213f1a06c8e7696493b2574e409df187c8157d1c63d8f492bcebd3e6591ab28286
|
||||
|
||||
Reference in New Issue
Block a user