summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 18:05:37 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 18:05:37 +0000
commite2556259e8ba05417a3150b0269e3f23f222c150 (patch)
tree70306d5a135351a90e5784f299cd84203f298c74 /mail-mta
parentRemove virtual/libc (diff)
downloadgentoo-2-e2556259e8ba05417a3150b0269e3f23f222c150.tar.gz
gentoo-2-e2556259e8ba05417a3150b0269e3f23f222c150.tar.bz2
gentoo-2-e2556259e8ba05417a3150b0269e3f23f222c150.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/esmtp/ChangeLog6
-rw-r--r--mail-mta/esmtp/esmtp-0.5.0-r1.ebuild7
-rw-r--r--mail-mta/esmtp/esmtp-0.6.0.ebuild7
3 files changed, 11 insertions, 9 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