# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/jsoncpp-0.5.0.ebuild,v 1.5 2013/02/25 21:05:18 phajdan.jr Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit multilib toolchain-funcs python-any-r1 MY_P="${PN}-src-${PV}" DESCRIPTION="C++ JSON reader and writer" HOMEPAGE="http://jsoncpp.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="doc" DEPEND=" doc? ( app-doc/doxygen ${PYTHON_DEPS} )" RDEPEND="!