# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit git-r3 DESCRIPTION="Wrapper to simplify ip netns exec usage" HOMEPAGE="https://github.com/lucianposton/netns" EGIT_REPO_URI="https://github.com/lucianposton/netns.git" EGIT_COMMIT="v${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND=" app-admin/sudo " RDEPEND="${DEPEND}" src_compile() { : } src_install() { dobin "netns" }