blob: 9342784c16395f28ffebc2cbff66cb18d2aaa994 (
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 e867df3870e8ff04a5b94f925be8b06a multilib f8d35c2432bb32c4f1e779c4287b31ec libtool f143db5a74ccd9ca28c1234deffede96 autotools 9e63f92c2a5d867fea55ecb160c7d354
_md5_=e68f3e75f491e56d77a45a86f8c30d81
|