# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 if [ "${PV}" = "9999" ]; then inherit git-2 EGIT_REPO_URI="https://github.com/3rdparty/${PN}.git" KEYWORDS="~amd64" else inherit vcs-snapshot SRC_URI="https://github.com/3rdparty/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="A C++ library for building sturdy software." HOMEPAGE="https://github.com/3rdparty/stout" LICENSE="Apache-2.0" SLOT="0" IUSE="" DEPEND="dev-libs/boost dev-libs/protobuf" src_install() { cd include/ doheader -r stout }