* [gentoo-commits] repo/gentoo:master commit in: app-misc/vzstats/
@ 2019-01-27 10:15 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2019-01-27 10:15 UTC (permalink / raw
To: gentoo-commits
commit: 1925488b49ba88ce0fc2882bca22d345cde5d6ff
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 10:06:58 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 10:15:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1925488b
app-misc/vzstats: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-misc/vzstats/Manifest | 2 --
app-misc/vzstats/vzstats-0.3.2.ebuild | 30 ------------------------------
app-misc/vzstats/vzstats-0.4.ebuild | 30 ------------------------------
3 files changed, 62 deletions(-)
diff --git a/app-misc/vzstats/Manifest b/app-misc/vzstats/Manifest
index 49db48170be..bb6b2c25723 100644
--- a/app-misc/vzstats/Manifest
+++ b/app-misc/vzstats/Manifest
@@ -1,3 +1 @@
-DIST vzstats-0.3.2.tar.bz2 11560 BLAKE2B 88945e19719fdb1d20a5ebcb18bb1b597eae9f8ab22dfa20c28d38a572ba287fbf9ba295bc892611a63a9a02e4b08531ad764ee732ed324ba0001365337dad55 SHA512 43d7a16ff2f051c94faa00e99d6d77d34707026319c34b61e2354fb2916e06af43b73c4476d1ee98c195b43e6e8bc540d0cb09d4345286682c830cea87abff59
-DIST vzstats-0.4.tar.bz2 12187 BLAKE2B b21fa70135438cd3b33c80aeca3777226f8d6d5724cb2a8f948905aa43fe4ed8e6ed30a72bc81801a1f64209f13c1afbca45ae0e6f1193c49c1e31b1e4671e52 SHA512 6d9885ce7f5dac3d50afc5583da8f84524ba6600c1587b8df75c12c9f09a273e91482cdd52cef41773c76c8b0d1a8b957ac9f0ecb9125a81e8021e332ab237f7
DIST vzstats-0.5.1.tar.bz2 17548 BLAKE2B 91e431ef2fae5f63fe544b9ffe87e0bcc4d53be3e38eb5e261ba4ef00ce56a7a6118ef213837f48050e2d291fb9ae8576e2aa24c1df0425ba758866f00b64d84 SHA512 ea58ba065fda6f1e1bebcdd273e231d1da46934d0c5217e1acc0a3ecb2ce5738975d3155939c6f74ba407796ae94af4ba405efdb0c808e9bbbbded48285a6663
diff --git a/app-misc/vzstats/vzstats-0.3.2.ebuild b/app-misc/vzstats/vzstats-0.3.2.ebuild
deleted file mode 100644
index b4f566ccc48..00000000000
--- a/app-misc/vzstats/vzstats-0.3.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1
-
-DESCRIPTION="OpenVZ stats collection daemon"
-HOMEPAGE="http://stats.openvz.org"
-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]
- app-portage/gentoolkit
- sys-cluster/vzctl
- "
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake install install-cronjob DESTDIR="${D}"
- dodoc README
- newbashcomp bash_completion.sh vzstats
-}
diff --git a/app-misc/vzstats/vzstats-0.4.ebuild b/app-misc/vzstats/vzstats-0.4.ebuild
deleted file mode 100644
index b4f566ccc48..00000000000
--- a/app-misc/vzstats/vzstats-0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1
-
-DESCRIPTION="OpenVZ stats collection daemon"
-HOMEPAGE="http://stats.openvz.org"
-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]
- app-portage/gentoolkit
- sys-cluster/vzctl
- "
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake install install-cronjob DESTDIR="${D}"
- dodoc README
- newbashcomp bash_completion.sh vzstats
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/vzstats/
@ 2021-04-19 5:03 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-19 5:03 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-19 5:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-27 10:15 [gentoo-commits] repo/gentoo:master commit in: app-misc/vzstats/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2021-04-19 5:03 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox