public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/vzdump/
Date: Thu, 28 Dec 2017 15:07:41 +0000 (UTC)	[thread overview]
Message-ID: <1514473638.0e161febc73b6a3713f76fd64f0584cb7fa1ebfe.soap@gentoo> (raw)

commit:     0e161febc73b6a3713f76fd64f0584cb7fa1ebfe
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 14:54:31 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 15:07:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e161feb

app-backup/vzdump: Port to EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-backup/vzdump/metadata.xml      | 16 ++++++++--------
 app-backup/vzdump/vzdump-1.2.ebuild | 25 +++++++++++++------------
 2 files changed, 21 insertions(+), 20 deletions(-)

diff --git a/app-backup/vzdump/metadata.xml b/app-backup/vzdump/metadata.xml
index 1c2b9403b15..da366eec9b7 100644
--- a/app-backup/vzdump/metadata.xml
+++ b/app-backup/vzdump/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">
-vzdump is a utility to make consistent snapshots of running OpenVZ VEs. It basically creates a tar archive of the VE private area, which also includes the VE configuration files.
-There are several ways to provide consistency:
- - stop the VE during backup (very long downtime) 
- - use rsync and suspend/resume (minimal downtime) 
- - use LVM2 (no downtime)
-</longdescription>
+	<!-- maintainer-needed -->
+	<longdescription lang="en">
+		vzdump is a utility to make consistent snapshots of running OpenVZ VEs. It basically creates a tar archive of the VE private area, which also includes the VE configuration files.
+		There are several ways to provide consistency:
+		- stop the VE during backup (very long downtime)
+		- use rsync and suspend/resume (minimal downtime)
+		- use LVM2 (no downtime)
+	</longdescription>
 </pkgmetadata>

diff --git a/app-backup/vzdump/vzdump-1.2.ebuild b/app-backup/vzdump/vzdump-1.2.ebuild
index eb385bda069..7027a1cd9fe 100644
--- a/app-backup/vzdump/vzdump-1.2.ebuild
+++ b/app-backup/vzdump/vzdump-1.2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
+
+inherit perl-functions
 
 DESCRIPTION="A utility to make consistent snapshots of running OpenVZ containers"
 HOMEPAGE="http://pve.proxmox.com/wiki/VZDump"
@@ -12,22 +14,21 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE=""
 
-RDEPEND="dev-lang/perl
+DEPEND="dev-lang/perl:="
+RDEPEND="${DEPEND}
+	app-misc/cstream
 	dev-perl/LockFile-Simple
-	virtual/perl-Getopt-Long
-	sys-cluster/vzctl
 	net-misc/rsync
-	app-misc/cstream
+	sys-cluster/vzctl
+	sys-fs/lvm2
 	virtual/mta
-	sys-fs/lvm2"
+	virtual/perl-Getopt-Long"
 
 src_compile() {
-	:;
+	return
 }
 
 src_install() {
-	local installvendorlib
-	eval "$(perl -V:installvendorlib )"
-	make PERLLIBDIR="${installvendorlib}/PVE" DESTDIR="${D}" install || die "make install failed"
-	dodoc ChangeLog TODO
+	emake PERLLIBDIR="$(perl_get_vendorlib)/PVE" DESTDIR="${D}" install
+	einstalldocs
 }


             reply	other threads:[~2017-12-28 15:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-28 15:07 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-02 22:46 [gentoo-commits] repo/gentoo:master commit in: app-backup/vzdump/ Sam James
2016-08-06  9:39 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1514473638.0e161febc73b6a3713f76fd64f0584cb7fa1ebfe.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox