From ed566b3bf180b1b387223ced7fe948482398e20a Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 16 Oct 2024 21:00:36 +0200 Subject: 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 Signed-off-by: Sam James --- dev-php/libvirt-php/libvirt-php-0.5.6.ebuild | 4 ++-- dev-php/libvirt-php/libvirt-php-0.5.7.ebuild | 4 ++-- dev-php/libvirt-php/libvirt-php-0.5.8.ebuild | 4 ++-- dev-php/libvirt-php/libvirt-php-9999.ebuild | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'dev-php') 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" -- cgit v1.2.3-65-gdbad