summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-1/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/ms-gsl: amd64 stable wrt bug #732822Agostino Sarubbo2020-07-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/ms-gsl: sync eclass ebuild changes to live ebuildGeorgy Yakovlev2020-06-141-2/+2
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-cpp/ms-gsl: move new ebuild to cmake.eclassGeorgy Yakovlev2020-06-141-2/+2
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-cpp/ms-gsl: Version bump 3.1.0Jan Henke2020-06-144-5/+121
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jan Henke <Jan.Henke@taujhe.de> Closes: https://github.com/gentoo/gentoo/pull/16237 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-cpp/ms-gsl: amd64 stable wrt bug #718708Agostino Sarubbo2020-04-211-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/ms-gsl: bump to 2.1.0Georgy Yakovlev2020-02-072-0/+36
| | | | | | | this version is required for telegram-desktop Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* 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-112-0/+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-cpp/ms-gsl: Drop oldJan Henke2019-07-062-33/+0
| | | | | | | | | Now that 2.0.0 is stable, drop the old ebuild. Signed-off-by: Jan Henke <Jan.Henke@taujhe.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11607 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-193-8/+6
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-cpp/ms-gsl: Add live ebuildJan Henke2018-10-191-0/+35
| | | | | | | Signed-off-by: Jan Henke <Jan.Henke@taujhe.de> Package-Manager: Portage-2.3.49, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10146 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/ms-gsl: Version bump to 2.0.0Jan Henke2018-10-112-0/+35
| | | | | | | | 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>
* dev-cpp/ms-gsl: Fix bug 659386Jan Henke2018-07-071-1/+1
| | | | | | Closes: https://bugs.gentoo.org/659386 Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9082
* dev-cpp/ms-gsl: drop old.Jan Henke2018-05-026-93/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-cpp/ms-gsl: version bump to 1.0.0.Jan Henke2018-05-023-0/+68
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/8237
* dev-cpp/ms-gsl: Disable Werror when compiling testsJan Henke2018-03-192-0/+28
| | | | | | | | This lead to build failures due to new warnings being emmited by GCC 7 Closes: https://bugs.gentoo.org/644042 Closes: https://github.com/gentoo/gentoo/pull/7495 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-cpp/ms-gsl: version bump 0_pre20180304Jan Henke2018-03-102-0/+32
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/7361 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-cpp/ms-gsl: Fix patch file name for new atom nameJan Henke2018-01-281-0/+0
| | | | | | Closes: https://bugs.gentoo.org/645476 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6945
* dev-cpp/gsl: renamed to dev-cpp/ms-gsl.Jan Henke2018-01-224-0/+69
Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://bugs.gentoo.org/644944 Closes: https://github.com/gentoo/gentoo/pull/6897