ChangeLog

# 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 $

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

06 Jan 2007; Fernando J. Pereda -mboxgrep-0.7.3.ebuild:
QA: Clean unused versions.

03 Oct 2004; Jason Wever mboxgrep-0.7.9.ebuild:
Stable on sparc.

22 Sep 2004; Andrej Kacian mboxgrep-0.7.9.ebuild:
Stable on x86.

23 Jul 2004; mboxgrep-0.7.3.ebuild:
Removed redundant RDEPEND variable

01 Jul 2004; Jeremy Huddleston
mboxgrep-0.7.3.ebuild, mboxgrep-0.7.9.ebuild:
virtual/glibc -> virtual/libc

*mboxgrep-0.7.9 (19 Oct 2003)

19 Oct 2003; Heinrich Wendel mboxgrep-0.7.9.ebuild:
version bump, some cleanups

06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords

*mboxgrep-0.7.3 ( 10 Feb 2002 )

26 Jul 2002; Calum Selkirk mboxgrep-0.7.3.ebuild :

Added ppc to KEYWORDS

10 Feb 2002; Karl Trygve Kalleberg ChangeLog mboxgrep-0.7.3 files/digest-mboxgrep-0.7.3:

mboxgrep is a small utility that scans a mailbox for messages matching a
regular expression. Found messages can be either displayed on standard
output, counted, deleted, piped to a shell command or written to another
mailbox.

Manifest

DIST mboxgrep-0.7.9.tar.gz 76067 RMD160 c816b1d8d53fab46b013d441f278179fb63d9d8f SHA1 dc6dcaee5fc22bf606328b378883da34600be11a SHA256 78d375a05c3520fad4bca88509d4da0dbe9fba31f36790bd20880e212acd99d7
EBUILD mboxgrep-0.7.9.ebuild 655 RMD160 164ac56aecba0ea8e9afc4b22dc0bb6a8ab66e3d SHA1 298f7c56c086fbc919b487b980e74edc42238a92 SHA256 154d6a6dd8f68d7414413588d563200e57c89f09948113161847f5adf63a302c
MISC ChangeLog 1519 RMD160 413a85effe81f4b334f855a9c65dc93f7c10ea92 SHA1 f7905e1830446f33b2dc07d4832fe1f0db2ce9be SHA256 a8c742c0aa182114d1507da26375f14a1c03b0a176cb5a29c9f5d2db4770695f
MISC metadata.xml 161 RMD160 273e570423fa3cd9d3f15f7967a43307c8ee9661 SHA1 a1fecd2f7b169d621b88c6ccab9d758209fc8f19 SHA256 4ebf9a8f60040bfb95f13790c1d146a49c69f791f9c421e02a5d96fd6fcb2b32

mboxgrep-0.7.9.ebuild

# Copyright 1999-2004 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 $

DESCRIPTION="Grep for mbox files"
SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz"
HOMEPAGE="http://mboxgrep.sf.net"

DEPEND="virtual/libc"

SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc"
IUSE=""

src_compile() {
econf || die "./configure failed"
emake || die
}

src_install () {
make \
prefix=${D}/usr \
mandir=${D}/usr/share/man \
infodir=${D}/usr/share/info \
install || die
dodoc ChangeLog NEWS TODO README
}

metadata.xml




net-mail