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>
* sys-apps/miller: amd64 arm stable wrt bug #676782Mikle Kolyada2019-02-151-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64 arm"
* sys-apps/miller: x86 stable (bug #676782)Thomas Deutschmann2019-02-151-2/+2
| | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-apps/miller: use HTTPSMichael Mair-Keimberger2018-05-191-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8481
* sys-apps/miller: Bump to version 5.3.0.Herb Miller Jr2018-03-031-0/+47
Closes: https://github.com/gentoo/gentoo/pull/7344 Package-Manager: Portage-2.3.19, Repoman-2.3.6