From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B73A21382C5 for ; Mon, 7 Jun 2021 08:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0875AE088C; Mon, 7 Jun 2021 08:33:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E16BDE0887 for ; Mon, 7 Jun 2021 08:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8915340D79 for ; Mon, 7 Jun 2021 08:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB1417AD for ; Mon, 7 Jun 2021 08:33:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1623054802.fff6eb8296c940d6b82ab91e7e31099762399cb6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/vzctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/vzctl/vzctl-4.9.4.ebuild X-VCS-Directories: sys-cluster/vzctl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: fff6eb8296c940d6b82ab91e7e31099762399cb6 X-VCS-Branch: master Date: Mon, 7 Jun 2021 08:33:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b95c6b1-b1de-4c3a-b2ec-1968b5f97ce5 X-Archives-Hash: e9e265c8aef5f34e7f5107a106bd44b1 commit: fff6eb8296c940d6b82ab91e7e31099762399cb6 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat May 8 17:20:08 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 7 08:33:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff6eb82 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 levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/vzctl/vzctl-4.9.4.ebuild | 8 ++++---- 1 file 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 7c9536d7182..c81f292bc9d 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"