summaryrefslogtreecommitdiff
path: root/net-mail/vchkuser/vchkuser-0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/vchkuser/vchkuser-0.4.ebuild')
-rw-r--r--net-mail/vchkuser/vchkuser-0.4.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-mail/vchkuser/vchkuser-0.4.ebuild b/net-mail/vchkuser/vchkuser-0.4.ebuild
deleted file mode 100644
index 93faf978ed0a..000000000000
--- a/net-mail/vchkuser/vchkuser-0.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools qmail
-
-DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail"
-HOMEPAGE="https://github.com/hollow/vchkuser"
-SRC_URI="https://github.com/hollow/vchkuser/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
- net-mail/vpopmail
- || (
- mail-mta/netqmail[qmail-spp]
- mail-mta/qmail-ldap[qmail-spp]
- )"
-RDEPEND=""
-
-S="${WORKDIR}/hollow-${PN}-8a048f7"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable debug) \
- --with-vpopuser=vpopmail \
- --with-qmailgroup=nofiles \
- --with-vpopmaildir="${EPREFIX}"/var/vpopmail \
- --with-qmaildir=${QMAIL_HOME}
-}
-
-src_install() {
- default
-
- fowners vpopmail:nofiles "${QMAIL_HOME}"/plugins/vchkuser
- fperms 4750 "${QMAIL_HOME}"/plugins/vchkuser
-}