public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/vzstats/
Date: Mon, 19 Apr 2021 05:03:22 +0000 (UTC)	[thread overview]
Message-ID: <1618808572.35ad94b81c7d052b906c7ad5049ecf150c4abaa1.sam@gentoo> (raw)

commit:     35ad94b81c7d052b906c7ad5049ecf150c4abaa1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 04:56:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 05:02:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad94b8

app-misc/vzstats: port to EAPI 7, fix Prefix install

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/vzstats/vzstats-0.5.1.ebuild | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-misc/vzstats/vzstats-0.5.1.ebuild b/app-misc/vzstats/vzstats-0.5.1.ebuild
index b4f566ccc48..2d1ab2058c4 100644
--- a/app-misc/vzstats/vzstats-0.5.1.ebuild
+++ b/app-misc/vzstats/vzstats-0.5.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit bash-completion-r1
 
@@ -12,19 +12,17 @@ SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="
-	virtual/cron
-	sys-process/cronbase
-	net-misc/curl[ssl]
+DEPEND="sys-process/cronbase"
+RDEPEND="
+	${DEPEND}
 	app-portage/gentoolkit
+	net-misc/curl[ssl]
 	sys-cluster/vzctl
-	"
-RDEPEND="${DEPEND}"
+"
 
 src_install() {
-	emake install install-cronjob DESTDIR="${D}"
+	emake install install-cronjob DESTDIR="${ED}"
 	dodoc README
 	newbashcomp bash_completion.sh vzstats
 }


             reply	other threads:[~2021-04-19  5:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19  5:03 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-01-27 10:15 [gentoo-commits] repo/gentoo:master commit in: app-misc/vzstats/ 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=1618808572.35ad94b81c7d052b906c7ad5049ecf150c4abaa1.sam@gentoo \
    --to=sam@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