summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Role-Tiny: Remove old 2.0.5Kent Fredric2020-04-161-25/+0
| | | | | Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* */*: [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: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/Role-Tiny: Stable for HPPA (bug #614514).Jeroen Roovers2017-04-291-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* dev-perl/Role-Tiny: ppc stable (bug 614514)Michael Weber2017-04-031-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
* dev-perl/Role-Tiny: x86 stable wrt bug #614514Agostino Sarubbo2017-04-031-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Role-Tiny: amd64 stable wrt bug #614514Agostino Sarubbo2017-04-021-1/+1
| | | | | | 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/Role-Tiny-2.0.5: added ~ia64, bug 599550Matt Turner2017-03-151-1/+1
|
* dev-perl/Role-Tiny: added ~sparc, bugs 579360, 599550Matt Turner2017-03-101-1/+1
|
* dev-perl/Role-Tiny: added ~ppc64, bugs 579360, 599550Matt 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/Role-Tiny: add ~arm64, bug #599552Markus Meier2017-02-221-2/+2
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64"
* dev-perl/Role-Tiny: Bump to version 2.0.5Kent Fredric2016-12-051-0/+25
- EAPI6 Upstream: - Class::Method::Modifiers delayed loading until applying modifiers to a apckage. - use croak instead of die for reporting errors - apply method modifiers only once despite multiple composition paths - Don't install subs when importing into a package that is already a role Package-Manager: portage-2.3.2