summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp/gtest: fix test failure with clangPeter Levine2022-11-231-1/+1
| | | | | | | | | | 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>
* dev-cpp/gtest: add 1.12.1Peter Levine2022-11-232-0/+79
| | | | | | Closes: https://bugs.gentoo.org/881845 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: exclude tests that fail due to usersandboxPeter Levine2022-11-231-4/+5
| | | | | | | | | | | | 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>
* dev-cpp/gtest: enable py3.11Peter Levine2022-11-231-1/+1
| | | | | | | Tested, working with python-3.11.0_p2. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: add loong keyword to 9999Peter Levine2022-11-231-1/+1
| | | | | | | 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>
* */*: Drop CMAKE_ECLASS meta var superfluous in EAPI-8Andreas Sturmlechner2022-08-152-3/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-cpp/gtest: keyword 1.11.0 for ~loongWANG Xuerui2022-05-041-2/+2
| | | | | | Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-cpp/gtest: fix testcase failure with muslPeter Levine2022-04-181-1/+2
| | | | | | | | | | | | 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>
* dev-cpp/gtest: remove redundant ebuildPeter Levine2022-04-182-81/+0
| | | | | | 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>
* dev-cpp/gtest: update old docs linkMike Frysinger2022-03-151-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dev-cpp/gtest: stable 1.11.0 for hppa, bug #828338Rolf Eike Beer2021-12-071-1/+1
| | | | | | | 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>
* dev-cpp/gtest: x86 stable wrt bug #828338Agostino Sarubbo2021-12-071-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: Stabilize 1.11.0 arm, #828338Sam James2021-12-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.11.0 arm64, #828338Sam James2021-12-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.11.0 ppc64, #828338Sam James2021-12-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.11.0 ppc, #828338Sam James2021-12-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.11.0 amd64, #828338Sam James2021-12-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.11.0 sparc, #828338Arthur Zamarin2021-12-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-cpp/gtest: bump 1.11.0Peter Levine2021-10-122-0/+79
| | | | | | | 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>
* dev-cpp/gtest: change docs locationPeter Levine2021-10-121-6/+4
| | | | | | | | | | 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>
* dev-cpp/gtest: add new keywordsPeter Levine2021-10-121-1/+1
| | | | | | | | | 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>
* dev-cpp/gtest: change github SRC_URI locationPeter Levine2021-10-121-4/+6
| | | | | | | | 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>
* dev-cpp/gtest: bump EAPI to 8Peter Levine2021-10-121-1/+1
| | | | | | 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>
* dev-cpp/gtest: enable py3.10Arthur Zamarin2021-10-042-3/+3
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-cpp/gtest: add ~riscv keywordYe Cao2021-06-291-1/+1
| | | | | | 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>
* dev-cpp/gtest: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | 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>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | 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>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gtest: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-cpp/gtest: stable 1.10.0_p20200702 for s390Sam James2020-12-131-1/+1
| | | | | | | | 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>
* dev-cpp/gtest: Remove oldMichał Górny2020-10-093-94/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gtest: amd64 stable wrt bug #735268Agostino Sarubbo2020-09-201-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: stable 1.10.0_p20200702 for ppc64Sergei Trofimovich2020-09-071-1/+1
| | | | | | | | 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>
* dev-cpp/gtest: stable 1.10.0_p20200702 for ppcSergei Trofimovich2020-09-071-1/+1
| | | | | | | | 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>
* dev-cpp/gtest: stable 1.10.0_p20200702 for hppaSergei Trofimovich2020-08-151-1/+1
| | | | | | | | 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>
* dev-cpp/gtest: x86 stable wrt bug #735268Agostino Sarubbo2020-08-111-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: sparc stable wrt bug #735268Agostino Sarubbo2020-08-111-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: arm stable wrt bug #735268Agostino Sarubbo2020-08-111-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: Stabilize 1.10.0_p20200702 arm64, #735268Sam James2020-08-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: marked ~x64-solarisFabian Groffen2020-08-041-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-cpp/gtest-1.10.0_p20200702: marked ~*-macos, ~*-solarisFabian Groffen2020-08-041-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-cpp/gtest: fix ExecutableFile CI issueJoonas Niilola2020-07-192-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-cpp/gtest: Remove older versionsPeter Levine2020-07-1912-578/+0
| | | | | | | | | 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>
* dev-cpp/gtest: Bump gtest-1.10.0_p20200702Peter Levine2020-07-192-0/+81
| | | | | | | | | | 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>
* dev-cpp/gtest: Move PYTHON_DEPS to BDEPENDPeter Levine2020-07-191-1/+1
| | | | | | | | 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>
* dev-cpp/gtest: Remove dev-cpp/gmock blockerPeter Levine2020-07-191-1/+0
| | | | | | | | | 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>
* dev-cpp/gtest: Remove python2_7 from PYTHON_COMPATPeter Levine2020-07-191-1/+1
| | | | | | | | 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>
* dev-cpp/gtest: Add support for python3_{6,7,8,9}Peter Levine2020-07-191-1/+1
| | | | | | | | 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>