summaryrefslogtreecommitdiff
path: root/dev-cpp/gtest
AgeCommit message (Collapse)Author
2022-11-23dev-cpp/gtest: fix test failure with clangPeter Levine
googletest-port-test sporadically fails when built with clang, with the usersandbox feature enabled. Doesn't happen in 9999 so this is temporary. Signed-off-by: Peter Levine <plevine457@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28348 Signed-off-by: Sam James <sam@gentoo.org>
2022-11-23dev-cpp/gtest: add 1.12.1Peter Levine
Closes: https://bugs.gentoo.org/881845 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-11-23dev-cpp/gtest: exclude tests that fail due to usersandboxPeter Levine
Patching internal code to overcome test failure due to the usersandbox feature flag seems misguided. Other packages opt to skip such tests rather than patching compiled code or turning off usersandbox (bug# 413621, 603244). Let's do that. Bug: https://bugs.gentoo.org/413621 Bug: https://bugs.gentoo.org/603244 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-11-23dev-cpp/gtest: enable py3.11Peter Levine
Tested, working with python-3.11.0_p2. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-11-23dev-cpp/gtest: add loong keyword to 9999Peter Levine
Already added to gtest-1.11.0, include it here as well. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-08-15*/*: Drop CMAKE_ECLASS meta var superfluous in EAPI-8Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2022-05-04dev-cpp/gtest: keyword 1.11.0 for ~loongWANG Xuerui
Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
2022-04-18dev-cpp/gtest: fix testcase failure with muslPeter Levine
Empirically, "getpagesize() * 12" instead of "getpagesize() * 10" appears to be enough to memory to stave off a stack overflow when built against musl libc. Closes: https://bugs.gentoo.org/834068 Closes: https://github.com/gentoo/gentoo/pull/25073 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-04-18dev-cpp/gtest: remove redundant ebuildPeter Levine
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-03-15dev-cpp/gtest: update old docs linkMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2021-12-07dev-cpp/gtest: stable 1.11.0 for hppa, bug #828338Rolf Eike Beer
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
2021-12-07dev-cpp/gtest: x86 stable wrt bug #828338Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-12-06dev-cpp/gtest: Stabilize 1.11.0 arm, #828338Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-12-06dev-cpp/gtest: Stabilize 1.11.0 arm64, #828338Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-12-06dev-cpp/gtest: Stabilize 1.11.0 ppc64, #828338Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-12-06dev-cpp/gtest: Stabilize 1.11.0 ppc, #828338Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-12-05dev-cpp/gtest: Stabilize 1.11.0 amd64, #828338Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-12-05dev-cpp/gtest: Stabilize 1.11.0 sparc, #828338Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2021-10-12dev-cpp/gtest: bump 1.11.0Peter Levine
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22480 Signed-off-by: Sam James <sam@gentoo.org>
2021-10-12dev-cpp/gtest: change docs locationPeter Levine
Documentation can now be found at the toplevel docs directory. Also, correct the extra README.md locations without creating unnecessary subdirectories. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2021-10-12dev-cpp/gtest: add new keywordsPeter Levine
Include unstable keywords that were added to gtest-1.10.0_p20200702.ebuild in live ebuild. Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2021-10-12dev-cpp/gtest: change github SRC_URI locationPeter Levine
Release tarballs are now named release-${PV}. Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2021-10-12dev-cpp/gtest: bump EAPI to 8Peter Levine
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2021-10-04dev-cpp/gtest: enable py3.10Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-06-29dev-cpp/gtest: add ~riscv keywordYe Cao
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ye Cao <ye.c@rioslab.org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
2021-04-05dev-cpp/gtest: drop s390 to ~s390 (unstable)Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-03-16*/*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny
Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-16*/*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny
Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-01-31*/*: Remove obsolete values from PYTHON_COMPATMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-01-06dev-cpp/gtest: drop x86-macosFabian Groffen
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2020-12-13dev-cpp/gtest: stable 1.10.0_p20200702 for s390Sam James
stable wrt bug #735268 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="s390" Signed-off-by: Sam James <sam@gentoo.org>
2020-10-09dev-cpp/gtest: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-09-20dev-cpp/gtest: amd64 stable wrt bug #735268Agostino Sarubbo
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-09-07dev-cpp/gtest: stable 1.10.0_p20200702 for ppc64Sergei Trofimovich
stable wrt bug #735268 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-09-07dev-cpp/gtest: stable 1.10.0_p20200702 for ppcSergei Trofimovich
stable wrt bug #735268 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-08-15dev-cpp/gtest: stable 1.10.0_p20200702 for hppaSergei Trofimovich
stable wrt bug #735268 Package-Manager: Portage-3.0.2, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-08-11dev-cpp/gtest: x86 stable wrt bug #735268Agostino Sarubbo
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-08-11dev-cpp/gtest: sparc stable wrt bug #735268Agostino Sarubbo
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-08-11dev-cpp/gtest: arm stable wrt bug #735268Agostino Sarubbo
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-08-11dev-cpp/gtest: Stabilize 1.10.0_p20200702 arm64, #735268Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-08-04dev-cpp/gtest: marked ~x64-solarisFabian Groffen
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2020-08-04dev-cpp/gtest-1.10.0_p20200702: marked ~*-macos, ~*-solarisFabian Groffen
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2020-07-19dev-cpp/gtest: fix ExecutableFile CI issueJoonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-19dev-cpp/gtest: Remove older versionsPeter Levine
Leave the latest stable , latest unstable, and live ebuilds. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Peter Levine <plevine457@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16556 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-19dev-cpp/gtest: Bump gtest-1.10.0_p20200702Peter Levine
Except for the occasional release, gtest now "lives at HEAD" like abseil. To maintain versioning consistency, take the base version from GOOGLETEST_VERSION in CMakeLists.txt and use _p instead of _pre. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-19dev-cpp/gtest: Move PYTHON_DEPS to BDEPENDPeter Levine
Python would need to be run at build time. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-19dev-cpp/gtest: Remove dev-cpp/gmock blockerPeter Levine
dev-cpp/gmock no longer exists in the gentoo tree or in any known overlay. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-19dev-cpp/gtest: Remove python2_7 from PYTHON_COMPATPeter Levine
Python 2.7 is deprecated and sunsetted Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-19dev-cpp/gtest: Add support for python3_{6,7,8,9}Peter Levine
Tested working with 3.6.10-r2, 3.7.7-r3, 3.8.3-r1, 3.9.0_beta2 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>