summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* dev-cpp/gtest: Update the increase-clone-stack-size patch for livePeter Levine2020-07-192-1/+14
| | | | | | 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>
* Revert "profiles/riscv: mask tests on protobuf"Ben Kohler2020-05-157-7/+7
| | | | | | This reverts commit 87d6564b45a72bfaf7b64aa82490dbaf5245dd5a. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* profiles/riscv: mask tests on protobufMikle Kolyada2020-05-167-7/+7
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-032-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-267-7/+7
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-cpp/gtest: Remove py2 where possibleMichał Górny2020-02-102-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-252-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>