# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ploop-1.11.ebuild,v 1.3 2014/07/27 15:29:15 zlogene Exp $ EAPI=5 inherit eutils toolchain-funcs multilib systemd DESCRIPTION="openvz tool and a library to control ploop block devices" HOMEPAGE="http://wiki.openvz.org/Download/ploop" SRC_URI="http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="debug static-libs" DEPEND=" dev-libs/libxml2 virtual/pkgconfig " RDEPEND="dev-libs/libxml2 != 2.6.32-042stab79.5 and vzctl-4.5 ot above" elog "2. DiskDescriptor.xml created by older ploop versions will be converted to new format" elog "3. If you have use --diskquota parameter on gentoo CT, please install sys-fs/quota on CT. " elog "[3] is gentoo specific messages (due to stage3 not contain quota tools) " elog "" elog "" elog "If you use OpenRC init system, please add tmpfiles.setup service in boot runlevel" elog "Otherwise, openvz container won't work properly!" }