| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix LICENSE
- Unconditionally remove bad tests
Upstream:
- Fix bug where underscore_eval_version may fail
- Add `skip_main_module` option for compat with VersionFromMainModule
- Add `overwrite` option
- Require Dzil 6
- Add semantic_version option
- Fix dev prereqs leaking into test prereqs
- Fix regression in version_provider plugin mechanics
- Add no_critic option
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix LICENSE
Upstream:
- Makefile.PL generated code now conditionally injects prereqs into the
fallback prereq list as well
- Detect bundle configurations that would inject invalid code into
Makefile.PL
- prereq_os option in configs now uses the proper option name
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
| |
- Fix incorrect license
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- Various test fixes
- Fix for future compat with dzil 7 ensuring proper directory is used
for reading header and footer files
- Ensure quotes around eumm_version where necessary to ensure a proper
version check
- Use quotes when testing existence of various MakeMaker features
configure-requires and WriteMakefile
- Die when multiple MakeMaker plugins are mistakenly used
- Ensure DOTFILES and DOTDIRS are copied from sharedirs during install
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- Add missing dev-perl/Test-Exception dep for FEATURES=test,
which was easily overlooked as it *isnt* declared upstream, and is
highly common to be installed (CPAN testers matrix reports no
failures due to the combined effect of its prevalence and the use of
this dep in tests by other dzil things)
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- replace uses of File::HomeDir with glob()
- Ensure proper directory used as base for repo root and
.gitnxtver_cache with Dzil-7
- Add '%V' format code for version number with leading 'v' stripped
where present
- Change default format strings to use 'v%V' instead of 'v%v' for better
compatibility with vx.y.z version numbers
- Convert from MooseX::Types to Types::Standard
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
| |
Required by dev-perl/Dist-Zilla-Plugin-Git 2.46.0
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
| |
Upstream:
- Various packaging updates
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix incorrect LICENSE
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- stashes can now be added in [%Stash] form from a bundle
- Use V env-var as an override when set in [AutoVersion]
- Remaining use of Class::Load replaced with Module::Runtime
( but the dependency remains due to bug
https://github.com/rjbs/Dist-Zilla/issues/659 )
- Require a newer Config::MVP for '.'-in-@INC support
- Record perl version in use in meta file
- Improve help output for `dzil new`
- Add x_spdx_expression to dist meta when available from License
- Cope with E<...> in abstracts, replacing Pod::Eventual with
Pod::Simple
- Respect jobs number in HARNESS_OPTIONS
- Add --jobs argument to `dzil release`
- Replace use of File::HomeDir with a glob call
- Fix interaction of TRIAL comment and BEGIN block in PkgVersion
- Build directory added to @INC when running `dzil authordeps --missing`
- Add comments to generated CPANFiles indicating not to edit
- Fix support for `dist.pl`
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- Add support for SPDX expressions, both in generating a license
from an expression, and emiting an expression from a given license
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Parallel tests
Upstream:
- Change into directory before emptying it
- Stop emptying/removing a path if it is changed underneath us
- Fix pathrm()
- Fix deep directories with pathmk
- Switch to bsd_glob() for compat
- use Path::Tiny instead of File::Slurp in tests
- pathrm with force guards against absolute paths
- Workaround File::Copy bug in fcopy()
- Set umask for reliability
- Declare missing prereqs
- Remove warning when copying a dir without write perm on the source
- Allow dev = 0 on NetBSD
Keywords:
- Due to new dependency, dev-perl/Test-File, nearly all keywords are
dropped.
- alpha
- amd64-linux
- arm arm64
- hppa
- ia64
- m68k m68k-mint
- mips
- ppc ppc-aix ppc-macos ppc64
- riscv
- s390
- sparc sparc-solaris sparc64-solaris
- x64-macos x64-solaris
- x86-linux x86-solaris
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Parallel tests
- Ensure CFLAGS passed to make/compiler
- Remove unused/empty variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix license
- Parallel tests
- Remove unused/empty variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix license slightly
- Ensure CFLAGS passed to make/compile
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Improve deps
- Parallel Tests
- Remove unused/empty variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix LICENSE
- Ensure CFLAGS passed to make/compiler
- Parallel tests
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix LICENSE
- Ensure CFLAGS passed to make/compile
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Parallel tests
- Remove unused/empty variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
| |
- EAPI7
- Ensure CFLAGS passed to make/compiler
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Ensure CFLAGS passed to make/compiler
- Remove unused/empty variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Remove unused/empty variable assignments
- Strip bundled inc/ deps which aren't used
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix license as best as possible
- Ensure CFLAGS passed to make/compiler
- Indent wiki link slightly for clearer readability
Bug: https://bugs.gentoo.org/734728
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Remove unused versionator inherit
- Unconditionally remove bad tests
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- Avoid empty strings as stacktraces when stack frames are skipped
- Add partial fix for "Bizarre Copy" errors when probing arguments in
the call stack.
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Ensure CFLAGS passed to make/compiler
Upstream:
- Fix for uninitialized reads from MULTICONCAT
- Handle allocations in MULTICONCAT's aux structure
- Handle ARGCHECK and ARGELEM
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Add USE="examples"
- Parallel tests
- Improve deps
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Fix Configure for GCC 10
- Fix patching back to perl 5.6.0
- Add command line options --version and --patchlevel
- Resolve patching issues with 5.22.{1..} and 5.24.{1..}
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Remove bad tests
Upstream:
- Add function overload_op_info()
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Parallel tests
- Ensure CFLAGS passed to make/compiler
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
| |
- EAPI7
- Ensure CFLAGS passed to make/compiler
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Parallel tests
- Remove bad tests unconditionally
Upstream:
- Improve prereqs declaration
- Add -quiet option to suppress some notices
- Call die() directly in the @INC hook
- Make die message closer to perl's core module-missing message.
- Add -lexically option to allow scope-lexical module hiding
- Cope with hash-hints changes in perl 5.31.7
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- Fix missing import of "splitpath" from File::Spec
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Parallel tests
- Improve dependencies
- Migrate MI sed to a patch
- Remove bad tests
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Fix DESCRIPTION using upstream notes
- Ensure CFLAGS passed to make/compiler
Upstream:
- Update to work with Perl 5.31.7
- Add ppport.h for older perl compat support
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
| |
- EAPI7
- Parallel tests
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
This is part of why I hate when ebuilds say
DEPEND=...
RDEPEND="${DEPEND}"
Because I'm so used to seeing it the otherway around.
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Ensure CFLAGS passed to make/compiler
Upstream:
- Fix incorrect structure merging
- Fix compiler warnings
- Tested up to 5.32.0
- Compress and then delete old cpancover data
- Run coverage on cpp and hpp files
- Add queue for cpancover
- Handle circular refs
- Allow DEVEL_COVER_TEST_OPTS to be unset
- Fix working on MacOS
- Fix tests wtih recent Math::BigInt
- Add progress text when processing coverage
- Optionally use Term::Size
- Fix warn precedence
- Work with cperl where class is a keyword
- Restore correct behaviour on merging DBs
- Fix gcov output being on incorrect lines
- Fix cover -test with Build.PL
- Make minimum perl 5.10.0
- Remove tray db file from release
- Don't chdir when given a -dir flag
- Manage code references in @INC
- Quieten perltidy syntax highlighting errors
- Fix passing full path for cover DB
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
Upstream:
- Remove dependency on Data::Compare
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Ensure tests run with no-native-symlinks toolchaining
Upstream:
- use Capture::Tiny instead of Capture::Output
Bug: https://github.com/mattn/p5-Devel-CheckLib/issues/32
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Parallel tests
- Remove empty/unused variable assignments
- Improve deps a little
- Ensure CFLAGS passed to make/compiler
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Parallel tsts
- Remove bad remote-id from metadata.xml
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- EAPI7
- Normalize version to be consistent with gentoo scheme
- Rely more on perl-module.eclass for magic
- Fixes dead HOMEPAGE
- Parallel tests
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|