app-misc/vzstats: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2019-01-27 11:06:58 +01:00
parent 888d135faf
commit 1925488b49
3 changed files with 0 additions and 62 deletions

View File

@@ -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

View File

@@ -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
}

View File

@@ -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
}