Skip to content

Commit

Permalink
net-mail/qpopper: drop support for drac
Browse files Browse the repository at this point in the history
mail-client/drac is masked for removal.

Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36
  • Loading branch information
floppym committed Dec 23, 2017
1 parent 0ff9128 commit 2de43c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion net-mail/qpopper/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
5 changes: 2 additions & 3 deletions net-mail/qpopper/qpopper-4.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
"
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 2de43c2

Please sign in to comment.