| 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>
|
|
|
|
| |
Package-Manager: Portage-2.3.29, Repoman-2.3.9
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove versioned remote-ids.
Upstream:
- Add APIs v201708-v201710
- Remove APIs v201607-v201609
- Logging updated so failed messages are logged as INFO
while successful messages are logged as DEBUG
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
|
|
| |
Remove versions affected by '.' in @INC
Bug: https://bugs.gentoo.org/613404
Package-Manager: Portage-2.3.6, Repoman-2.3.2
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added patch for '.' in @INC (#613404)
- Added patch for unescaped {
Upstream:
- Add support/examples for v201705
- Add more situation examples
Bug: https://bugs.gentoo.org/613404
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Add API v201702
- Remove API v2001605
- Update summary and SOAP logging to include more detailed
messages
- Update ErrorUtils.pm to make error discovery clearer
- Renamed approval_prompt param to prompt in OAuth flow
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
| |
I initially thought I was going to have to EOL 2.x without
giving much time for consumers to migrate to 4.x, but it
turns out upstream shipped an identical tar.gz to CPAN.
So this simply changes the SRC_URI and relevant naming
glue code to use the same tar.gz when shipped under a different
name.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
| |
- EAPI6
- Add USE=examples
- Restore tests (working)
- Upstream -> CPAN instead of GoogleCode
- Deps cleaned up
Package-Manager: portage-2.3.2
|
|
Migrating to CPAN naming scheme as upstream origins are changing.
Package-Manager: portage-2.3.2
|