blob: 418f5432dcb5eed93f52b9e1f5e66f9a8f70f6de (
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 3ec5e49b810b2571ca9c6d76f55867bb libtool f143db5a74ccd9ca28c1234deffede96 multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 1a94dc06d324bd0dab754e11abe6d27e
_md5_=e68f3e75f491e56d77a45a86f8c30d81
|