summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/Log-Report: Cleanup old versions 1.1* 1.220.0Kent Fredric2018-06-104-90/+0
| | | | Package-Manager: Portage-2.3.29, Repoman-2.3.9
* dev-perl/Log-Report: Bump to version 1.260.0Kent Fredric2018-03-282-0/+30
| | | | | | | | | | | Upstream: - understand objects in report() - understand DBIx::Class::Exception in try{} - understand XML::LibXML::Error in try{} - make $msg->toString stringify when append/prepend are objects - Accept init of Log::Log4perl outside dispatcher Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-perl/Log-Report: Bump to version 1.220.0Kent Fredric2017-10-292-0/+30
| | | | | | | | | | | | | | | | | Upstream: - collect DEBUG info from try() when required by dispatch - support __p* from Locale::textDomain - Stop doubling texts in _prepend and _append - Don't stringify exceptions - "\n" of msgid moved to _prepend/_append - Fix Dancer2 sporadic missing request - attribute _lang overrules default locale in translation - reduce exceptions triggering translation - add textdomain($name,'EXISTS') - add textdomain($domain_object) - use String::Print for interpolation Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/Log-Report: Bump to version 0.190.0Kent Fredric2017-03-192-0/+30
| | | | | | | | | | Upstream: - Skip additonal stacklevels under Dancer2 to report correct location of exception - Dancer2 tests have more optional deps - Dancer2 interface change fixes Package-Manager: Portage-2.3.4, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/Log-Report: Add version 1.180.0Kent Fredric2016-11-203-0/+62
Deep dependency of sci-biology/meme Package-Manager: portage-2.3.2