summaryrefslogtreecommitdiff
path: root/net-mail/vchkuser
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-04 18:55:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-04 18:55:01 +0000
commit423d21dcfee183cc4b04d29c1621615e8c30f834 (patch)
tree23bd6110b9a77b8d679b5ab60fb7663b8627f698 /net-mail/vchkuser
parent81e4fbcb846ed1cabdad699c0029b166dd7273b7 (diff)
gentoo resync : 04.01.2018
Diffstat (limited to 'net-mail/vchkuser')
-rw-r--r--net-mail/vchkuser/Manifest2
-rw-r--r--net-mail/vchkuser/vchkuser-0.4.ebuild18
2 files changed, 13 insertions, 7 deletions
diff --git a/net-mail/vchkuser/Manifest b/net-mail/vchkuser/Manifest
index d20a8056ad08..1f80059acc8a 100644
--- a/net-mail/vchkuser/Manifest
+++ b/net-mail/vchkuser/Manifest
@@ -1,3 +1,3 @@
DIST vchkuser-0.4.tar.gz 5890 BLAKE2B 2b48f085fdc6acd86cce3c1e12ad2e445ef1059e6f1446719cbfb3649cfe67df36255cc220ef063fbd699d7f26bb1cefde20a0759cc45e0e92ea93c6711f1015 SHA512 3c33a1c26abeaf45ca90ac1f1c9cf7b1ae6eba3f6e5a8d0d8d0d12dce98fbada4209cd916af7af69d7682c174d88741b1140e5c758a08e0d196e73f2b6145699
-EBUILD vchkuser-0.4.ebuild 930 BLAKE2B 424f8169a9885b9fb9c3cc91d1e77bd3c38a2317b83e497628591d8285b92297f1cf76c86c58050c823328139711f6570f3982f5cc824b079d4122e4147d41b9 SHA512 e8098caa073b0a59b38b6782ee8059362f057fbaee3cbf37a3a5c54d43667b3ec43e905d573ee186ce08a67a474b823b09076401bf499e208d3e38b4549f6928
+EBUILD vchkuser-0.4.ebuild 914 BLAKE2B f68298426cd955378da25604aa5062a2b1e34ca2d27d985de904d3d0a6af3e77ed7531535c3e1c71317cdad6e990762f5654d34e37c4e131bcfcf1da8cc5e2ca SHA512 828d951ae6a76d0af85a4d8fc626f2cc500aee7a78142d0aa2e3affe42919427be9db599153075e82d89fc6b1a7132d89634a3adcbf06c9813d6614670817a4a
MISC metadata.xml 400 BLAKE2B 11ada1e3a19ac1ae8a4d1197b084bf96ca987c5574f5b9dda02bba82de21c657f2480e34058d062faaafb2c0746594d498122d6d3afeca6b749514209a9e6230 SHA512 15d3f36f238f73da85b7befce7f36e7ffc03a8207f1a828d9c7b371d4497ad004378cf2508db95317c19a94bf027a753021fcd53c5f36e88072f0efc4db87da4
diff --git a/net-mail/vchkuser/vchkuser-0.4.ebuild b/net-mail/vchkuser/vchkuser-0.4.ebuild
index f007e274eaec..93faf978ed0a 100644
--- a/net-mail/vchkuser/vchkuser-0.4.ebuild
+++ b/net-mail/vchkuser/vchkuser-0.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="3"
+EAPI=6
inherit autotools qmail
@@ -14,13 +14,18 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
-DEPEND="net-mail/vpopmail
- || ( mail-mta/netqmail[qmail-spp] mail-mta/qmail-ldap[qmail-spp] )"
+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
}
@@ -29,12 +34,13 @@ src_configure() {
$(use_enable debug) \
--with-vpopuser=vpopmail \
--with-qmailgroup=nofiles \
- --with-vpopmaildir=/var/vpopmail \
+ --with-vpopmaildir="${EPREFIX}"/var/vpopmail \
--with-qmaildir=${QMAIL_HOME}
}
src_install() {
- emake DESTDIR="${D}" install || die "emake failed"
+ default
+
fowners vpopmail:nofiles "${QMAIL_HOME}"/plugins/vchkuser
fperms 4750 "${QMAIL_HOME}"/plugins/vchkuser
}