From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 3F7BE1581F0 for ; Thu, 12 Dec 2024 08:26:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 452B5E0D2B; Thu, 12 Dec 2024 08:26:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 53BEFE0D2B for ; Thu, 12 Dec 2024 08:26: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 48E4B340BE0 for ; Thu, 12 Dec 2024 08:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A38BC1CA3 for ; Thu, 12 Dec 2024 08:26:35 +0000 (UTC) From: "Thomas Raschbacher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Raschbacher" Message-ID: <1733991964.67c81d03324f08171b693b3b130cfbd230b99c40.lordvan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dbmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/dbmail/dbmail-3.2.3-r5.ebuild net-mail/dbmail/dbmail-3.2.5-r2.ebuild net-mail/dbmail/dbmail-3.3.1.ebuild X-VCS-Directories: net-mail/dbmail/ X-VCS-Committer: lordvan X-VCS-Committer-Name: Thomas Raschbacher X-VCS-Revision: 67c81d03324f08171b693b3b130cfbd230b99c40 X-VCS-Branch: master Date: Thu, 12 Dec 2024 08:26:35 +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: 4ed40baf-4996-4312-b5b1-f73f85181d75 X-Archives-Hash: 884c32851b9e43a94ad33d7639cdcdd4 commit: 67c81d03324f08171b693b3b130cfbd230b99c40 Author: Thomas Raschbacher gentoo org> AuthorDate: Thu Dec 12 08:25:12 2024 +0000 Commit: Thomas Raschbacher gentoo org> CommitDate: Thu Dec 12 08:26:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c81d03 net-mail/dbmail: update HOMEPAGE Signed-off-by: Thomas Raschbacher gentoo.org> net-mail/dbmail/dbmail-3.2.3-r5.ebuild | 4 ++-- net-mail/dbmail/dbmail-3.2.5-r2.ebuild | 4 ++-- net-mail/dbmail/dbmail-3.3.1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-mail/dbmail/dbmail-3.2.3-r5.ebuild b/net-mail/dbmail/dbmail-3.2.3-r5.ebuild index 50a1edf5ed0b..bfd6df54e186 100644 --- a/net-mail/dbmail/dbmail-3.2.3-r5.ebuild +++ b/net-mail/dbmail/dbmail-3.2.3-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit readme.gentoo-r1 systemd DESCRIPTION="Fast and scalable sql based email services" -HOMEPAGE="https://www.dbmail.org/" +HOMEPAGE="https://dbmail.org/" SRC_URI="https://github.com/dbmail/dbmail/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-mail/dbmail/dbmail-3.2.5-r2.ebuild b/net-mail/dbmail/dbmail-3.2.5-r2.ebuild index 0c48f3c6305c..21deecaf1b38 100644 --- a/net-mail/dbmail/dbmail-3.2.5-r2.ebuild +++ b/net-mail/dbmail/dbmail-3.2.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit systemd readme.gentoo-r1 DESCRIPTION="Fast and scalable sql based email services" -HOMEPAGE="https://www.dbmail.org/" +HOMEPAGE="https://dbmail.org/" SRC_URI="https://github.com/dbmail/dbmail/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-mail/dbmail/dbmail-3.3.1.ebuild b/net-mail/dbmail/dbmail-3.3.1.ebuild index 21017546539e..2b3819748e69 100644 --- a/net-mail/dbmail/dbmail-3.3.1.ebuild +++ b/net-mail/dbmail/dbmail-3.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit systemd readme.gentoo-r1 DESCRIPTION="Fast and scalable sql based email services" -HOMEPAGE="https://www.dbmail.org/" +HOMEPAGE="https://dbmail.org/" SRC_URI="https://github.com/dbmail/dbmail/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"