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.
dev-perl/MooseX-SimpleConfig: Bump to version 0.110.0
- EAPI6 - Update dependencies Upstream: - Tests no longer subject to race condition failures - Tests no longer fail due to missing deps Package-Manager: portage-2.2.27
- Loading branch information
1 parent
ca7c6b6
commit 20c5362
Showing
2 changed files
with
32 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 MooseX-SimpleConfig-0.09.tar.gz 28203 SHA256 475ea37e8d9a87cc43813bec0a20a1a4d8b57de5bdb683fa9fef2efb02c2490c SHA512 acd31397a3cd2c26ef6a85e959ff85d4505a748c88a971b22e70ce95481305d05f29a92e28eec6069fc8b2a52810ecffb639a6c1a9ed96b8069cbd70cc9f6697 WHIRLPOOL 90c19d592b33bb96a7a048711d85ae65026d987dccd83762736a4174a74b422a19a51eee81318ed768711f33358c4a576531e4f7f9bbeb607299785c0d9c183a | ||
DIST MooseX-SimpleConfig-0.11.tar.gz 29384 SHA256 42c83f4b92ef2785fa8dbcfae69d5d28d5be10141d171472ccf37288682c79ad SHA512 be8d8336f26d440dbbd390ce4a5720106d691b9583eaa2af0211485176a84cc3831d54f08af8af9f5b0431521a6219efaacfb59e472b9220adcde513f49853f7 WHIRLPOOL c05792f6ef513d7077d71e1d803a0f5f1a29e4c68661e588b203994199723179e39abb1a65b6f34ae44ab91e3207e225bc4a5833fe557d4f328d1141b1baebaf |
31 changes: 31 additions & 0 deletions
31
dev-perl/MooseX-SimpleConfig/MooseX-SimpleConfig-0.110.0.ebuild
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,31 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=ETHER | ||
DIST_VERSION=0.11 | ||
inherit perl-module | ||
|
||
DESCRIPTION="A Moose role for setting attributes from a simple configfile" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
dev-perl/MooseX-ConfigFromFile | ||
>=dev-perl/Moose-0.350.0 | ||
>=dev-perl/Config-Any-0.130.0 | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-perl/Module-Build-Tiny-0.39.0 | ||
test? ( | ||
virtual/perl-ExtUtils-MakeMaker | ||
virtual/perl-File-Spec | ||
virtual/perl-File-Temp | ||
dev-perl/Test-Fatal | ||
>=virtual/perl-Test-Simple-0.880.0 | ||
) | ||
" |