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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1EB5158015 for ; Sun, 24 Dec 2023 23:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A02F72BC053; Sun, 24 Dec 2023 23:07:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 803952BC051 for ; Sun, 24 Dec 2023 23:07:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F08C3406C2 for ; Sun, 24 Dec 2023 23:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B649714C4 for ; Sun, 24 Dec 2023 23:07:04 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1703459066.64e2366685eff3f91776a4b9f7326f9f1dbcf55c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/vpopmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild X-VCS-Directories: net-mail/vpopmail/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 64e2366685eff3f91776a4b9f7326f9f1dbcf55c X-VCS-Branch: master Date: Sun, 24 Dec 2023 23:07:04 +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: 3ad1cd3a-a0b5-4f20-a3aa-5b510115fd8d X-Archives-Hash: 84088a06845185a428aae41a4074efde commit: 64e2366685eff3f91776a4b9f7326f9f1dbcf55c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Dec 17 14:27:21 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Dec 24 23:04:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e23666 net-mail/vpopmail: add missing toolchain-funcs inherit, fix LICENSE, use https Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34329 Signed-off-by: Conrad Kostecki gentoo.org> net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild index 2a9ab5bd36aa..94425547fce5 100644 --- a/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fixheadtails qmail +inherit autotools fixheadtails qmail toolchain-funcs -HOMEPAGE="http://www.inter7.com/index.php?page=vpopmail" +HOMEPAGE="https://www.inter7.com/index.php?page=vpopmail" DESCRIPTION="Collection of programs to manage virtual email on Qmail servers" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~hppa ~ia64 ppc64 ~s390 sparc x86" IUSE="clearpasswd ipalias maildrop mysql postgres spamassassin"