mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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>
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user