# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.1.ebuild,v 1.13 2014/01/19 19:38:15 ago Exp $ EAPI=5 inherit eutils DESCRIPTION="Gentoo Network Interface Management Scripts" HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/gentoo-oldnet.git" inherit git-2 else SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" SLOT="0" IUSE="" DEPEND="" RDEPEND=">=sys-apps/openrc-0.12 !