From aee7fcb5201e8158d889202bd9589c5f6ef32519 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 16 Oct 2024 21:26:54 +0200 Subject: [PATCH] dev-php/libvirt-php: Update HOMEPAGE The homepage for the project moved to a new location in commit [1] and now is: https://php.libvirt.org/ while the old one is set up to redirect to the new one. 1: https://gitlab.com/libvirt/libvirt/-/commit/da74a4ed70f31466c05f5841cdb07fbc0d35f65b Signed-off-by: Michal Privoznik Signed-off-by: Sam James --- dev-php/libvirt-php/libvirt-php-0.5.6.ebuild | 2 +- dev-php/libvirt-php/libvirt-php-0.5.7.ebuild | 2 +- dev-php/libvirt-php/libvirt-php-0.5.8.ebuild | 2 +- dev-php/libvirt-php/libvirt-php-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 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 7d19e9affa3ed..5c555ceb92146 100644 --- a/dev-php/libvirt-php/libvirt-php-0.5.6.ebuild +++ b/dev-php/libvirt-php/libvirt-php-0.5.6.ebuild @@ -11,7 +11,7 @@ PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 autotools DESCRIPTION="PHP bindings for libvirt" -HOMEPAGE="https://libvirt.org/php/" +HOMEPAGE="https://php.libvirt.org/" SRC_URI="https://download.libvirt.org/php/${P}.tar.xz" LICENSE="LGPL-2.1" 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 1992acc6bc43a..ad4a5b88d0cc4 100644 --- a/dev-php/libvirt-php/libvirt-php-0.5.7.ebuild +++ b/dev-php/libvirt-php/libvirt-php-0.5.7.ebuild @@ -11,7 +11,7 @@ PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 autotools DESCRIPTION="PHP bindings for libvirt" -HOMEPAGE="https://libvirt.org/php/" +HOMEPAGE="https://php.libvirt.org/" SRC_URI="https://download.libvirt.org/php/${P}.tar.xz" LICENSE="LGPL-2.1" 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 e49e965234c26..2ef3c8679d767 100644 --- a/dev-php/libvirt-php/libvirt-php-0.5.8.ebuild +++ b/dev-php/libvirt-php/libvirt-php-0.5.8.ebuild @@ -11,7 +11,7 @@ PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 autotools DESCRIPTION="PHP bindings for libvirt" -HOMEPAGE="https://libvirt.org/php/" +HOMEPAGE="https://php.libvirt.org/" SRC_URI="https://download.libvirt.org/php/${P}.tar.xz" LICENSE="LGPL-2.1" diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild index 24d85ed131735..9cec6800a2c7d 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="https://libvirt.org/php/" +HOMEPAGE="https://php.libvirt.org/" EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt-php.git" LICENSE="LGPL-2.1"