summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp: Remove *-fbsd KEYWORDSMichał Górny2019-10-117-7/+7
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gtest: Fix tarball version schemePeter Levine2019-10-092-6/+8
| | | | | | | | | | | Upstream has changed tarball names from release-${PV}.tar.gz to v${PV}.tar.gz. To further complicate matters, the tarball for 1.10.0 is v1.10.x.tar.gz. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Peter Levine <plevine457@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13174 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-cpp/gtest: Version bump to 1.10.0Peter Levine2019-10-092-0/+78
| | | | | | | Closes: https://bugs.gentoo.org/696510 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-cpp/gtest: arm stable wrt bug #691198Mikle Kolyada2019-09-131-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-cpp/gtest: alpha stable wrt bug #691198Agostino Sarubbo2019-08-231-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: s390 stable wrt bug #691198Agostino Sarubbo2019-08-231-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: ppc64 stable wrt bug #691198Agostino Sarubbo2019-08-231-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-cpp/gtest: Remove gtest-1.7.0-r1Peter Levine2019-08-213-144/+0
| | | | | | | | | Outdated EAPI and no reverse dependencies Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Peter Levine <plevine457@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12751 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-cpp/gtest: Fix test failure on sparc64Peter Levine2019-08-214-17/+15
| | | | | | | | | | | | sparc64 exhibits the same usersandbox stack overflow bug and its stack can apparently grow upwards in memory. Revert back to allocating 10 pages of mapped memory for the offending call to clone(). Bug: https://bugs.gentoo.org/692464 Reported-by: Rolf Eike Beer <gentoo-bug@opensource.sf-tec.de> Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-cpp/gtest: stable 1.9.0_pre20190607 for hppa, bug #691198Sergei Trofimovich2019-08-191-1/+1
| | | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-cpp/gtest: stable 1.9.0_pre20190607 for ppc, bug #691198Sergei Trofimovich2019-08-181-1/+1
| | | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-cpp/gtest: stable 1.9.0_pre20190607 for ia64, bug #691198Sergei Trofimovich2019-08-181-1/+1
| | | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-cpp/gtest: stable 1.9.0_pre20190607 for sparc, bug #691198Rolf Eike Beer2019-08-181-1/+1
| | | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-cpp/gtest: arm64 stable (bug #691198)Aaron Bauman2019-08-161-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="arm64"
* dev-cpp/gtest: Stabilize 1.9.0_pre20190607 on amd64/x86 (bug #691198).Arfrever Frehtes Taifersar Arahesis2019-08-161-1/+1
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-cpp/gtest: Fix segfault in googletest-death-testPeter Levine2019-06-177-19/+20
| | | | | | | | | | | | | Fixes call to mmap to include MAP_GROWSDOWN flag for stack auto-resizing. Reported-by: tka <tka@kamph.org> Tested-by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Closes: https://bugs.gentoo.org/688162 Closes: https://github.com/gentoo/gentoo/pull/12271 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gtest: Update to 1.9.0_pre20190607Peter Levine2019-06-153-2/+87
| | | | | | | | | | | | | | | | Latest dev-libs/protobuf-3.8.0 is going to need the INSTANTIATE_TEST_SUITE_P macro which is defined in upstream master branch. Also, fixes for building with gcc-9 have been included upstream so this kills two bugs. Reported-by: Toralf Förster <toralf@gentoo.org> Closes: https://bugs.gentoo.org/687086 Reported-by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Tested-by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Closes: https://bugs.gentoo.org/687606 Closes: https://github.com/gentoo/gentoo/pull/12222 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gtest: Update patch for gtest-9999Peter Levine2019-06-152-1/+15
| | | | | | | | | Update the gtest-1.8.0-increase-clone-stack-size.patch for gtest-9999 to reflect upstream changes Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gtest: Don't apply patch to gtest-9999Peter Levine2019-06-151-1/+0
| | | | | | | | | Changes from gtest-9999-fix-gcc6-undefined-behavior.patch commited upstream with commit d850e144710e330070b756c009749dc7a7302301 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gtest: EAPI=7David Michael2019-06-042-3/+75
| | | | | | | | | This allows the cmake eclass to use BDEPEND, so the host cmake can be used without having to cross-compile it. Signed-off-by: David Michael <dm0@redhat.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Drop python3_4 from PYTHON_COMPATMichał Górny2019-04-162-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/11706 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gtest: ppc stable wrt bug #674354Aaron Bauman2019-03-271-1/+1
| | | | | | thanks to ernsteiswuerfel! Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-cpp/gtest: x86 stable (bug #674354)Thomas Deutschmann2019-03-281-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-cpp/gtest: amd64 stable wrt bug #674354Agostino Sarubbo2019-03-271-2/+2
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* 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