# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit git-2 DESCRIPTION="OSM Protocol Buffers" HOMEPAGE="https://github.com/scrosby/OSM-binary" EGIT_REPO_URI="git://github.com/scrosby/OSM-binary.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="+protoc" DEPEND="protoc? ( dev-libs/protobuf )" RDEPEND="${DEPEND}" S="${WORKDIR}/${P}/src" EGIT_SOURCEDIR="${WORKDIR}/${P}"