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/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-perl/IO-Handle-Util-0.10.0: added ~ia64, bug 577100Matt Turner2017-03-151-1/+1
|
* dev-perl/IO-Handle-Util: amd64 stable wrt bug #612558Agostino Sarubbo2017-03-141-2/+2
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/IO-Handle-Util: added ~ppc, bug 577100Matt Turner2017-03-101-1/+1
|
* dev-perl/IO-Handle-Util: added ~sparc, bug 577100Matt Turner2017-03-101-1/+1
|
* dev-perl/IO-Handle-Util: added ~ppc64, bug 577100Matt Turner2017-03-101-1/+1
|
* 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/IO-Handle-Util-0.10.0-r0: keyworded for ~alphaTobias Klausmann2017-01-261-1/+1
| | | | Gentoo-Bug: 577100
* dev-perl/IO-Handle-Util: Remove legacy test fallback re bug #584238Kent Fredric2016-07-161-5/+1
| | | | | | | | | | Instead of alternating between Test-Simple and Test-use-ok based on versions, always use Test-Simple so we can eliminate Test-use-ok 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/IO-Handle-Util: Remove duplicate entry.Patrice Clement2016-04-181-1/+0
| | | | Package-Manager: portage-2.2.26
* dev-perl/IO-Handle-Util: Added at version 0.10.0Kent Fredric2016-03-273-0/+51
used for dev-perl/Plack tests Package-Manager: portage-2.2.28