Libvirt and related projects moved from self hosting to
gitlab.com hosting. The old repos were made a read only mirror of
their gitlab images. Reflect this change in the live ebuilds.
https://www.redhat.com/archives/libvir-list/2020-April/msg00329.html
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/15478
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
if [[ ${PV} = *9999* ]]; then
inherit git-r3
- EGIT_REPO_URI="https://libvirt.org/git/libvirt.git"
+ EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt.git"
SRC_URI=""
KEYWORDS=""
SLOT="0"
DESCRIPTION="PHP bindings for libvirt"
HOMEPAGE="http://libvirt.org/php/"
-EGIT_REPO_URI="git://libvirt.org/libvirt-php.git"
+EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-php.git"
LICENSE="LGPL-2.1"
SLOT="0"
if [[ ${PV} = *9999* ]]; then
inherit git-r3
- EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
+ EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-python.git"
SRC_URI=""
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"