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/Test-NoTabs: Cleanup old re bug #615496Kent Fredric2017-05-312-21/+0
| | | | | | Remove versions affected by '.' in @INC Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-perl/Test-NoTabs: ppc ppc64 stable (bug 619080)Michael Weber2017-05-221-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
* dev-perl/Test-NoTabs: x86 stable wrt bug #619080Agostino Sarubbo2017-05-221-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Test-NoTabs: amd64 stable wrt bug #619080Agostino Sarubbo2017-05-211-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Test-NoTabs: -r1 bump to modernizeKent Fredric2017-04-142-5/+14
| | | | | | | | | | - EAPI6 - Parallel tests - Declare RDEPS - Normalise correctly ( -r1 added because 2.000.0 and 2.0.0 sort as equivlanets ) Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/Test-NoTabs: version bump.Patrice Clement2017-04-132-0/+18
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.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>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-perl/Test-NoTabs: x86 stable wrt bug #564688Agostino Sarubbo2015-11-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-perl/Test-NoTabs: ppc stable wrt bug #564688Agostino Sarubbo2015-11-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* dev-perl/Test-NoTabs: Stable for PPC64 (bug #564688).Jeroen Roovers2015-11-091-1/+1
| | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --ignore-arches
* dev-perl/Test-NoTabs: amd64 stable wrt bug #564688Agostino Sarubbo2015-11-061-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-perl/Test-NoTabs: Fix data in metadata.xml file.Patrice Clement2015-11-061-2/+2
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-perl/Test-NoTabs: Typo in RDEPEND.Patrice Clement2015-11-061-1/+1
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-perl/Test-NoTabs: Initial import. Fixes bug 564688.Patrice Clement2015-11-053-0/+34
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>