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/mboxgrep | |
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/mboxgrep')
-rw-r--r-- | net-mail/mboxgrep/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/mboxgrep/mboxgrep-0.7.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/mboxgrep/ChangeLog b/net-mail/mboxgrep/ChangeLog index c0ca262a6b2a..8012afda455f 100644 --- a/net-mail/mboxgrep/ChangeLog +++ b/net-mail/mboxgrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mboxgrep -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/ChangeLog,v 1.13 2007/02/22 01:47:26 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/ChangeLog,v 1.14 2009/09/23 19:08:03 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> mboxgrep-0.7.9.ebuild: + Remove virtual/libc 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild index b39033d94b05..5d834fc27f6b 100644 --- a/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild +++ b/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2004 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/mboxgrep/mboxgrep-0.7.9.ebuild,v 1.7 2004/10/04 22:20:59 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild,v 1.8 2009/09/23 19:08:03 patrick Exp $ DESCRIPTION="Grep for mbox files" SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz" HOMEPAGE="http://mboxgrep.sf.net" -DEPEND="virtual/libc" +DEPEND="" SLOT="0" LICENSE="as-is" |