diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:08:03 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:08:03 +0000 |
commit | 5c000b7a66ffa0895c6f53fb6016f57139aace99 (patch) | |
tree | 06448c75df73f57ecb6f664e1873c909e6bc34be /net-mail | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-5c000b7a66ffa0895c6f53fb6016f57139aace99.tar.gz gentoo-2-5c000b7a66ffa0895c6f53fb6016f57139aace99.tar.bz2 gentoo-2-5c000b7a66ffa0895c6f53fb6016f57139aace99.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-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" |