Versions
v2.220.700 :: 0 :: gentoo
- Modified
- License
- || ( Artistic GPL-1+ )
- Keywords
- amd64 arm64 ppc ppc64 sparc x86 ~amd64-linux ~arm ~hppa ~loong ~ppc-macos ~riscv ~x64-macos ~x86-linux
- USE flags
- examples test
v2.220.600 :: 0 :: gentoo
- Modified
- License
- || ( Artistic GPL-1+ )
- Keywords
- amd64 arm64 ppc ppc64 sparc x86 ~amd64-linux ~arm ~hppa ~loong ~ppc-macos ~riscv ~x64-macos ~x86-linux
- USE flags
- examples test
USE flags
General
- examples
- Install examples, usually source code
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
perl_features
- debug
- PERL_FEATURES setting enabling internal debug support in Perl
- ithreads
- PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems
- quadmath
- PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath
Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
Runtime Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-perl / Class-Load : Working (require q{Class::Name}) and more
dev-perl / Class-Load-XS : XS implementation of parts of Class::Load
dev-perl / Data-OptList : Parse and validate simple name/value option pairs
dev-perl / Devel-GlobalDestruction : Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls
dev-perl / Devel-OverloadInfo : Introspect overloaded operators
dev-perl / Devel-StackTrace : An object representing a stack trace
dev-perl / Dist-CheckConflicts : Declare version conflicts for your dist
dev-perl / Eval-Closure : safely and cleanly create closures via string eval
dev-perl / MRO-Compat : Lets you build groups of accessors
dev-perl / Module-Runtime : Runtime module handling
dev-perl / Module-Runtime-Conflicts : Provide information on conflicts for Module::Runtime
dev-perl / Package-DeprecationManager : Manage deprecation warnings for your distribution
dev-perl / Package-Stash : Routines for manipulating stashes
dev-perl / Package-Stash-XS : Faster and more correct implementation of the Package::Stash API
dev-perl / Params-Util : Utility functions to aid in parameter checking
dev-perl / Sub-Exporter : Sophisticated exporter for custom-built routines
dev-perl / Try-Tiny : Minimal try/catch with proper localization of $@
virtual / perl-Carp : Virtual for Carp
virtual / perl-Scalar-List-Utils : Virtual for Scalar::Util and List::Util, also distributed as Scalar::List::Utils
virtual / perl-parent : Virtual for parent
Depending packages
dev-perl / Any-Moose : Use Moose or Mouse modules (DEPRECATED)
dev-perl / Config-MVP : Multivalue-property package-oriented configuration
dev-perl / Config-MVP-Reader-INI : MVP config reader for .ini files
dev-perl / Config-MVP-Slicer : Extract embedded plugin config from parent config
dev-perl / DBIx-Class : Extensible and flexible object <-> relational mapper
dev-perl / Data-Password-passwdqc : Check password strength and generate password using passwdqc
dev-perl / Data-Stream-Bulk : N at a time iteration API
dev-perl / Data-Visitor : Visitor style traversal of Perl data structures
dev-perl / Devel-REPL : A modern perl interactive shell
dev-perl / Dist-Zilla : Distribution builder; installer not included!
dev-perl / Dist-Zilla-Config-Slicer : Config::MVP::Slicer customized for Dist::Zilla
dev-perl / Dist-Zilla-Plugin-AuthorsFromGit : Add per-file per-year copyright information
dev-perl / Dist-Zilla-Plugin-CheckChangesHasContent : Ensure Changes has content before releasing
dev-perl / Dist-Zilla-Plugin-CheckExtraTests : check xt tests before release
dev-perl / Dist-Zilla-Plugin-Config-Git : Plugin configuration containing settings for a Git repo
dev-perl / Dist-Zilla-Plugin-ContributorsFile : add a file listing all contributors
dev-perl / Dist-Zilla-Plugin-CopyFilesFromBuild : Copy (or move) specific files after building (for SCM inclusion, etc.)
dev-perl / Dist-Zilla-Plugin-CopyFilesFromRelease : Copy files from a release (for SCM inclusion, etc.)
dev-perl / Dist-Zilla-Plugin-Git : Update your git repository after release
dev-perl / Dist-Zilla-Plugin-Git-Contributors : Add contributor names from git to your distribution
dev-perl / Dist-Zilla-Plugin-GithubMeta : Automatically include GitHub meta information in META.yml
dev-perl / Dist-Zilla-Plugin-MakeMaker-Awesome : A more awesome MakeMaker plugin for Dist::Zilla
dev-perl / Dist-Zilla-Plugin-Meta-Contributors : Generate an x_contributors section in distribution metadata
dev-perl / Dist-Zilla-Plugin-MetaProvides : Generating and Populating 'provides' in your META.yml
dev-perl / Dist-Zilla-Plugin-MetaProvides-Package : Extract namespaces/version from traditional packages for provides
dev-perl / Dist-Zilla-Plugin-ModuleBuildTiny : Build a Build.PL that uses Module::Build::Tiny
dev-perl / Dist-Zilla-Plugin-NextVersion-Semantic : update the next version, semantic-wise
dev-perl / Dist-Zilla-Plugin-OSPrereqs : List prereqs conditional on operating system
dev-perl / Dist-Zilla-Plugin-OurPkgVersion : No line insertion and does Package version with our
dev-perl / Dist-Zilla-Plugin-PodWeaver : Weave your Pod together from configuration and Dist::Zilla
dev-perl / Dist-Zilla-Plugin-RPM : Build an RPM from your Dist::Zilla release
dev-perl / Dist-Zilla-Plugin-ReadmeAnyFromPod : Automatically convert POD to a README in any format for Dist::Zilla
dev-perl / Dist-Zilla-Plugin-ReadmeFromPod : dzil plugin to generate README from POD
dev-perl / Dist-Zilla-Plugin-Run : Run external commands and code at specific phases of Dist::Zilla
dev-perl / Dist-Zilla-Plugin-StaticInstall : Identify a distribution as eligible for static installation
dev-perl / Dist-Zilla-Plugin-SurgicalPodWeaver : Surgically apply PodWeaver
dev-perl / Dist-Zilla-Plugin-Test-CPAN-Changes : release tests for your changelog
dev-perl / Dist-Zilla-Plugin-Test-Compile : Common tests to check syntax of your modules, using only core modules
dev-perl / Dist-Zilla-Plugin-Test-MinimumVersion : Release tests for minimum required versions
dev-perl / Dist-Zilla-Plugin-Test-Perl-Critic : Tests to check your code against best practices
dev-perl / Dist-Zilla-Plugin-Test-ReportPrereqs : Report on prerequisite versions during automated testing
dev-perl / Dist-Zilla-Plugin-VersionFromMainModule : Set the distribution version from your main module's
dev-perl / Dist-Zilla-Role-FileWatcher : Receive notification when something changes a file's contents
dev-perl / Dist-Zilla-Role-ModuleMetadata : A role for plugins that use Module::Metadata
dev-perl / Dist-Zilla-Role-PluginBundle-PluginRemover : Add '-remove' functionality to a bundle
dev-perl / FLV-AudioExtractor : Extract audio from Flash Videos
dev-perl / LaTeX-Table : Perl extension for the automatic generation of LaTeX tables
dev-perl / Lab-Measurement : Measurement control and automation with Perl
dev-perl / Mail-Builder : Easily create plaintext/html e-mail messages with attachments and inline images
dev-perl / Moose-Autobox : Autoboxed wrappers for Native Perl datatypes
dev-perl / MooseX-Aliases : Easy aliasing of methods and attributes in Moose
dev-perl / MooseX-ClassAttribute : Declare class attributes Moose-style
dev-perl / MooseX-ConfigFromFile : An abstract Moose role for setting attributes from a configfile
dev-perl / MooseX-FollowPBP : Name your accessors get_foo() and set_foo(), whatever that may mean
dev-perl / MooseX-Getopt : A Moose role for processing command line options
dev-perl / MooseX-GlobRef : Store a Moose object in glob reference
dev-perl / MooseX-LazyRequire : Required attributes which fail only when trying to use them
dev-perl / MooseX-MultiInitArg : Attributes with aliases for constructor arguments
dev-perl / MooseX-NonMoose : Easy subclassing of non-Moose classes
dev-perl / MooseX-Object-Pluggable : Make your classes pluggable
dev-perl / MooseX-OneArgNew : Teach ->new to accept single, non-hashref arguments
dev-perl / MooseX-Params-Validate : An extension of Params::Validate using Moose types
dev-perl / MooseX-Role-Parameterized : Roles with composition parameters
dev-perl / MooseX-Role-WithOverloading : Roles which support overloading (DEPRECATED)
dev-perl / MooseX-SetOnce : Write-once, read-many attributes for Moose
dev-perl / MooseX-SimpleConfig : A Moose role for setting attributes from a simple configfile
dev-perl / MooseX-StrictConstructor : Make your object constructors blow up on unknown attributes
dev-perl / MooseX-Types : Organise your Moose types in libraries
dev-perl / MooseX-Types-DateTime : DateTime related constraints and coercions for Moose
dev-perl / MooseX-Types-DateTime-MoreCoercions : Extensions to MooseX::Types::DateTime
dev-perl / MooseX-Types-JSON : JSON datatype for Moose
dev-perl / MooseX-Types-Path-Tiny : Path::Tiny types and coercions for Moose
dev-perl / Net-Amazon-S3 : Framework for accessing the Amazon S3 Simple Storage Service
dev-perl / Olson-Abbreviations : Globally unique timezones abbreviation handling
dev-perl / Perl-LanguageServer : Language Server and Debug Protocol Adapter for Perl
dev-perl / Pod-Elemental : Work with nestable Pod elements
dev-perl / Pod-Elemental-PerlMunger : Thing that takes a string of Perl and rewrites its documentation
dev-perl / Pod-Weaver : Weave together a Pod document from an outline
dev-perl / Role-HasMessage : Thing with a message method
dev-perl / Role-Identifiable : Thing with a list of tags
dev-perl / Search-Sitemap : Perl extension for managing Search Engine Sitemaps
dev-perl / USB-TMC : Perl interface to the USB Test & Measurement (USBTMC) backend
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.700 sparc, #933905
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.700 x86, #933905
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.700 amd64, #933905
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.700 ppc, #933905
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.700 ppc64, #933905
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.700 arm64, #933905
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: add 2.220.700
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-perl/Moose: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-perl/Moose: Stabilize 2.220.600 ppc, #913090
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.600 sparc, #913090
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.600 x86, #913090
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.600 amd64, #913090
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.600 ppc64, #913090
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.600 arm64, #913090
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.300 ppc, #910902
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.300 x86, #910902
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.300 amd64, #910902
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-perl/Moose: Stabilize 2.220.300 ppc64, #910902
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-perl/Moose: Stabilize 2.220.300 arm64, #910902
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-perl/Moose: Stabilize 2.220.300 sparc, #910902
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: add 2.220.600
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: add 2.220.300
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
dev-perl/Moose: keyword 2.220.100 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.100 sparc, #833673
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-perl/Moose: Stabilize 2.220.100 arm64, #833673
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-perl/Moose: Stabilize 2.220.100 ppc64, #833673
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-perl/Moose: Stabilize 2.220.100 ppc, #833673
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.100 x86, #833673
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.220.100 amd64, #833673
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-perl/Moose: Version bump 2.2201
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Andreas K. Hüttel · gentoo
dev-perl/Moose: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alex Fan · gentoo
dev-perl/Moose: keyword 2.201.500 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.500 arm64, #810135
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.500 amd64, #810135
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.500 x86, #810135
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.500 sparc, #810135
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.500 ppc64, #810135
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.500 ppc, #810135
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.400 ppc, #801247
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.400 arm64, #801247
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.400 x86, #801247
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.400 ppc64, #801247
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.400 amd64, #801247
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/Moose: Stabilize 2.201.400 sparc, #801247
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-perl/Moose: Version bump 2.2015
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
dev-perl/Moose: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Huettel · gentoo
dev-perl/Moose: Version bump
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Andreas K. Huettel · gentoo
dev-perl/Moose: Remove old
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
dev-perl/Moose: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Moose: Drop various prefixes re bug #673504
Depends: - dev-perl/Eval-Closure - 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> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-perl/Moose: Stabilize 2.200.700 ppc, #717060
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-perl/Moose: ppc64 stable wrt bug #717060
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-perl/Moose: x86 stable wrt bug #717060
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-perl/Moose: amd64 stable wrt bug #717060
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-perl/Moose: stable 2.200.700 for hppa, bug #717060
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
dev-perl/Moose: arm64 stable (bug #717060)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-perl/Moose: stable 2.200.700 for sparc, bug #717060
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
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> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-perl/Moose: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Moose: Drop ~x86-fbsd due to bug #665088
Judicious dropping of keywords due to inactivity in bug #665088 This percolates due to keyword inconsistencies in: dev-perl/Devel-OverloadInfo, dev-perl/Module-Runtime-Conflicts Bug: https://bugs.gentoo.org/665088 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="x86-fbsd" Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-perl/Moose: arm64 keyworded (bug #683162)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
dev-perl/Moose: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/Moose: Restore ~sparc keywording
All dependencies now satisfied for ~sparc Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Kent Fredric · gentoo
dev-perl/Moose: Bump to version 2.200.7
Upstream: - Documentation fixes - Make exception classes immutable - remove dead code - Fix bug in create_anon_class with mixes of role names and role objects Package-Manager: Portage-2.3.14, Repoman-2.3.6 - Kent Fredric · gentoo
dev-perl/Moose: Cleanup old re bug #617118
Closes: https://bugs.gentoo.org/617118 Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Sergei Trofimovich · gentoo
dev-perl/Moose: stable 2.160.500 for hppa, bug #617120 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa" - Sergei Trofimovich · gentoo
dev-perl/Moose: stable 2.160.500 for sparc, bug #617120 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc" - Kent Fredric · gentoo
dev-perl/Moose: Bump to version 2.200.500
Upstream: - Require newer Test::More Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Michael Weber · gentoo
dev-perl/Moose: ppc64 stable (bug 617120)
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" - Michael Weber · gentoo
dev-perl/Moose: ppc stable (bug 617120)
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" - Agostino Sarubbo · gentoo
dev-perl/Moose: x86 stable wrt bug #617120
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-perl/Moose: amd64 stable wrt bug #617120
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Kent Fredric · gentoo
dev-perl/Moose: Bump to version 2.200.400
Upstream: - Fix issues with 'rw' attributes readers colliding with writers - Fix dieing when warning about overwriting access methods - Avoid warnings in attribute delegations when Moose subclasses Moo - Require newer Sub::Name - Add magic __no_BUILD__ argument to constructor argument to inhibit calling BUILD ( for interop ) - Fix test issues with test code colliding with new Test::More namespace - Attributes with multiple methods assigned to the same name now a warning - Fixed incorrect definition contexts in all metaclasses - Delegations now inlined for cleaner stack traces - Delegation stack traces now include attribute definition contexts Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Kent Fredric · gentoo
dev-perl/Moose: Bump to version 2.180.700
- Add benchmarks as USE="examples", as these can serve as a kind of documentation. Upsream: - Fix definition context frames being consistently wrong for attributes - Fix test failures with newer Test::More's Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Agostino Sarubbo · gentoo
dev-perl/Moose: ppc64 stable wrt bug #583446
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Kent Fredric · gentoo
dev-perl/Moose: Bump to version 2.180.600
Upstream: - List::MoreUtils replaced by inlining or List::Util equivalents - Moose::Exception now has boolean overloads - Moose::Exception messages can now be any stringifiable value - Fix method cache regeneration with classes and blessed subs - Compiler sanity checking now done with bundled ExtUtils::HasCompiler - In-Memory generated roles can now be used as Traits - init_arg and attribute name both shown in exceptions when their names differ during missing-attribute exceptions - unimport() now supports `into` and `into_level` etc. - Moose::Meta::Attribute objects reference their creating ::Role::Attribute Package-Manager: portage-2.3.3 - Andreas K. Hüttel · gentoo
dev-perl/Moose: Remove old
Package-Manager: portage-2.2.28 - Patrice Clement · gentoo
Merge github#925: dev-perl/M*: updates and related fixes.
This PR updates/fixes a bunch of packages located in dev-perl/M*. Pull-Request: https://github.com/gentoo/gentoo/pull/925 Reporter: Kent Fredric <kentfredric@gmail.com> Acked-By: Patrice Clement <monsieurp@gentoo.org> Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Kent Fredric · gentoo
dev-perl/Moose: Bump to version 2.160.500
Upstream: - All documentation fixes. Package-Manager: portage-2.2.27 - Jeroen Roovers · gentoo
dev-perl/Moose: Stable for HPPA (bug #569840).
Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches - Patrice Clement · gentoo
Merge remote-tracking branch 'github/pr/717'. Fixes bug 572486.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Agostino Sarubbo · gentoo
dev-perl/Moose: amd64 stable wrt bug #569840
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Andreas K. Hüttel · gentoo
dev-perl/Moose: Version bump
Package-Manager: portage-2.2.26 - Mikle Kolyada · gentoo
dev-perl/Moose: Add ~ppc keyword wrt bug #555892
Package-Manager: portage-2.2.20.1 - Jeroen Roovers · gentoo
dev-perl/Moose: Mark ~ppc64 (bug #555892).
Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches - Jeroen Roovers · gentoo
dev-perl/Moose: Mark ~hppa (bug #555892).
Package-Manager: portage-2.2.20.1 - Mikle Kolyada · gentoo
dev-perl/Moose: Add ~arm keyword wrt bug #555892
Package-Manager: portage-2.2.20 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed