From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBAA11582EF for ; Tue, 11 Mar 2025 08:10:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 14EE9343021 for ; Tue, 11 Mar 2025 08:10:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0A7E911037F; Tue, 11 Mar 2025 08:10:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F133A11037F for ; Tue, 11 Mar 2025 08:10:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A357234302E for ; Tue, 11 Mar 2025 08:10:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A65E288D for ; Tue, 11 Mar 2025 08:10:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741680550.5028076c9b65e935591d02e6c9e63b2dd3caa28a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfmt/libfmt-10.1.1-r1.ebuild dev-libs/libfmt/libfmt-10.2.1-r2.ebuild dev-libs/libfmt/libfmt-11.0.2.ebuild dev-libs/libfmt/libfmt-11.1.3.ebuild dev-libs/libfmt/libfmt-11.1.4.ebuild dev-libs/libfmt/libfmt-9.1.0-r1.ebuild dev-libs/libfmt/libfmt-9.1.0-r2.ebuild dev-libs/libfmt/libfmt-9999.ebuild X-VCS-Directories: dev-libs/libfmt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5028076c9b65e935591d02e6c9e63b2dd3caa28a X-VCS-Branch: master Date: Tue, 11 Mar 2025 08:10:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0dd33cad-3b2b-47a6-94cb-6b4851c2802a X-Archives-Hash: 2dbd6a7bc2fdd10e4efccffff07726d8 commit: 5028076c9b65e935591d02e6c9e63b2dd3caa28a Author: Sam James gentoo org> AuthorDate: Tue Mar 11 08:09:10 2025 +0000 Commit: Sam James gentoo 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 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"