| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/633622
Package-Manager: Portage-2.3.18, Repoman-2.3.6
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix tests that shouldn't run without network
Upstream:
- Fix aggregate schema tests
- Don't reject NXDOMAIN
- Added "none" result for no policy
- avoid deadlock with invalid rua data
- avoid loop when sending reports via http
- Ensure entities n XML aggregate reports are properly escaped
- geoipv6 support and field selection
- use larger interger types for report_record.count
- ignore tag key case when parsing DMARC records
- Workaround STARTTLS issues in Net::SMTPS
Bug: https://bugs.gentoo.org/633622
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
|
| |
Part of capitalization migration.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
|
|
At request of robbat2
Package-Manager: portage-2.2.28
|