diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:05:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:05:51 +0000 |
commit | 88afa94b17e8dd96540b7976a02b26d26377e20c (patch) | |
tree | eea386691a845515d240b8c0d720b12419c0e8bc /net-mail/email | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-88afa94b17e8dd96540b7976a02b26d26377e20c.tar.gz gentoo-2-88afa94b17e8dd96540b7976a02b26d26377e20c.tar.bz2 gentoo-2-88afa94b17e8dd96540b7976a02b26d26377e20c.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/email')
-rw-r--r-- | net-mail/email/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/email/email-2.5.0.ebuild | 4 | ||||
-rw-r--r-- | net-mail/email/email-3.0.5.ebuild | 4 | ||||
-rw-r--r-- | net-mail/email/email-3.1.2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-mail/email/ChangeLog b/net-mail/email/ChangeLog index 3382630ce113..74b037b9256a 100644 --- a/net-mail/email/ChangeLog +++ b/net-mail/email/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/email # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.26 2009/03/20 17:09:40 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.27 2009/09/23 19:05:51 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> email-2.5.0.ebuild, + email-3.0.5.ebuild, email-3.1.2.ebuild: + Remove virtual/libc 20 Mar 2009; Ioannis Aslanidis <iaslanidis@gentoo.org> email-3.0.5.ebuild: Filtered out --as-needed LDFLAG from this version as the latest one fixes it diff --git a/net-mail/email/email-2.5.0.ebuild b/net-mail/email/email-2.5.0.ebuild index 7d798aab1d67..101ba50c513d 100644 --- a/net-mail/email/email-2.5.0.ebuild +++ b/net-mail/email/email-2.5.0.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/net-mail/email/email-2.5.0.ebuild,v 1.7 2009/03/20 16:55:24 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.0.ebuild,v 1.8 2009/09/23 19:05:51 patrick Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://email.cleancode.org" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="alpha amd64 x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" src_compile() { diff --git a/net-mail/email/email-3.0.5.ebuild b/net-mail/email/email-3.0.5.ebuild index 5006c7636260..c43f56cd2461 100644 --- a/net-mail/email/email-3.0.5.ebuild +++ b/net-mail/email/email-3.0.5.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/net-mail/email/email-3.0.5.ebuild,v 1.3 2009/03/20 17:09:40 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-3.0.5.ebuild,v 1.4 2009/09/23 19:05:51 patrick Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" pkg_setup() { diff --git a/net-mail/email/email-3.1.2.ebuild b/net-mail/email/email-3.1.2.ebuild index 8cc51a87fac0..aa173ab42635 100644 --- a/net-mail/email/email-3.1.2.ebuild +++ b/net-mail/email/email-3.1.2.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/net-mail/email/email-3.1.2.ebuild,v 1.1 2009/03/20 16:52:08 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-3.1.2.ebuild,v 1.2 2009/09/23 19:05:51 patrick Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://www.cleancode.org/projects/email" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" src_compile() { |