blob: e793348c2867555a57b49949d7bdccf26a8fdd2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=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
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_=autotools 7d999b62b8749fad43fff00620cedf47 libtool f143db5a74ccd9ca28c1234deffede96 multilib 98584e405e2b0264d37e8f728327fed1 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=aec3368316c21b82673cb770a31945f2
|