diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:15:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:15:49 +0000 |
commit | 7c65257f7d9808cb73dcc8768ea326f8e99a4dd8 (patch) | |
tree | 26c7ba3d3aafb51b39dba5b9d3302f1c6f9ff2e8 /net-mail/mailfront | |
parent | Fix detection and test on FreeBSD and keyword it. (diff) | |
download | historical-7c65257f7d9808cb73dcc8768ea326f8e99a4dd8.tar.gz historical-7c65257f7d9808cb73dcc8768ea326f8e99a4dd8.tar.bz2 historical-7c65257f7d9808cb73dcc8768ea326f8e99a4dd8.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-mail/mailfront')
-rw-r--r-- | net-mail/mailfront/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/mailfront/mailfront-0.88.ebuild | 7 | ||||
-rw-r--r-- | net-mail/mailfront/mailfront-0.98.ebuild | 12 |
3 files changed, 14 insertions, 13 deletions
diff --git a/net-mail/mailfront/ChangeLog b/net-mail/mailfront/ChangeLog index f6b48739c9fa..5a6efde6b18f 100644 --- a/net-mail/mailfront/ChangeLog +++ b/net-mail/mailfront/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/mailfront -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/ChangeLog,v 1.23 2008/01/25 21:10:17 bangert Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/ChangeLog,v 1.24 2009/09/23 19:07:41 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> mailfront-0.88.ebuild, + mailfront-0.98.ebuild: + Remove virtual/libc 25 Jan 2008; Thilo Bangert <bangert@gentoo.org> mailfront-0.88.ebuild, mailfront-0.98.ebuild: diff --git a/net-mail/mailfront/mailfront-0.88.ebuild b/net-mail/mailfront/mailfront-0.88.ebuild index 3ab71dd9edfe..dd641936d896 100644 --- a/net-mail/mailfront/mailfront-0.88.ebuild +++ b/net-mail/mailfront/mailfront-0.88.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/net-mail/mailfront/mailfront-0.88.ebuild,v 1.12 2008/01/25 21:10:17 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.88.ebuild,v 1.13 2009/09/23 19:07:41 patrick Exp $ inherit fixheadtails toolchain-funcs @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="x86 ~sparc ~ppc" IUSE="" -DEPEND="virtual/libc - >=dev-libs/bglibs-1.006" +DEPEND=">=dev-libs/bglibs-1.006" RDEPEND=" ${DEPEND} net-libs/cvm diff --git a/net-mail/mailfront/mailfront-0.98.ebuild b/net-mail/mailfront/mailfront-0.98.ebuild index abda0b580081..4a2421e4fa9b 100644 --- a/net-mail/mailfront/mailfront-0.98.ebuild +++ b/net-mail/mailfront/mailfront-0.98.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/net-mail/mailfront/mailfront-0.98.ebuild,v 1.5 2008/01/25 21:10:17 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.98.ebuild,v 1.6 2009/09/23 19:07:41 patrick Exp $ inherit toolchain-funcs @@ -13,16 +13,14 @@ SLOT="0" KEYWORDS="~ppc ~sparc x86" IUSE="" -DEPEND=" - virtual/libc - >=dev-libs/bglibs-1.022 +DEPEND=">=dev-libs/bglibs-1.022 >=net-libs/cvm-0.71 -" + " RDEPEND=" ${DEPEND} virtual/qmail net-libs/cvm -" + " src_compile() { echo "/usr/include/bglibs/" > conf-bgincs |