Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/vzdump/
Date: Sat, 02 Jul 2022 22:46:03
Message-Id: 1656801945.b20943d9bd5c4818353fb2c13f6c20bc678de9a9.sam@gentoo
1 commit: b20943d9bd5c4818353fb2c13f6c20bc678de9a9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 22:45:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 22:45:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20943d9
7
8 app-backup/vzdump: drop 1.2
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-backup/vzdump/vzdump-1.2.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/app-backup/vzdump/vzdump-1.2.ebuild b/app-backup/vzdump/vzdump-1.2.ebuild
16 deleted file mode 100644
17 index e7b4d1b5be01..000000000000
18 --- a/app-backup/vzdump/vzdump-1.2.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit perl-functions
27 -
28 -DESCRIPTION="A utility to make consistent snapshots of running OpenVZ containers"
29 -HOMEPAGE="http://pve.proxmox.com/wiki/VZDump"
30 -SRC_URI="http://www.proxmox.com/cms_proxmox/cms/upload/vzdump/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -DEPEND="dev-lang/perl:="
38 -RDEPEND="${DEPEND}
39 - app-misc/cstream
40 - dev-perl/LockFile-Simple
41 - net-misc/rsync
42 - sys-cluster/vzctl
43 - sys-fs/lvm2
44 - virtual/mta
45 - virtual/perl-Getopt-Long"
46 -
47 -src_compile() {
48 - return
49 -}
50 -
51 -src_install() {
52 - emake PERLLIBDIR="$(perl_get_vendorlib)/PVE" DESTDIR="${D}" install
53 - einstalldocs
54 -}