summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-12-17 15:27:21 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-12-25 00:04:26 +0100
commit64e2366685eff3f91776a4b9f7326f9f1dbcf55c (patch)
treeb39bf752351cf3254c8f622f84987877f4f68897
parentnet-libs/xdp-tools: add missing toolchain-funcs inherit (diff)
downloadgentoo-64e2366685eff3f91776a4b9f7326f9f1dbcf55c.tar.gz
gentoo-64e2366685eff3f91776a4b9f7326f9f1dbcf55c.tar.bz2
gentoo-64e2366685eff3f91776a4b9f7326f9f1dbcf55c.zip
net-mail/vpopmail: add missing toolchain-funcs inherit, fix LICENSE, use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34329 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild8
1 files 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"