blob: 28393b58b10f7e40f5d3a8bbe25e5c65d387a703 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.2-r1:1.16 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=prepare
DEPEND=test? ( >=dev-cpp/gtest-1.8.0 )
DESCRIPTION=Unit testing and mocking framework for C/C++
EAPI=7
HOMEPAGE=https://cpputest.github.io/ https://github.com/cpputest/cpputest
INHERIT=autotools
IUSE=test
KEYWORDS=amd64 arm arm64 ppc ppc64 x86
LICENSE=BSD
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/cpputest/cpputest/releases/download/v4.0/cpputest-4.0.tar.gz
_eclasses_=gnuconfig 9f91b4b0c84e734a87492d4293f03de5 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib ebdbaed22e873a5abe6205f41349b479 libtool f143db5a74ccd9ca28c1234deffede96 autotools 9e63f92c2a5d867fea55ecb160c7d354
_md5_=e68f3e75f491e56d77a45a86f8c30d81
|