summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | 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>
* dev-perl/Net-SSH-Any: Bump to version 0.100.0Kent Fredric2017-12-123-0/+60
| | | | | | | | | | | | | | | | | | | - 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
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-perl/Net-SSH-Any: added ~sparc, bug 577598Matt Turner2017-03-101-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/Net-SSH-Any: x86 stable (bug #589086)Thomas Deutschmann2016-12-211-1/+1
| | | | Package-Manager: Portage-2.3.2, Repoman-2.3.1
* dev-perl/Net-SSH-Any-0.40.0-r0: stable on amd64Tobias Klausmann2016-12-201-1/+1
| | | | Gentoo-Bug: 589086
* dev-perl/Net-SSH-Any: Mark ~hppa (bug #577598).Jeroen Roovers2016-08-131-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* dev-perl/Net-SSH-Any: Add to tree at v0.40.0Kent Fredric2016-03-053-0/+38
Required by Net-OpenSSH Package-Manager: portage-2.2.27