radhermit 15/05/16 19:13:03 Modified: ChangeLog Added: cpputest-3.7.2.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.4 dev-util/cpputest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpputest/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpputest/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpputest/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cpputest/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 13 May 2015 09:37:03 -0000 1.3 +++ ChangeLog 16 May 2015 19:13:03 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cpputest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cpputest/ChangeLog,v 1.3 2015/05/13 09:37:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cpputest/ChangeLog,v 1.4 2015/05/16 19:13:03 radhermit Exp $ + +*cpputest-3.7.2 (16 May 2015) + + 16 May 2015; Tim Harder <[email protected]> +cpputest-3.7.2.ebuild: + Version bump. 13 May 2015; Agostino Sarubbo <[email protected]> cpputest-3.6.ebuild: Stable for x86, wrt bug #545256 1.1 dev-util/cpputest/cpputest-3.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpputest/cpputest-3.7.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpputest/cpputest-3.7.2.ebuild?rev=1.1&content-type=text/plain Index: cpputest-3.7.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/cpputest/cpputest-3.7.2.ebuild,v 1.1 2015/05/16 19:13:03 radhermit Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="unit testing and mocking framework for C/C++" HOMEPAGE="http://cpputest.github.io/ https://github.com/cpputest/cpputest" SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND=" test? ( dev-cpp/gmock dev-cpp/gtest ) " DOCS=( AUTHORS README.md README_CppUTest_for_C.txt )
