# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit toolchain-funcs qt4-r2 flag-o-matic DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight" HOMEPAGE="http://www.andre-simon.de/" SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="examples qt4" RDEPEND="dev-lang/lua qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )" DEPEND="${RDEPEND} dev-libs/boost virtual/pkgconfig" src_prepare() { sed -i "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \ src/core/datadir.cpp || die if has_version '