summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp/gtest: drop 1.11.0Peter Levine2023-09-043-92/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/32177 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-cpp/gtest: add 1.14.0Peter Levine2023-09-042-0/+73
| | | | | Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-cpp/gtest: enable py3.12Peter Levine2023-09-041-1/+1
| | | | | | | Tests run fine with dev-lang/python-3.12.0_beta4_p2:3.12::gentoo. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-cpp/gtest: no need to remove -WerrorPeter Levine2023-09-041-7/+0
| | | | | | | The offending instances of -Werror were removed so no need to `sed`. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-cpp/gtest: pass -DPython3_EXECUTABLE only if USE=testPeter Levine2023-09-041-1/+2
| | | | | | | | | | | Switch -DPYTHON_EXECUTABLE to the more modern CMAKE -DPython3_EXECUTABLE. And consistent with other conditional constructs, eg. "use test && python-any-r1_pkg_setup", only pass -DPython3_EXECUTABLE if USE=test. Closes: https://bugs.gentoo.org/911476 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-253-3/+3
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-253-3/+3
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-243-3/+3
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-cpp/gtest: Stabilize 1.13.0 hppa, #904582Arthur Zamarin2023-04-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.13.0 arm, #904582Arthur Zamarin2023-04-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.13.0 x86, #904582Joonas Niilola2023-04-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-cpp/gtest: Stabilize 1.13.0 amd64, #904582Sam James2023-04-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.13.0 ppc64, #904582Sam James2023-04-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.13.0 ppc, #904582Sam James2023-04-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.13.0 sparc, #904582Sam James2023-04-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: Stabilize 1.13.0 arm64, #904582Sam James2023-04-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: drop 1.12.1Peter Levine2023-02-042-79/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/29187 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-cpp/gtest: add 1.13.0Peter Levine2023-02-042-0/+79
| | | | | Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-cpp/gtest: change the URI download naming patternPeter Levine2023-02-041-2/+2
| | | | | | | Now using the generic github v${PV}.tar.gz naming scheme. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-cpp/gtest: disable googletest-port-testPeter Levine2023-02-041-1/+1
| | | | | | | | Apparently usersandbox messes with the expected number of spawned threads. Disable for now. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-143-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* 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>