diff options
author | 2011-03-28 09:15:27 +0000 | |
---|---|---|
committer | 2011-03-28 09:15:27 +0000 | |
commit | 5ac893f05afec9072ea93336a4271c6225bc2109 (patch) | |
tree | afe7d6c49f1f6639f02a497ec8adfbb3d75356f2 /mail-mta | |
parent | remove old (diff) | |
download | gentoo-2-5ac893f05afec9072ea93336a4271c6225bc2109.tar.gz gentoo-2-5ac893f05afec9072ea93336a4271c6225bc2109.tar.bz2 gentoo-2-5ac893f05afec9072ea93336a4271c6225bc2109.zip |
change to new style virtual/mta - bug 360305
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild | 22 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild | 22 |
2 files changed, 32 insertions, 12 deletions
diff --git a/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild b/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild index def3c02bd714..6cdcd8723be9 100644 --- a/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild +++ b/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild,v 1.9 2009/09/23 18:06:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild,v 1.10 2011/03/28 09:15:27 eras Exp $ inherit eutils @@ -13,10 +13,20 @@ KEYWORDS="alpha amd64 hppa ppc sparc x86" LICENSE="GPL-2" IUSE="ssl ipv6 debug" -DEPEND="ssl? ( dev-libs/openssl ) - !virtual/mta" - -PROVIDE="virtual/mta" +DEPEND="ssl? ( dev-libs/openssl )" + +RDEPEND="${DEPEND} + !mail-mta/courier + !mail-mta/esmtp + !mail-mta/exim + !mail-mta/mini-qmail + !mail-mta/msmtp + !mail-mta/netqmail + !mail-mta/nullmailer + !mail-mta/postfix + !mail-mta/qmail-ldap + !mail-mta/sendmail + !mail-mta/ssmtp" src_unpack() { unpack ${A} diff --git a/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild b/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild index 821666770c91..532f3bd1717a 100644 --- a/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild +++ b/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild,v 1.5 2010/07/08 16:42:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild,v 1.6 2011/03/28 09:15:27 eras Exp $ inherit eutils toolchain-funcs @@ -13,10 +13,20 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" LICENSE="GPL-2" IUSE="ssl ipv6 debug" -DEPEND="ssl? ( dev-libs/openssl ) - !virtual/mta" - -PROVIDE="virtual/mta" +DEPEND="ssl? ( dev-libs/openssl )" + +RDEPEND="${DEPEND} + !mail-mta/courier + !mail-mta/esmtp + !mail-mta/exim + !mail-mta/mini-qmail + !mail-mta/msmtp + !mail-mta/netqmail + !mail-mta/nullmailer + !mail-mta/postfix + !mail-mta/qmail-ldap + !mail-mta/sendmail + !mail-mta/ssmtp" src_unpack() { unpack ${A} |