summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp/ms-gsl: keyword on ~ppc64Georgy Yakovlev2020-02-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test project /var/tmp/portage/dev-cpp/ms-gsl-2.0.0/work/ms-gsl-2.0.0_build Start 1: span_tests Start 2: multi_span_tests Start 3: strided_span_tests Start 4: string_span_tests Start 5: at_tests Start 6: bounds_tests Start 7: notnull_tests Start 8: assertion_tests Start 9: utils_tests Start 10: owner_tests Start 11: byte_tests Start 12: algorithm_tests Start 13: sloppy_notnull_tests Start 14: no_exception_throw_tests Start 15: no_exception_ensure_tests 1/15 Test #1: span_tests ....................... Passed 0.10 sec 2/15 Test #2: multi_span_tests ................. Passed 0.09 sec 3/15 Test #3: strided_span_tests ............... Passed 0.09 sec 4/15 Test #4: string_span_tests ................ Passed 0.08 sec 5/15 Test #5: at_tests ......................... Passed 0.07 sec 6/15 Test #6: bounds_tests ..................... Passed 0.07 sec 7/15 Test #7: notnull_tests .................... Passed 0.06 sec 8/15 Test #8: assertion_tests .................. Passed 0.05 sec 9/15 Test #9: utils_tests ...................... Passed 0.05 sec 10/15 Test #10: owner_tests ...................... Passed 0.04 sec 11/15 Test #11: byte_tests ....................... Passed 0.04 sec 12/15 Test #12: algorithm_tests .................. Passed 0.03 sec 13/15 Test #13: sloppy_notnull_tests ............. Passed 0.02 sec 14/15 Test #14: no_exception_throw_tests ......... Passed 0.02 sec 15/15 Test #15: no_exception_ensure_tests ........ Passed 0.01 sec 100% tests passed, 0 tests failed out of 15 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* */*: [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>
* dev-cpp/ms-gsl: x86 stable (bug #680592)Thomas Deutschmann2019-04-011-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-cpp/ms-gsl: amd64 stable wrt bug #680592Agostino Sarubbo2019-03-161-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-cpp/ms-gsl: Use SLOTed dev-cpp/catchDavid Seifert2019-01-191-2/+2
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-cpp/ms-gsl: Version bump to 2.0.0Jan Henke2018-10-111-0/+34
Closes: https://bugs.gentoo.org/666410 Closes: https://github.com/gentoo/gentoo/pull/10013 Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Jan Henke <Jan.Henke@taujhe.de> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>