# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.23.ebuild,v 1.1 2008/11/15 13:01:30 pva Exp $ inherit bash-completion eutils autotools DESCRIPTION="OpenVZ VE control utility" HOMEPAGE="http://openvz.org/" SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="bash-completion logrotate" RDEPEND="logrotate? ( app-admin/logrotate ) net-firewall/iptables sys-apps/ed sys-apps/iproute2 sys-fs/vzquota virtual/cron" DEPEND="${RDEPEND}" pkg_setup() { has_version "=openrc-0.3.0-r1 so upgrading openrc (if available) fixes this" ewarn "issue too." }