commit:     5028076c9b65e935591d02e6c9e63b2dd3caa28a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 11 08:09:10 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 08:09:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5028076c

dev-libs/libfmt: update HOMEPAGE

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libfmt/libfmt-10.1.1-r1.ebuild | 4 ++--
 dev-libs/libfmt/libfmt-10.2.1-r2.ebuild | 4 ++--
 dev-libs/libfmt/libfmt-11.0.2.ebuild    | 2 +-
 dev-libs/libfmt/libfmt-11.1.3.ebuild    | 2 +-
 dev-libs/libfmt/libfmt-11.1.4.ebuild    | 2 +-
 dev-libs/libfmt/libfmt-9.1.0-r1.ebuild  | 4 ++--
 dev-libs/libfmt/libfmt-9.1.0-r2.ebuild  | 4 ++--
 dev-libs/libfmt/libfmt-9999.ebuild      | 4 ++--
 8 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/dev-libs/libfmt/libfmt-10.1.1-r1.ebuild 
b/dev-libs/libfmt/libfmt-10.1.1-r1.ebuild
index 21279049b837..6db585480b0b 100644
--- a/dev-libs/libfmt/libfmt-10.1.1-r1.ebuild
+++ b/dev-libs/libfmt/libfmt-10.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake-multilib
 
 DESCRIPTION="Small, safe and fast formatting library"
-HOMEPAGE="https://github.com/fmtlib/fmt";
+HOMEPAGE="https://fmt.dev/dev/ https://github.com/fmtlib/fmt";
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/fmtlib/fmt.git";

diff --git a/dev-libs/libfmt/libfmt-10.2.1-r2.ebuild 
b/dev-libs/libfmt/libfmt-10.2.1-r2.ebuild
index da45c0e71554..5bd47acc21aa 100644
--- a/dev-libs/libfmt/libfmt-10.2.1-r2.ebuild
+++ b/dev-libs/libfmt/libfmt-10.2.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="Small, safe and fast formatting library"
-HOMEPAGE="https://github.com/fmtlib/fmt";
+HOMEPAGE="https://fmt.dev/dev/ https://github.com/fmtlib/fmt";
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/fmtlib/fmt.git";

diff --git a/dev-libs/libfmt/libfmt-11.0.2.ebuild 
b/dev-libs/libfmt/libfmt-11.0.2.ebuild
index 251266b595a8..3f4a783fcabf 100644
--- a/dev-libs/libfmt/libfmt-11.0.2.ebuild
+++ b/dev-libs/libfmt/libfmt-11.0.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="Small, safe and fast formatting library"
-HOMEPAGE="https://github.com/fmtlib/fmt";
+HOMEPAGE="https://fmt.dev/dev/ https://github.com/fmtlib/fmt";
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/fmtlib/fmt.git";

diff --git a/dev-libs/libfmt/libfmt-11.1.3.ebuild 
b/dev-libs/libfmt/libfmt-11.1.3.ebuild
index 08b4876431fd..9bc239d825d5 100644
--- a/dev-libs/libfmt/libfmt-11.1.3.ebuild
+++ b/dev-libs/libfmt/libfmt-11.1.3.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="Small, safe and fast formatting library"
-HOMEPAGE="https://github.com/fmtlib/fmt";
+HOMEPAGE="https://fmt.dev/dev/ https://github.com/fmtlib/fmt";
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/fmtlib/fmt.git";

diff --git a/dev-libs/libfmt/libfmt-11.1.4.ebuild 
b/dev-libs/libfmt/libfmt-11.1.4.ebuild
index 08b4876431fd..9bc239d825d5 100644
--- a/dev-libs/libfmt/libfmt-11.1.4.ebuild
+++ b/dev-libs/libfmt/libfmt-11.1.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="Small, safe and fast formatting library"
-HOMEPAGE="https://github.com/fmtlib/fmt";
+HOMEPAGE="https://fmt.dev/dev/ https://github.com/fmtlib/fmt";
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/fmtlib/fmt.git";

diff --git a/dev-libs/libfmt/libfmt-9.1.0-r1.ebuild 
b/dev-libs/libfmt/libfmt-9.1.0-r1.ebuild
index ae46a627c6bb..14f564b37f3a 100644
--- a/dev-libs/libfmt/libfmt-9.1.0-r1.ebuild
+++ b/dev-libs/libfmt/libfmt-9.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake
 
 DESCRIPTION="Small, safe and fast formatting library"
-HOMEPAGE="https://github.com/fmtlib/fmt";
+HOMEPAGE="https://fmt.dev/dev/ https://github.com/fmtlib/fmt";
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/fmtlib/fmt.git";

diff --git a/dev-libs/libfmt/libfmt-9.1.0-r2.ebuild 
b/dev-libs/libfmt/libfmt-9.1.0-r2.ebuild
index 7b850f3bc8e8..3b775795647d 100644
--- a/dev-libs/libfmt/libfmt-9.1.0-r2.ebuild
+++ b/dev-libs/libfmt/libfmt-9.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake-multilib
 
 DESCRIPTION="Small, safe and fast formatting library"
-HOMEPAGE="https://github.com/fmtlib/fmt";
+HOMEPAGE="https://fmt.dev/dev/ https://github.com/fmtlib/fmt";
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/fmtlib/fmt.git";

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild 
b/dev-libs/libfmt/libfmt-9999.ebuild
index da45c0e71554..5bd47acc21aa 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="Small, safe and fast formatting library"
-HOMEPAGE="https://github.com/fmtlib/fmt";
+HOMEPAGE="https://fmt.dev/dev/ https://github.com/fmtlib/fmt";
 
 if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/fmtlib/fmt.git";

Reply via email to