Files
@ f4a642ed1f62
Branch filter:
Location: portage-overlay.git/app-backup/vzdump/vzdump-1.2_p16.ebuild - annotation
f4a642ed1f62
868 B
application/vnd.gentoo.ebuild
Merge branch 'master' of pubgit.rpgfiction.net:portage-overlay
3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 3d8228355825 | # Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/vzdump/vzdump-1.2.ebuild,v 1.2 2009/12/16 20:09:18 bangert Exp $
EAPI="2"
DESCRIPTION="A utility to make consistent snapshots of running OpenVZ containers."
HOMEPAGE="http://www.proxmox.com/cms_proxmox/en/virtualization/openvz/vzdump/"
SRC_URI="http://download.proxmox.com/debian/dists/lenny/pve/binary-amd64/vzdump_1.2-16_all.deb"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/LockFile-Simple
virtual/perl-Getopt-Long
sys-cluster/vzctl
net-misc/rsync
app-misc/cstream
virtual/mta
sys-fs/lvm2"
src_install() {
cp -pPR * "${D}"/ || die
}
src_unpack() {
unpack ${A}
unpack ./data.tar.gz
rm -f control.tar.gz data.tar.gz debian-binary
}
|