diff options
author | Michal Privoznik <michal.privoznik@gmail.com> | 2024-10-16 21:00:36 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-17 05:59:58 +0100 |
commit | ed566b3bf180b1b387223ced7fe948482398e20a (patch) | |
tree | b063fe7b99e1f86c3fe998bd15bef047758c0034 /dev-php | |
parent | app-emulation/libvirt-glib: Update SRC_URI (diff) | |
download | gentoo-ed566b3bf180b1b387223ced7fe948482398e20a.tar.gz gentoo-ed566b3bf180b1b387223ced7fe948482398e20a.tar.bz2 gentoo-ed566b3bf180b1b387223ced7fe948482398e20a.zip |
dev-php/libvirt-php: Update SRC_URI
The sources are available directly at https://download.libvirt.org, the
old path https://libvirt.org/sources/ is kept around for compatibility
reasons but redirects to the new one. Commit [1] changed the location on
libvirt.org too.
1: https://gitlab.com/libvirt/libvirt/-/commit/d2d26e98d60af191deec61bc6dcccf9c881992f2
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/libvirt-php/libvirt-php-0.5.6.ebuild | 4 | ||||
-rw-r--r-- | dev-php/libvirt-php/libvirt-php-0.5.7.ebuild | 4 | ||||
-rw-r--r-- | dev-php/libvirt-php/libvirt-php-0.5.8.ebuild | 4 | ||||
-rw-r--r-- | dev-php/libvirt-php/libvirt-php-9999.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-php/libvirt-php/libvirt-php-0.5.6.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.6.ebuild index 5229d5609e03..7d19e9affa3e 100644 --- a/dev-php/libvirt-php/libvirt-php-0.5.6.ebuild +++ b/dev-php/libvirt-php/libvirt-php-0.5.6.ebuild @@ -11,8 +11,8 @@ PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 autotools DESCRIPTION="PHP bindings for libvirt" -HOMEPAGE="http://libvirt.org/php/" -SRC_URI="http://libvirt.org/sources/php/${P}.tar.xz" +HOMEPAGE="https://libvirt.org/php/" +SRC_URI="https://download.libvirt.org/php/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-php/libvirt-php/libvirt-php-0.5.7.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.7.ebuild index ef78286658a8..1992acc6bc43 100644 --- a/dev-php/libvirt-php/libvirt-php-0.5.7.ebuild +++ b/dev-php/libvirt-php/libvirt-php-0.5.7.ebuild @@ -11,8 +11,8 @@ PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 autotools DESCRIPTION="PHP bindings for libvirt" -HOMEPAGE="http://libvirt.org/php/" -SRC_URI="http://libvirt.org/sources/php/${P}.tar.xz" +HOMEPAGE="https://libvirt.org/php/" +SRC_URI="https://download.libvirt.org/php/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-php/libvirt-php/libvirt-php-0.5.8.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.8.ebuild index 5f7d2c0938b2..e49e965234c2 100644 --- a/dev-php/libvirt-php/libvirt-php-0.5.8.ebuild +++ b/dev-php/libvirt-php/libvirt-php-0.5.8.ebuild @@ -11,8 +11,8 @@ PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 autotools DESCRIPTION="PHP bindings for libvirt" -HOMEPAGE="http://libvirt.org/php/" -SRC_URI="http://libvirt.org/sources/php/${P}.tar.xz" +HOMEPAGE="https://libvirt.org/php/" +SRC_URI="https://download.libvirt.org/php/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild index 198557063654..24d85ed13173 100644 --- a/dev-php/libvirt-php/libvirt-php-9999.ebuild +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild @@ -11,7 +11,7 @@ PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 git-r3 autotools DESCRIPTION="PHP bindings for libvirt" -HOMEPAGE="http://libvirt.org/php/" +HOMEPAGE="https://libvirt.org/php/" EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-php.git" LICENSE="LGPL-2.1" |