summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* app-shells/fish: arm64 stableAaron Bauman2019-04-231-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* app-shells/fish: fix single test failing on 32bit archesGeorgy Yakovlev2019-01-101-2/+3
| | | | | | Closes: https://bugs.gentoo.org/656246 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fish: stable 2.7.1 for ppc, bug #651800Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc"
* app-shells/fish: fix 'printf "%o"' handling on ppcGeorgy Yakovlev2018-07-181-1/+7
| | | | | | | | | | | Backport as a patch, that is already upstream https://github.com/fish-shell/fish-shell/pull/4444 Run tests with -j1 and be verbose Run tests only if fish is already installed Reported-by: Sergei Trofimovich <slyfox@gentoo.org> Bug: https://bugs.gentoo.org/656246 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* app-shell/fish: add ~arm64 keywordAlex Bennée2018-06-041-1/+1
|
* app-shells/fish: Fix DESCRIPTIONMikle Kolyada2018-04-241-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-shells/fish: x86 stable (bug #651800)Thomas Deutschmann2018-04-111-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* app-shells/fish: marked ~x64-macos, bug #650848Fabian Groffen2018-04-061-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-shells/fish: amd64 stableAaron Bauman2018-03-291-1/+1
| | | | | Bug: https://bugs.gentoo.org/651800 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-shells/fish: add ~arm, bug #601564Markus Meier2018-01-231-2/+2
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* app-shells/fish: bump to 2.7.1, fix src_test() depsGeorgy Yakovlev2017-12-281-0/+80
src_test() required expect to be available. added test to IUSE and a conditional to be able to run tests. Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6608