mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Conrad Kostecki
parent
f71335c3e9
commit
64e2366685
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user