summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp/gtest: Version bump to 1.8.1Peter Levine2018-09-222-0/+75
| | | | | | | Reported-by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Closes: https://bugs.gentoo.org/665650 Closes: https://github.com/gentoo/gentoo/pull/9867 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Remove python3 supportPeter Levine2018-09-221-1/+1
| | | | | | | Tests currently fail with python3. Remove support pending https://github.com/google/googletest/pull/1839. Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Adjust dodoc syntaxPeter Levine2018-09-221-2/+2
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Remove -Werror flag from buildPeter Levine2018-09-221-1/+8
| | | | | | | Causes build failure E.g., https://github.com/google/googletest/issues/1584 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Reenable building shared librariesPeter Levine2018-09-221-5/+1
| | | | | | | The doublefree bug is fixed upstream with the merge of https://github.com/google/googletest/pull/1339 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Clean up cmake configure optionsPeter Levine2018-09-221-4/+0
| | | | | | | | | '-DBUILD_GTEST=ON' and '-DINSTALL_GMOCK=ON' aren't valid anymore (gtest will always be built and if gmock is built, it will be installed). `-Dgtest_build_samples` and '-Dgtest_disable_pthreads' don't depend on USE flags and have always defaulted to "OFF". Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Update gtest-9999-fix-gcc6-undefined-behavior.patchPeter Levine2018-09-224-11/+28
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: Don't use gtest-1.8.0-fix-doublefree.patchPeter Levine2018-09-221-1/+0
| | | | | | The patch that fixes Bug# 631698 has been commited upstream. Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-cpp/gtest: mark s390 stableMikle Kolyada2018-06-081-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-cpp/gtest: arm stable wrt bug #647118Mikle Kolyada2018-04-161-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-cpp/gtest-1.8.0-r1: arm64 stable (bug #647118)Mart Raudsepp2018-04-021-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-cpp/gtest-1.8.0-r1: hppa stable, bug 647118Matt Turner2018-03-201-1/+1
|
* dev-cpp/gtest: stable 1.8.0-r1 for ppc/ppc64, bug #647118Sergei Trofimovich2018-03-131-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* dev-cpp/gtest-1.8.0-r1: alpha stableTobias Klausmann2018-03-051-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/647118
* dev-cpp/gtest: stable 1.8.0-r1 for ia64, bug #647118Sergei Trofimovich2018-02-171-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-cpp/gtest: stable 1.8.0-r1 for sparc, bug #647118Rolf Eike Beer2018-02-171-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-cpp/gtest: x86 stable (bug #647118)Thomas Deutschmann2018-02-131-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-cpp/gtest: amd64 stableJason Zaman2018-02-131-1/+1
| | | | | Gentoo-bug: 647118 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-cpp/gtest: Fix double free errorPeter Levine2018-01-095-2/+169
| | | | | | Bug: https://bugs.gentoo.org/631698 Closes: https://github.com/gentoo/gentoo/pull/5605 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-cpp/gtest: Support install of extra docsPeter Levine2018-01-092-2/+16
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* dev-cpp/gtest: Fix test failure with sandboxPeter Levine2018-01-093-0/+16
| | | | | Bug: https://bugs.gentoo.org/629620 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: Update metadata.xmlPeter Levine2018-01-091-2/+1
| | | | | | Update metadata.xml to reflect gtest's move to github Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: merge live git ebuild w/releases & fix building w/latest gitMike Frysinger2018-01-041-6/+13
|
* dev-cpp/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-cpp/gtest: add maintainer to metadata.xml.Peter Levine2017-08-291-1/+8
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: remove superfluous call of elibtoolize.Peter Levine2017-08-291-1/+0
| | | | | Gentoo-Bug: https://bugs.gentoo.org/616428 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: version bump to 1.8.0.Peter Levine2017-08-293-0/+100
| | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=602218 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: update PYTHON_COMPAT.Peter Levine2017-08-291-1/+1
| | | | | | | All tests pass and build succeeds now with python-2.7 python3.{4,5,6}, and pypy. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: remove RESTRICT=test.Peter Levine2017-08-291-4/+0
| | | | | | | Building with FEATURES="test sandbox userpriv usersandbox", all tests pass without causing any sandbox violations. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: Change SRC_URI from Google Code to GitHubPeter Levine2017-08-292-4/+3
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/618328 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5491
* dev-cpp/gtest: Add live ebuildDavid Seifert2017-08-183-0/+104
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-cpp/gtest: mark arm64 stable to catchup with other archesAlexis Ballier2017-07-101-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-cpp/gtest: remove 1.7.0-r0Michael Palimaka2017-06-111-51/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-cpp/gtest: ia64 stable wrt bug #614916Agostino Sarubbo2017-06-101-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: arm stable, bug #614916Markus Meier2017-05-061-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-cpp/gtest: ppc64 stable wrt bug #614916Agostino Sarubbo2017-04-301-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: ppc stable wrt bug #614916Agostino Sarubbo2017-04-291-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: sparc stable wrt bug #614916Agostino Sarubbo2017-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest-1.7.0-r1: add alpha keywordTobias Klausmann2017-04-221-1/+1
| | | | Gentoo-Bug: 614916
* dev-cpp/gtest: x86 stable wrt bug #614916Agostino Sarubbo2017-04-171-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: Stable for HPPA (bug #614916).Jeroen Roovers2017-04-081-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* dev-cpp/gtest: amd64 stable wrt bug #614916Agostino Sarubbo2017-04-071-2/+2
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Cleanup maintainer bug #326093Amy Liffey2017-04-071-4/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-cpp/gtest: Drop oldPacho Ramos2016-10-184-183/+0
| | | | Package-Manager: portage-2.3.1
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* dev-cpp/gtest: Try to fix cross-compile (bug 566876)Thomas Kahle2015-12-221-0/+53
| | | | Package-Manager: portage-2.2.24
* ADd missing remote-id entriesJustin Lecher2015-09-071-2/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-cpp/gtest: Fixing HOMEPAGE move due to code.google.com shutdownTobias Klausmann2015-09-014-4/+4
| | | | Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720