diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-05-08 19:20:08 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-07 11:33:22 +0300 |
commit | fff6eb8296c940d6b82ab91e7e31099762399cb6 (patch) | |
tree | 799c0e1112a497144d3eaf7149b69f29c887e68d /sys-cluster/vzctl | |
parent | net-irc/epic5: remove unused eclass (diff) | |
download | gentoo-fff6eb8296c940d6b82ab91e7e31099762399cb6.tar.gz gentoo-fff6eb8296c940d6b82ab91e7e31099762399cb6.tar.bz2 gentoo-fff6eb8296c940d6b82ab91e7e31099762399cb6.zip |
sys-cluster/vzctl: remove unused eclass, use HTTPS, fix LICENSE
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-cluster/vzctl')
-rw-r--r-- | sys-cluster/vzctl/vzctl-4.9.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/vzctl/vzctl-4.9.4.ebuild b/sys-cluster/vzctl/vzctl-4.9.4.ebuild index 7c9536d71828..c81f292bc9d1 100644 --- a/sys-cluster/vzctl/vzctl-4.9.4.ebuild +++ b/sys-cluster/vzctl/vzctl-4.9.4.ebuild @@ -3,13 +3,13 @@ EAPI=7 -inherit bash-completion-r1 toolchain-funcs optfeature udev +inherit bash-completion-r1 optfeature udev DESCRIPTION="OpenVZ ConTainers control utility" -HOMEPAGE="http://openvz.org/" -SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2" +HOMEPAGE="https://openvz.org/" +SRC_URI="https://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc64 x86" IUSE="+ploop +vzmigrate" |