diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-04-16 23:10:50 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-04-16 23:10:50 +0200 |
commit | 35cd2926b27501f7de8c7ca32efd9b13add11bbb (patch) | |
tree | 3eca760a24f7e47f66b1dbc83d757f49353aea21 /net-mail | |
parent | net-mail/vqadmin: Remove old (diff) | |
download | gentoo-35cd2926b27501f7de8c7ca32efd9b13add11bbb.tar.gz gentoo-35cd2926b27501f7de8c7ca32efd9b13add11bbb.tar.bz2 gentoo-35cd2926b27501f7de8c7ca32efd9b13add11bbb.zip |
net-mail/vchkuser: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/vchkuser/Manifest | 1 | ||||
-rw-r--r-- | net-mail/vchkuser/vchkuser-0.3.3.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/net-mail/vchkuser/Manifest b/net-mail/vchkuser/Manifest index 52a7e0723d8f..26b861a5d86c 100644 --- a/net-mail/vchkuser/Manifest +++ b/net-mail/vchkuser/Manifest @@ -1,2 +1 @@ -DIST vchkuser-0.3.3.tar.bz2 6057 SHA256 a104a5ca6fc091a0d255d3eac20b4670f28b75285323fdf27fc98bdd6d53cadf SHA512 866235abf0ed0b0775d41085b37d3827908f47d0b0c039ae8239c99b56dc8e395475b98baeafa17b63160639e57d15d7ad724e1f22cd2ea492774d1a0d82969f WHIRLPOOL 18a84a83542b1a7259777eec7f1eb62a6e5593c227f678f574c39d0a104dff3595fac454dfe2de2a4a304d7a03959e53cbbe7c13155c5f467dcccdd1121b732a DIST vchkuser-0.4.tar.gz 5890 SHA256 314cf937e24b6460ca816fde0d25119054ef880373151082e913aeccf9f92edd SHA512 3c33a1c26abeaf45ca90ac1f1c9cf7b1ae6eba3f6e5a8d0d8d0d12dce98fbada4209cd916af7af69d7682c174d88741b1140e5c758a08e0d196e73f2b6145699 WHIRLPOOL d33f2305c2fc5802f6cd6cccebf679df01e5626bc72d05523eb5405cd9b291d1a4dac866fd8bfd7606a93e68b9de6d9acd64395cd08fcf5dbc0be52cc9787f45 diff --git a/net-mail/vchkuser/vchkuser-0.3.3.ebuild b/net-mail/vchkuser/vchkuser-0.3.3.ebuild deleted file mode 100644 index 860330b2cfd7..000000000000 --- a/net-mail/vchkuser/vchkuser-0.3.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit autotools qmail - -DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail" -HOMEPAGE="https://github.com/hollow/vchkuser" -SRC_URI="http://bb.xnull.de/projects/vchkuser/dist/${P}.tar.bz2" - -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="" - -src_prepare() { - eautoreconf -} - -src_configure() { - econf \ - $(use_enable debug) \ - --with-vpopuser=vpopmail \ - --with-qmailgroup=nofiles \ - --with-vpopmaildir=/var/vpopmail \ - --with-qmaildir=${QMAIL_HOME} -} - -src_install() { - emake DESTDIR="${D}" install || die "emake failed" - fowners vpopmail:nofiles "${QMAIL_HOME}"/plugins/vchkuser - fperms 4750 "${QMAIL_HOME}"/plugins/vchkuser -} |