| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add USE=examples
- Add more documentation to install dir
- Enable testing generically
Upstream:
- Support for OpenSSH binary via Ssh_Cmd
- Support for Plink binaries via Plink_Cmd
- Support for bitwise tunneler via Sexec_Cmd
- Support for dropbear client via Dbclient_Cmd
- Support for Tectia client via Sshg3_Cmd
- Bidirectional pipe communication via dpipe
- New Net::SSH::Any::Test framework for spawning a test SSH server
- Improve remote OS detection
- Make local command lookup strict by default
Package-Manager: Portage-2.3.14, Repoman-2.3.6
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Package-Manager: Portage-2.3.2, Repoman-2.3.1
|
|
|
|
| |
Gentoo-Bug: 589086
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
|
|
Required by Net-OpenSSH
Package-Manager: portage-2.2.27
|