equal
deleted
inserted
replaced
|
1 # Copyright 1999-2015 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI="5" |
|
6 |
|
7 inherit cmake-utils |
|
8 |
|
9 DESCRIPTION="Programmable tool for verification, analysis and transformation of C++ source code" |
|
10 HOMEPAGE="http://bitbucket.org/verateam" |
|
11 LICENSE="Boost-1.0" |
|
12 SLOT="0" |
|
13 KEYWORDS="~amd64" |
|
14 IUSE="doc" |
|
15 SRC_URI="http://bitbucket.org/verateam/vera/downloads/${P}.tar.gz" |
|
16 |
|
17 DEPEND="${RDEPEND}" |
|
18 RDEPEND=" |
|
19 dev-lang/tcl |
|
20 dev-libs/boost |
|
21 doc? ( app-text/pandoc ) |
|
22 " |
|
23 MERGE_TYPE="source" |