net-mail/qpopper: drop support for drac

mail-client/drac is masked for removal.

Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36
This commit is contained in:
Mike Gilbert
2017-12-23 14:10:22 -05:00
parent 0ff9128b80
commit 2de43c2bae
2 changed files with 2 additions and 4 deletions

View File

@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="apop">Enables the pop.auth file in /etc/pop.auth</flag>
<flag name="drac">Enables DRAC support</flag>
<flag name="mailbox">Enables mail spool file is in home directory ~/Mailbox</flag>
</use>
</pkgmetadata>

View File

@@ -13,13 +13,12 @@ SRC_URI="ftp://ftp.qualcomm.com/eudora/servers/unix/popper/${MY_P}.tar.gz"
LICENSE="qpopper GPL-2 ISOC-rfc"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug drac gdbm mailbox pam ssl xinetd apop"
IUSE="debug gdbm mailbox pam ssl xinetd apop"
DEPEND="virtual/mta
>=net-mail/mailbase-0.00-r8
xinetd? ( virtual/inetd )
gdbm? ( sys-libs/gdbm )
drac? ( mail-client/drac )
pam? ( >=sys-libs/pam-0.72 )
ssl? ( dev-libs/openssl:0 )
"
@@ -52,7 +51,7 @@ src_configure() {
$(use_with pam pam pop3) \
$(use_enable apop apop /etc/pop.auth) \
$(use_enable mailbox home-dir-mail Mailbox) \
$(use_with drac) \
--disable-drac \
--enable-shy \
--enable-popuid=pop \
--enable-log-login \