dev-python/libvirt-python: update metadata, use https for all URLs

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
Louis Sautier
2017-01-19 23:15:30 +01:00
committed by Matthias Maier
parent 9d239b40be
commit ce8dee78ad
9 changed files with 21 additions and 17 deletions

View File

@@ -17,14 +17,14 @@ if [[ ${PV} = *9999* ]]; then
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"
else
SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
RDEPEND="app-emulation/libvirt:0/${PV}"
fi
S="${WORKDIR}/${P%_rc*}"
DESCRIPTION="libvirt Python bindings"
HOMEPAGE="http://www.libvirt.org"
HOMEPAGE="https://www.libvirt.org"
LICENSE="LGPL-2"
SLOT="0"
IUSE="test"