| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@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>
|
|
|
|
| |
Package-Manager: Portage-2.3.42, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.29, Repoman-2.3.9
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Fix wrong license in documentation
- Have some log-level on object already during init
- new option 'filename' to Body->new
- support for structured Authentication-Results header
- decompose structured DKIM-Signature header
- header length now considered when foldking encoded unstructured
fields
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
- Forked out of dev-perl/Mail-Box
- Keywords preserved from Mail-Box
- Must hard-block Mail-Box <3.0 due to both having file collisions
and runtime failures if used before the old Mail-Box is removed.
Given that the *new* Mail-Box uses Mail-Message in tests, this
means that if the *old* Mail-Box is installed, then it can't
upgrade either ( due to Mail-Message failing )
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|