summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Test-Deep: add ~amd64-fbsd KEYWORDSYuta Satoh2016-11-061-1/+1
| | | | https://bugs.gentoo.org/show_bug.cgi?id=580268
* dev-perl/Test-Deep: Weaken dependency on dev-perl/Test-TesterKent Fredric2016-08-031-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, Test-Deep effectively needs perl-5.22 stabilized in order to satisfy Test-Tester from Perl-5.22 However, satisfying Test-Tester from a mechanism other than Perl-5.22 confuses portages dependency resolver, and confuses portage to not be able to upgrade perl, and not being able to upgrade perl means perl can't be stabilized, invoking a stabilization-needs-stabilization bug. Hence, the choice here optimises for assuming stabilization will happen/has happened, and removes any dependency on Test::Tester, assuming portage will eventually provide it for you. And just to be sure, we use perl before the test phase executes to determine if Test::Tester was /actually/ installed and then only run tests if it was. This means before stabilization, some people *might* install this and not have tests run, but everyone *will* get tests working after stabilization, as opposed to the opposite occurring and stabilization being blocked. Bug: https://bugs.gentoo.org/584238 Package-Manager: portage-2.3.0 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"
* dev-perl/Test-Deep: Stable on remaining arches (ALLARCHES), bug 583618Andreas K. Hüttel2016-06-051-1/+1
| | | | Package-Manager: portage-2.3.0_rc1
* dev-perl/Test-Deep-1.120.0-r0: add alpha keywordTobias Klausmann2016-06-011-1/+1
| | | | | | Gentoo-Bug: 583618 Package-Manager: portage-2.3.0_rc1
* dev-perl/Test-Deep: Bump to version 1.120.0Kent Fredric2016-04-151-0/+30
- EAPI6 - Fixup DESCRIPTION - Fixup Test Deps Upstream: - Overloading & and | no longer change All or Any objects in argument lists - All(All( x ), y) is equivalent to All(x,y) and Any(Any(x),y) is equivalent to Any(x,y) via flattening - Any() stringificaton of 'expected' improved - Added 'none(@items)' test ( like "not any" ) Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"