From a5332b59346f7cbf0fdbd148b54aa8a84aaf8190 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 10 Nov 2017 00:43:02 +0000 Subject: gentoo resync : 10.11.2017 --- dev-cpp/catch/catch-9999.ebuild | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'dev-cpp/catch/catch-9999.ebuild') diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild index 5ca782d46a21..5a244d42728d 100644 --- a/dev-cpp/catch/catch-9999.ebuild +++ b/dev-cpp/catch/catch-9999.ebuild @@ -4,7 +4,6 @@ EAPI=6 EGIT_REPO_URI="https://github.com/philsquared/Catch.git" -EGIT_BRANCH=catch2 inherit cmake-utils git-r3 DESCRIPTION="Modern C++ header-only framework for unit-tests" @@ -14,21 +13,16 @@ SRC_URI="" LICENSE="Boost-1.0" SLOT="0" KEYWORDS="" -IUSE="" +IUSE="test" -# CMake is only used to build & run tests, so override phases -src_configure() { :; } -src_compile() { :; } - -src_test() { +src_configure() { + local mycmakeargs=( + -DNO_SELFTEST=$(usex !test) + ) cmake-utils_src_configure - cmake-utils_src_compile - cmake-utils_src_test } src_install() { - # same location as used in fedora - insinto /usr/include/catch - doins -r include/. + cmake-utils_src_install dodoc -r docs/. } -- cgit v1.2.3