diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-12-23 14:12:12 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-12-23 14:12:33 -0500 |
commit | f1fcbab82e021a77c436fed35b709a47cbd532fd (patch) | |
tree | d2e0a602b44761f379f6504b608e181f331c1037 /net-mail | |
parent | net-mail/qpopper: drop support for drac (diff) | |
download | gentoo-f1fcbab82e021a77c436fed35b709a47cbd532fd.tar.gz gentoo-f1fcbab82e021a77c436fed35b709a47cbd532fd.tar.bz2 gentoo-f1fcbab82e021a77c436fed35b709a47cbd532fd.zip |
net-mail/tpop3d: drop support for drac
mail-client/drac is masked for removal.
Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/tpop3d/metadata.xml | 1 | ||||
-rw-r--r-- | net-mail/tpop3d/tpop3d-1.5.5.ebuild | 8 |
2 files changed, 2 insertions, 7 deletions
diff --git a/net-mail/tpop3d/metadata.xml b/net-mail/tpop3d/metadata.xml index 77624f3ecb7b..f435a118d9cb 100644 --- a/net-mail/tpop3d/metadata.xml +++ b/net-mail/tpop3d/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="authexternal">Enable authentication by an external program</flag> - <flag name="drac">Enable dynamic relay support in the tpop3d pop3 server</flag> <flag name="flatfile">Enable authentication against /etc/passwd-style flat files</flag> <flag name="passwd">Enable /etc/passwd authentication</flag> <flag name="sha1">Use OpenSSL for sha1 encrypted passwords.</flag> diff --git a/net-mail/tpop3d/tpop3d-1.5.5.ebuild b/net-mail/tpop3d/tpop3d-1.5.5.ebuild index f348994935ba..8219ef297788 100644 --- a/net-mail/tpop3d/tpop3d-1.5.5.ebuild +++ b/net-mail/tpop3d/tpop3d-1.5.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/tpop3d/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="authexternal debug drac flatfile gdbm ldap maildir mbox mysql offensive +IUSE="authexternal debug flatfile gdbm ldap maildir mbox mysql offensive pam passwd perl postgres +sha1 shadow ssl tcpd" RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 ) @@ -25,8 +25,7 @@ RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 ) >=net-mail/mailbase-0.00-r8 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -DEPEND="${RDEPEND} - drac? ( mail-client/drac )" +DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}/${PN}-1.5.4-gold.patch" @@ -68,9 +67,6 @@ src_configure() { use ssl && myconf="${myconf} --enable-tls" use tcpd && myconf="${myconf} --enable-tcp-wrappers" - # Install mail-client/drac for integration with tpop3d - use drac && myconf="${myconf} --enable-drac" - econf ${myconf} # Causes crash with "stack smashing attack" on connect, because of bug in |