# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit eutils cmake-utils DESCRIPTION="A programmable tool for verification, analysis and transformation of C++ source code" HOMEPAGE="https://bitbucket.org/verateam/vera/wiki/Home" SRC_URI="https://bitbucket.org/verateam/vera/downloads/${P}.tar.gz" KEYWORDS="~amd64" LICENSE="Boost-1.0" SLOT="0" DEPEND=" dev-lang/tcl dev-lang/tk dev-libs/boost" RDEPEND="${DEPEND}"