Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/vzctl/
Date: Mon, 07 Jun 2021 08:33:36
Message-Id: 1623054802.fff6eb8296c940d6b82ab91e7e31099762399cb6.juippis@gentoo
1 commit: fff6eb8296c940d6b82ab91e7e31099762399cb6
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat May 8 17:20:08 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 7 08:33:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff6eb82
7
8 sys-cluster/vzctl: remove unused eclass, use HTTPS, fix LICENSE
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 sys-cluster/vzctl/vzctl-4.9.4.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-cluster/vzctl/vzctl-4.9.4.ebuild b/sys-cluster/vzctl/vzctl-4.9.4.ebuild
18 index 7c9536d7182..c81f292bc9d 100644
19 --- a/sys-cluster/vzctl/vzctl-4.9.4.ebuild
20 +++ b/sys-cluster/vzctl/vzctl-4.9.4.ebuild
21 @@ -3,13 +3,13 @@
22
23 EAPI=7
24
25 -inherit bash-completion-r1 toolchain-funcs optfeature udev
26 +inherit bash-completion-r1 optfeature udev
27
28 DESCRIPTION="OpenVZ ConTainers control utility"
29 -HOMEPAGE="http://openvz.org/"
30 -SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
31 +HOMEPAGE="https://openvz.org/"
32 +SRC_URI="https://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
33
34 -LICENSE="GPL-2"
35 +LICENSE="GPL-2+"
36 SLOT="0"
37 KEYWORDS="amd64 ~ppc64 x86"
38 IUSE="+ploop +vzmigrate"