# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Google C++ Mocking Framework" HOMEPAGE="http://code.google.com/p/googlemock" SRC_URI="http://googlemock.googlecode.com/files/gmock-${PV}.tar.bz2" LICENSE="google-code" SLOT="0" KEYWORDS="~x86" IUSE="test" RDEPEND="" DEPEND="" S="${WORKDIR}/gmock-${PV}"