diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-03 21:00:10 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-03 21:00:10 +0000 |
commit | cac1ce80aec4e5343b9cf530c39a403c9611b5db (patch) | |
tree | 818815a7ce210e0f4ea1e66ffc1c54ba508eb243 /net-mail | |
parent | fix build with ocaml 3.12, patch from upstream svn, bug #331083 (diff) | |
download | gentoo-2-cac1ce80aec4e5343b9cf530c39a403c9611b5db.tar.gz gentoo-2-cac1ce80aec4e5343b9cf530c39a403c9611b5db.tar.bz2 gentoo-2-cac1ce80aec4e5343b9cf530c39a403c9611b5db.zip |
Get rid of drac dependencies. Bug #280933
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/tpop3d/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/tpop3d/metadata.xml | 1 | ||||
-rw-r--r-- | net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild (renamed from net-mail/tpop3d/tpop3d-1.5.4-r1.ebuild) | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net-mail/tpop3d/ChangeLog b/net-mail/tpop3d/ChangeLog index 4b2c2389a703..0ae0a29f0380 100644 --- a/net-mail/tpop3d/ChangeLog +++ b/net-mail/tpop3d/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/tpop3d # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/ChangeLog,v 1.28 2010/06/17 21:56:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/ChangeLog,v 1.29 2010/08/03 21:00:10 hwoarang Exp $ + +*tpop3d-1.5.4-r2 (03 Aug 2010) + + 03 Aug 2010; Markos Chandras <hwoarang@gentoo.org> + -tpop3d-1.5.4-r1.ebuild, +tpop3d-1.5.4-r2.ebuild, metadata.xml: + Get rid of drac dependencies. Bug #280933 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> tpop3d-1.5.3.ebuild, tpop3d-1.5.4-r1.ebuild: diff --git a/net-mail/tpop3d/metadata.xml b/net-mail/tpop3d/metadata.xml index 0921349ca701..8b52500309b9 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.4-r1.ebuild b/net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild index cc02c71c60e7..ce01fe52698a 100644 --- a/net-mail/tpop3d/tpop3d-1.5.4-r1.ebuild +++ b/net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.4-r1.ebuild,v 1.3 2010/06/17 21:56:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild,v 1.1 2010/08/03 21:00:10 hwoarang Exp $ EAPI=1 @@ -13,7 +13,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/tpop3d/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" -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 ) @@ -26,8 +26,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_compile() { local myconf="" @@ -67,9 +66,6 @@ src_compile() { 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} || die "./configure failed" # Causes crash with "stack smashing attack" on connect, because of bug in |