Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 579184 Details for
Bug 687606
dev-cpp/gtest-1.9.0_pre*: New snapshot needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gtest-1.9.0_pre20190607170818.ebuild
gtest-1.9.0_pre20190607170818.ebuild (text/plain), 1.81 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2019-06-08 01:01:59 UTC
(
hide
)
Description:
gtest-1.9.0_pre20190607170818.ebuild
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2019-06-08 01:01:59 UTC
Size:
1.81 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > ># Python is required for tests and some build tasks. >PYTHON_COMPAT=( python2_7 pypy ) > >inherit cmake-multilib python-any-r1 > >if [[ ${PV} == "9999" ]]; then > inherit git-r3 > EGIT_REPO_URI="https://github.com/google/googletest" >elif [[ ${PV} == *_pre* ]]; then > GOOGLETEST_REVISION="da10da05c262af0a9e8fa91789a272a3dec67655" > SRC_URI="https://github.com/google/googletest/archive/${GOOGLETEST_REVISION}.tar.gz -> ${P}.tar.gz" > S="${WORKDIR}"/googletest-${GOOGLETEST_REVISION} >else > SRC_URI="https://github.com/google/googletest/archive/release-${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" > S="${WORKDIR}"/googletest-release-${PV} >fi > >DESCRIPTION="Google C++ Testing Framework" >HOMEPAGE="https://github.com/google/googletest" > >LICENSE="BSD" >SLOT="0" >IUSE="doc examples test" > >DEPEND="test? ( ${PYTHON_DEPS} )" >RDEPEND="!dev-cpp/gmock" > >PATCHES=( > "${FILESDIR}"/${PN}-1.9.0-increase-clone-stack-size.patch >) > >pkg_setup() { > use test && python-any-r1_pkg_setup >} > >src_prepare() { > cmake-utils_src_prepare > > sed -i -e '/set(cxx_base_flags /s:-Werror::' \ > googletest/cmake/internal_utils.cmake || die "sed failed!" >} > >multilib_src_configure() { > local mycmakeargs=( > -DBUILD_GMOCK=ON > -DINSTALL_GTEST=ON > > # tests > -Dgmock_build_tests=$(usex test) > -Dgtest_build_tests=$(usex test) > -DPYTHON_EXECUTABLE="${PYTHON}" > ) > cmake-utils_src_configure >} > >multilib_src_install_all() { > einstalldocs > > if use doc; then > docinto googletest > dodoc -r googletest/docs/. > docinto googlemock > dodoc -r googlemock/docs/. > fi > > if use examples; then > docinto examples > dodoc googletest/samples/*.{cc,h} > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 687606
:
579184
|
579186
|
579188