From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- net-mail/vchkuser/Manifest | 2 +- net-mail/vchkuser/vchkuser-0.4-r1.ebuild | 48 ++++++++++++++++++++++++++++++++ net-mail/vchkuser/vchkuser-0.4.ebuild | 46 ------------------------------ 3 files changed, 49 insertions(+), 47 deletions(-) create mode 100644 net-mail/vchkuser/vchkuser-0.4-r1.ebuild delete mode 100644 net-mail/vchkuser/vchkuser-0.4.ebuild (limited to 'net-mail/vchkuser') diff --git a/net-mail/vchkuser/Manifest b/net-mail/vchkuser/Manifest index 08500ab0b80d..a8f791ddf855 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 914 BLAKE2B f68298426cd955378da25604aa5062a2b1e34ca2d27d985de904d3d0a6af3e77ed7531535c3e1c71317cdad6e990762f5654d34e37c4e131bcfcf1da8cc5e2ca SHA512 828d951ae6a76d0af85a4d8fc626f2cc500aee7a78142d0aa2e3affe42919427be9db599153075e82d89fc6b1a7132d89634a3adcbf06c9813d6614670817a4a +EBUILD vchkuser-0.4-r1.ebuild 958 BLAKE2B bc52b3e10e828746462bbf35178655b1b05ad2d4c4ce06b7fe9c9703738f6b5f3aeb6dd26e57d9c98f333a312ed20291094c2eb6d7684c9c414687323e7524d3 SHA512 2a1d11aef90048da5777b36abb3d0beb8ee733fbc0808c69ed4c3159065f5ca9278ca7025533606af127b3bd71fbb507277d5839f62b07598c0ee401ab336912 MISC metadata.xml 323 BLAKE2B 0147c79382994634fde3cc6fdc43872a95cb5bfecd3290720dd604f48453a1e842edead7ad408b08b59f4393f902c997bbd3db259d34b13ac9ad3a5be9cb4f09 SHA512 9e86c9f10fa850b949b9ca13118399625310655314b607015cf7441c59432b6bbe9f6b3282d090d55de08ec07415b1c5f79b58c40d99f92173d4e59a02920f29 diff --git a/net-mail/vchkuser/vchkuser-0.4-r1.ebuild b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild new file mode 100644 index 000000000000..d243ea098800 --- /dev/null +++ b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2021 Gentoo Authors +# 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=" + dev-libs/libpcre + net-mail/vpopmail + virtual/libcrypt:= + || ( + mail-mta/netqmail[qmail-spp] + mail-mta/qmail-ldap[qmail-spp] + )" +RDEPEND="${DEPEND}" + +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 +} 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 -} -- cgit v1.2.3