diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:06:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:06:51 +0000 |
commit | 2f5dfe8aeb3e44441d5b7092c59000bfd3f6aba7 (patch) | |
tree | 8db84732568886373461b2d4fbfb30e0cc598d5f | |
parent | Remove virtual/libc (diff) | |
download | historical-2f5dfe8aeb3e44441d5b7092c59000bfd3f6aba7.tar.gz historical-2f5dfe8aeb3e44441d5b7092c59000bfd3f6aba7.tar.bz2 historical-2f5dfe8aeb3e44441d5b7092c59000bfd3f6aba7.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
-rw-r--r-- | mail-mta/esmtp/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/esmtp/esmtp-0.5.0-r1.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/esmtp/esmtp-0.6.0.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/msmtp/ChangeLog | 8 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.4.5.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.4.7.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.4.9.ebuild | 7 | ||||
-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 | ||||
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.04.ebuild | 8 |
12 files changed, 44 insertions, 38 deletions
diff --git a/mail-mta/esmtp/ChangeLog b/mail-mta/esmtp/ChangeLog index 56ac78297e0a..1247ae1985ac 100644 --- a/mail-mta/esmtp/ChangeLog +++ b/mail-mta/esmtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/esmtp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.20 2009/03/24 09:18:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.21 2009/09/23 18:05:37 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> esmtp-0.5.0-r1.ebuild, + esmtp-0.6.0.ebuild: + Remove virtual/libc *esmtp-1.0 (24 Mar 2009) diff --git a/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild b/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild index c3f7fb256f44..6aa926c5ee71 100644 --- a/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild +++ b/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/esmtp/esmtp-0.5.0-r1.ebuild,v 1.11 2007/04/24 18:33:37 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v 1.12 2009/09/23 18:05:37 patrick Exp $ DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax" HOMEPAGE="http://esmtp.sourceforge.net/" @@ -9,8 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ~amd64 ppc ~sparc x86" IUSE="mailwrapper" -DEPEND="virtual/libc - net-libs/libesmtp +DEPEND="net-libs/libesmtp dev-libs/openssl" RDEPEND="${DEPEND} mailwrapper? ( >=net-mail/mailwrapper-0.2 ) diff --git a/mail-mta/esmtp/esmtp-0.6.0.ebuild b/mail-mta/esmtp/esmtp-0.6.0.ebuild index a7738bed47e5..8b90d0b69bb8 100644 --- a/mail-mta/esmtp/esmtp-0.6.0.ebuild +++ b/mail-mta/esmtp/esmtp-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/esmtp/esmtp-0.6.0.ebuild,v 1.1 2008/07/22 17:27:54 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.6.0.ebuild,v 1.2 2009/09/23 18:05:37 patrick Exp $ DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax" HOMEPAGE="http://esmtp.sourceforge.net/" @@ -9,8 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libc - net-libs/libesmtp +DEPEND="net-libs/libesmtp dev-libs/openssl" RDEPEND="${DEPEND} !net-mail/mailwrapper diff --git a/mail-mta/msmtp/ChangeLog b/mail-mta/msmtp/ChangeLog index 73c19b83ded0..58ea2b2d33e2 100644 --- a/mail-mta/msmtp/ChangeLog +++ b/mail-mta/msmtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/msmtp -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.72 2009/04/12 06:29:36 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.73 2009/09/23 18:06:04 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> msmtp-1.4.5.ebuild, + msmtp-1.4.7.ebuild, msmtp-1.4.9.ebuild: + Remove virtual/libc *msmtp-1.4.17 (12 Apr 2009) diff --git a/mail-mta/msmtp/msmtp-1.4.5.ebuild b/mail-mta/msmtp/msmtp-1.4.5.ebuild index 7217c7fe1f88..254df2e4caf0 100644 --- a/mail-mta/msmtp/msmtp-1.4.5.ebuild +++ b/mail-mta/msmtp/msmtp-1.4.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/msmtp/msmtp-1.4.5.ebuild,v 1.6 2008/03/22 14:51:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.5.ebuild,v 1.7 2009/09/23 18:06:04 patrick Exp $ DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="http://msmtp.sourceforge.net/" @@ -9,8 +9,7 @@ LICENSE="GPL-2" IUSE="ssl gnutls sasl mailwrapper doc nls" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86" -DEPEND="virtual/libc - dev-util/pkgconfig +DEPEND="dev-util/pkgconfig ssl? ( gnutls? ( >=net-libs/gnutls-1.2.0 ) !gnutls? ( >=dev-libs/openssl-0.9.6 ) diff --git a/mail-mta/msmtp/msmtp-1.4.7.ebuild b/mail-mta/msmtp/msmtp-1.4.7.ebuild index ebddee4e4669..16feafc19d53 100644 --- a/mail-mta/msmtp/msmtp-1.4.7.ebuild +++ b/mail-mta/msmtp/msmtp-1.4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/msmtp/msmtp-1.4.7.ebuild,v 1.8 2008/03/22 14:51:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.7.ebuild,v 1.9 2009/09/23 18:06:04 patrick Exp $ DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="http://msmtp.sourceforge.net/" @@ -9,8 +9,7 @@ LICENSE="GPL-2" IUSE="ssl gnutls sasl mailwrapper doc nls" SLOT="0" KEYWORDS="~alpha amd64 ia64 ~ppc ppc64 sparc x86" -DEPEND="virtual/libc - dev-util/pkgconfig +DEPEND="dev-util/pkgconfig ssl? ( gnutls? ( >=net-libs/gnutls-1.2.0 ) !gnutls? ( >=dev-libs/openssl-0.9.6 ) diff --git a/mail-mta/msmtp/msmtp-1.4.9.ebuild b/mail-mta/msmtp/msmtp-1.4.9.ebuild index be170b33f1c4..491854433915 100644 --- a/mail-mta/msmtp/msmtp-1.4.9.ebuild +++ b/mail-mta/msmtp/msmtp-1.4.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/msmtp/msmtp-1.4.9.ebuild,v 1.3 2008/03/22 14:51:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.9.ebuild,v 1.4 2009/09/23 18:06:04 patrick Exp $ DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="http://msmtp.sourceforge.net/" @@ -9,8 +9,7 @@ LICENSE="GPL-2" IUSE="ssl gnutls sasl mailwrapper doc nls" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -DEPEND="virtual/libc - dev-util/pkgconfig +DEPEND="dev-util/pkgconfig ssl? ( gnutls? ( >=net-libs/gnutls-1.2.0 ) !gnutls? ( >=dev-libs/openssl-0.9.6 ) 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" diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index e51bdc060c5d..70223fc00c3c 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/nullmailer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.35 2009/09/13 20:09:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.36 2009/09/23 18:06:51 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> nullmailer-1.04.ebuild: + Remove virtual/libc 13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> nullmailer-1.04.ebuild: diff --git a/mail-mta/nullmailer/nullmailer-1.04.ebuild b/mail-mta/nullmailer/nullmailer-1.04.ebuild index 4da7789069a9..4c6de10c6b7b 100644 --- a/mail-mta/nullmailer/nullmailer-1.04.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.6 2009/09/13 20:09:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.7 2009/09/23 18:06:51 patrick Exp $ inherit eutils flag-o-matic autotools @@ -19,10 +19,8 @@ KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc - sys-apps/groff" -RDEPEND="virtual/libc - sys-apps/shadow +DEPEND="sys-apps/groff" +RDEPEND="sys-apps/shadow virtual/logger !virtual/mta" PROVIDE="virtual/mta" |