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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B969158287 for ; Wed, 14 May 2025 16:54:45 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 69BE234388C for ; Wed, 14 May 2025 16:54:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0BAF31103DD; Wed, 14 May 2025 16:54:39 +0000 (UTC) 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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 021E51103DA for ; Wed, 14 May 2025 16:54:38 +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 AD06E343876 for ; Wed, 14 May 2025 16:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC47E283B for ; Wed, 14 May 2025 16:54:36 +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: <1747241588.1c9bd99e3da28afd0ac4f736960673821bd5672a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bird/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/bird/bird-3.0.3.ebuild net-misc/bird/bird-3.1.1.ebuild X-VCS-Directories: net-misc/bird/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c9bd99e3da28afd0ac4f736960673821bd5672a X-VCS-Branch: master Date: Wed, 14 May 2025 16:54:36 +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: f419c11a-d234-4768-8964-3a2d0d555b2d X-Archives-Hash: 1cae321a66f8f108b6b67c717db0457f commit: 1c9bd99e3da28afd0ac4f736960673821bd5672a Author: Alarig Le Lay swordarmor fr> AuthorDate: Wed May 14 16:51:32 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 14 16:53:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9bd99e net-misc/bird: update HOMEPAGE Signed-off-by: Alarig Le Lay swordarmor.fr> Part-of: https://github.com/gentoo/gentoo/pull/42088 Closes: https://github.com/gentoo/gentoo/pull/42088 Signed-off-by: Sam James gentoo.org> net-misc/bird/bird-3.0.3.ebuild | 2 +- net-misc/bird/bird-3.1.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/bird/bird-3.0.3.ebuild b/net-misc/bird/bird-3.0.3.ebuild index 0a05821655c0..67168bb75196 100644 --- a/net-misc/bird/bird-3.0.3.ebuild +++ b/net-misc/bird/bird-3.0.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools fcaps DESCRIPTION="A routing daemon implementing OSPF, RIPv2 & BGP for IPv4 & IPv6" -HOMEPAGE="https://bird.network.cz" +HOMEPAGE="https://bird.nic.cz/" SRC_URI="https://bird.nic.cz/download/${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-misc/bird/bird-3.1.1.ebuild b/net-misc/bird/bird-3.1.1.ebuild index 0a05821655c0..67168bb75196 100644 --- a/net-misc/bird/bird-3.1.1.ebuild +++ b/net-misc/bird/bird-3.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools fcaps DESCRIPTION="A routing daemon implementing OSPF, RIPv2 & BGP for IPv4 & IPv6" -HOMEPAGE="https://bird.network.cz" +HOMEPAGE="https://bird.nic.cz/" SRC_URI="https://bird.nic.cz/download/${P}.tar.gz" LICENSE="GPL-2"