diff options
-rw-r--r-- | net-mail/tnef/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/tnef/tnef-1.3.3.ebuild | 6 | ||||
-rw-r--r-- | net-mail/tnef/tnef-1.3.4.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/tnef/ChangeLog b/net-mail/tnef/ChangeLog index a5500abf8135..102a1534cd5e 100644 --- a/net-mail/tnef/ChangeLog +++ b/net-mail/tnef/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/tnef -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/ChangeLog,v 1.33 2009/03/24 09:06:36 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/ChangeLog,v 1.34 2009/09/23 19:14:02 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> tnef-1.3.3.ebuild, + tnef-1.3.4.ebuild: + Remove virtual/libc *tnef-1.4.5 (24 Mar 2009) diff --git a/net-mail/tnef/tnef-1.3.3.ebuild b/net-mail/tnef/tnef-1.3.3.ebuild index 39132e50df75..c5cd9c0941ee 100644 --- a/net-mail/tnef/tnef-1.3.3.ebuild +++ b/net-mail/tnef/tnef-1.3.3.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/net-mail/tnef/tnef-1.3.3.ebuild,v 1.5 2006/02/20 22:22:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-1.3.3.ebuild,v 1.6 2009/09/23 19:14:02 patrick Exp $ DESCRIPTION="Decodes MS-TNEF MIME attachments" SRC_URI="mirror://sourceforge/tnef/${P}.tar.gz" @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf || die diff --git a/net-mail/tnef/tnef-1.3.4.ebuild b/net-mail/tnef/tnef-1.3.4.ebuild index 3c308ce7bd16..7c7815dfb022 100644 --- a/net-mail/tnef/tnef-1.3.4.ebuild +++ b/net-mail/tnef/tnef-1.3.4.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/net-mail/tnef/tnef-1.3.4.ebuild,v 1.5 2007/05/13 17:49:29 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-1.3.4.ebuild,v 1.6 2009/09/23 19:14:02 patrick Exp $ DESCRIPTION="Decodes MS-TNEF MIME attachments" SRC_URI="mirror://sourceforge/tnef/${P}.tar.gz" @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf || die |