summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-02 23:45:45 +0100
committerSam James <sam@gentoo.org>2022-07-02 23:45:45 +0100
commitb20943d9bd5c4818353fb2c13f6c20bc678de9a9 (patch)
tree62f5241667acc96bcb7155b5bb37cfb4814e0c8a /app-backup/vzdump
parentapp-backup/vzdump: update EAPI 6 -> 8 (diff)
downloadgentoo-b20943d9bd5c4818353fb2c13f6c20bc678de9a9.tar.gz
gentoo-b20943d9bd5c4818353fb2c13f6c20bc678de9a9.tar.bz2
gentoo-b20943d9bd5c4818353fb2c13f6c20bc678de9a9.zip
app-backup/vzdump: drop 1.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup/vzdump')
-rw-r--r--app-backup/vzdump/vzdump-1.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-backup/vzdump/vzdump-1.2.ebuild b/app-backup/vzdump/vzdump-1.2.ebuild
deleted file mode 100644
index e7b4d1b5be01..000000000000
--- a/app-backup/vzdump/vzdump-1.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit perl-functions
-
-DESCRIPTION="A utility to make consistent snapshots of running OpenVZ containers"
-HOMEPAGE="http://pve.proxmox.com/wiki/VZDump"
-SRC_URI="http://www.proxmox.com/cms_proxmox/cms/upload/vzdump/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl:="
-RDEPEND="${DEPEND}
- app-misc/cstream
- dev-perl/LockFile-Simple
- net-misc/rsync
- sys-cluster/vzctl
- sys-fs/lvm2
- virtual/mta
- virtual/perl-Getopt-Long"
-
-src_compile() {
- return
-}
-
-src_install() {
- emake PERLLIBDIR="$(perl_get_vendorlib)/PVE" DESTDIR="${D}" install
- einstalldocs
-}