Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/, dev-php/libvirt-php/, app-emulation/libvirt/
Date: Sun, 26 Apr 2020 20:18:13
Message-Id: 1587932284.294c8c938579081e504fa497f4aaa50b927fb202.slyfox@gentoo
1 commit: 294c8c938579081e504fa497f4aaa50b927fb202
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Thu Apr 23 09:46:07 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 20:18:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294c8c93
7
8 Reflect move of libvirt repositories
9
10 Libvirt and related projects moved from self hosting to
11 gitlab.com hosting. The old repos were made a read only mirror of
12 their gitlab images. Reflect this change in the live ebuilds.
13
14 https://www.redhat.com/archives/libvir-list/2020-April/msg00329.html
15
16 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
17 Closes: https://github.com/gentoo/gentoo/pull/15478
18 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
19
20 app-emulation/libvirt/libvirt-9999.ebuild | 2 +-
21 dev-php/libvirt-php/libvirt-php-9999.ebuild | 2 +-
22 dev-python/libvirt-python/libvirt-python-9999.ebuild | 2 +-
23 3 files changed, 3 insertions(+), 3 deletions(-)
24
25 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
26 index a761557096f..7e2d3a8c23b 100644
27 --- a/app-emulation/libvirt/libvirt-9999.ebuild
28 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
29 @@ -9,7 +9,7 @@ inherit autotools out-of-source bash-completion-r1 eutils linux-info python-any-
30
31 if [[ ${PV} = *9999* ]]; then
32 inherit git-r3
33 - EGIT_REPO_URI="https://libvirt.org/git/libvirt.git"
34 + EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt.git"
35 SRC_URI=""
36 KEYWORDS=""
37 SLOT="0"
38
39 diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild
40 index 066640b361a..2963ecd32d7 100644
41 --- a/dev-php/libvirt-php/libvirt-php-9999.ebuild
42 +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild
43 @@ -12,7 +12,7 @@ inherit php-ext-source-r3 git-r3 autotools
44
45 DESCRIPTION="PHP bindings for libvirt"
46 HOMEPAGE="http://libvirt.org/php/"
47 -EGIT_REPO_URI="git://libvirt.org/libvirt-php.git"
48 +EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-php.git"
49
50 LICENSE="LGPL-2.1"
51 SLOT="0"
52
53 diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild
54 index 607c6f77b7f..14a5fba8787 100644
55 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild
56 +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild
57 @@ -11,7 +11,7 @@ inherit distutils-r1
58
59 if [[ ${PV} = *9999* ]]; then
60 inherit git-r3
61 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
62 + EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-python.git"
63 SRC_URI=""
64 KEYWORDS=""
65 RDEPEND="app-emulation/libvirt:=[-python(-)]"