commit: 64e2366685eff3f91776a4b9f7326f9f1dbcf55c Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Dec 17 14:27:21 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34329 Signed-off-by: Conrad Kostecki <conikost <AT> 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"