diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:06:28 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:06:28 +0000 |
commit | 521178adf4d182306fafe9d89ced5d40140a1894 (patch) | |
tree | 574cd246f61ef63c3b4e99da79294883d9fffb43 /mail-mta | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-521178adf4d182306fafe9d89ced5d40140a1894.tar.gz gentoo-2-521178adf4d182306fafe9d89ced5d40140a1894.tar.bz2 gentoo-2-521178adf4d182306fafe9d89ced5d40140a1894.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nbsmtp/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-1.00.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/mail-mta/nbsmtp/ChangeLog b/mail-mta/nbsmtp/ChangeLog index 900904a63370..0206b96313c0 100644 --- a/mail-mta/nbsmtp/ChangeLog +++ b/mail-mta/nbsmtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/nbsmtp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.43 2009/07/23 19:49:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.44 2009/09/23 18:06:28 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> nbsmtp-1.00.ebuild, + nbsmtp-1.00-r2.ebuild: + Remove virtual/libc 23 Jul 2009; Torsten Veller <tove@gentoo.org> -nbsmtp-1.00-r3.ebuild: Drop mailer.eclass support diff --git a/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild b/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild index 2dc6012e1ec9..def3c02bd714 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-2006 Gentoo Foundation +# Copyright 1999-2009 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.8 2006/12/01 19:26:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild,v 1.9 2009/09/23 18:06:28 patrick Exp $ inherit eutils @@ -13,8 +13,7 @@ KEYWORDS="alpha amd64 hppa ppc sparc x86" LICENSE="GPL-2" IUSE="ssl ipv6 debug" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl ) +DEPEND="ssl? ( dev-libs/openssl ) !virtual/mta" PROVIDE="virtual/mta" diff --git a/mail-mta/nbsmtp/nbsmtp-1.00.ebuild b/mail-mta/nbsmtp/nbsmtp-1.00.ebuild index 14aece1eb203..a9caf73b07de 100644 --- a/mail-mta/nbsmtp/nbsmtp-1.00.ebuild +++ b/mail-mta/nbsmtp/nbsmtp-1.00.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00.ebuild,v 1.4 2005/07/30 20:48:45 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00.ebuild,v 1.5 2009/09/23 18:06:28 patrick Exp $ inherit eutils @@ -14,8 +14,7 @@ KEYWORDS="alpha ~amd64 hppa ppc sparc x86" LICENSE="GPL-2" IUSE="ssl ipv6 debug" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl )" PROVIDE="virtual/mta" |