summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Moo: Added ~mips to KEYWORDSJoshua Kinard2021-05-241-1/+1
| | | | | | Bug: https://bugs.gentoo.org/788778 Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-3.0.19, Repoman-3.0.3
* dev-perl/Moo: Keyword 2.3.3 ppc64, #788778Sam James2021-05-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Moo: keyworded 2.3.3 for sparc, bug #788778Rolf Eike Beer2021-05-131-1/+1
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Moo: keyworded 2.3.3 for ia64Sergei Trofimovich2021-05-111-1/+1
| | | | | | | | keyworded wrt bug #788778 Package-Manager: Portage-3.0.18, Repoman-3.0.3 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Moo: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-perl/Moo: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/Moo: Stabilize 2.3.3 arm64, #753242Mikle Kolyada2020-11-251-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-perl/Moo: Keyword 2.3.3 arm64, #745219Sam James2020-09-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Moo: keyword riscvYixun Lan2020-09-271-1/+1
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-perl/Moo: Drop various prefix support re bug #673504Kent Fredric2020-07-211-2/+2
| | | | | | | | | | Depends: - dev-perl/Class-Method-Modifiers - dev-perl/Test-Requires Bug: https://bugs.gentoo.org/673504 Package-Manager: Portage-2.3.103, 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/Moo: added Prefix keywords, bug #665088Fabian Groffen2018-10-161-2/+2
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-perl/Moo: stable 2.3.3 for hppa, bug #661196Sergei Trofimovich2018-07-231-1/+1
| | | | | | Bug: https://bugs.gentoo.org/661196 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
* dev-perl/Moo: stable 2.3.3 for ppc, bug #661196Sergei Trofimovich2018-07-211-1/+1
| | | | | | Bug: https://bugs.gentoo.org/661196 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc"
* dev-perl/Moo: x86 stable (bug #661196)Thomas Deutschmann2018-07-151-1/+1
| | | | Package-Manager: Portage-2.3.42, Repoman-2.3.9
* dev-perl/Moo: amd64 stable wrt bug #661196Mikle Kolyada2018-07-151-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Moo: Bump to version 2.3.3Kent Fredric2017-11-191-0/+32
Upstream: - Fix handling of code refs stored in stash for compat with Perl 5.28+ - Consider inline packages with constants in them as being loaded - stub methods will be treated as methods that exist when inflating to Moose - Avoid loading overload.pm unless required Package-Manager: Portage-2.3.14, Repoman-2.3.6