| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/21596
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Stumbled into this working with app-admin/rex's 9999 version.
`dzil authordeps --missing` was reporting missing deps, and bailing,
even though they were provably installed.
This fixes build issues with app-admin/rex-9999 with
=dev-perl/Dist-Zilla-6.15.0
Bug: https://github.com/rjbs/Dist-Zilla/issues/660
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
Cleanup versions affected by '.' removal from @INC
Closes: https://bugs.gentoo.org/613586
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
|
|
| |
Gentoo stock images have localtime as Factory which breaks various
test modules superflously in tests.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
|
| |
I edited the wrong file and didn't realise till too late.
Programming with a headache is bad.
6.10.0 is returned to how it was, and 6.10.0-r2 is what 6.10.0-r1
should have been.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
|
|
|
| |
This unbreaks dists that use the syntax:
[=inc::Foo]
Which is *far* more widespread than any use of stuff from `@INC`
locations **other** than `.`
Bug: https://bugs.gentoo.org/613586
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
|
|
|
| |
Upstream:
- Improve handling of non-interactive terminals
- Empty file finders should return empty arrays consistently
Package-Manager: Portage-2.3.6, Repoman-2.3.2
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Add [GatherFile] Plugin
- Make "perl" config loader more reliable
- :version in root section now found by authordeps
- ./tmp now in default PruneCruft
- Carp now hides Module::Runtime from dzil exception stacks
- listdeps can now report --recommands, --requires, and --suggests
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
required by app-admin/rex for doing VCS installs.
NOTE: This perl module is an "authorside" module and as such it is
not TYPICALLY used by anything for installation, as the point of
Dist::Zilla is to create simplifed distributions that don't need
a lot of install-time magic.
It is subsequently *not* used on typical CPAN sources, and should
only be used against VCS sources to create an analog of a published
CPAN distrubition as part of the VCS build workflow.
Previously maintained in ::perl-experimental by Torsten Veller,
Michele Beltrame and myself since May 2009
Package-Manager: portage-2.3.2
|