summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/grepmail/grepmail-4.70.ebuild')
-rw-r--r--net-mail/grepmail/grepmail-4.70.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-mail/grepmail/grepmail-4.70.ebuild b/net-mail/grepmail/grepmail-4.70.ebuild
deleted file mode 100644
index 3058f484268e..000000000000
--- a/net-mail/grepmail/grepmail-4.70.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2002 Arcady Genkin <agenkin@thpoon.com>
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/grepmail-4.70.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $
-
-DESCRIPTION="Search normal or compressed mailbox using a regular expression or dates."
-HOMEPAGE="http://grepmail.sourceforge.net/"
-
-SRC_URI="mirror://sourceforge/grepmail/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
-DEPEND="dev-perl/TimeDate
- dev-perl/DateManip"
-
-src_compile () {
- perl Makefile.PL FASTREADER=0 PREFIX=/usr
- emake || die
-}
-
-src_install () {
- # BUG: Can't quite work out the compilation of the FastReader module.
- # For now it's disabled.
- make PREFIX=${D}/usr \
- INSTALLMAN1DIR=${D}/usr/share/man/man1 \
- INSTALLMAN3DIR=${D}/usr/share/man/man3 \
- install || die
- dodoc MANIFEST LICENSE CHANGES README
-}