# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit multilib eutils python-single-r1 bash-completion-r1 elisp-common autotools MY_P="${P/_/-}" DESCRIPTION="Program matching and transformation engine" HOMEPAGE="http://coccinelle.lip6.fr/" SRC_URI="http://coccinelle.lip6.fr/distrib/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # ocaml enables ocaml scripting (uses findlib) CDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] dev-ml/sexplib:=[ocamlopt?] dev-ml/menhir:=[ocamlopt?] || ( dev-ml/camlp4:=[ocamlopt?]