summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/mairix/mairix-0.10.ebuild')
-rw-r--r--net-mail/mairix/mairix-0.10.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-mail/mairix/mairix-0.10.ebuild b/net-mail/mairix/mairix-0.10.ebuild
deleted file mode 100644
index aac378c6862c..000000000000
--- a/net-mail/mairix/mairix-0.10.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mairix/mairix-0.10.ebuild,v 1.8 2005/02/04 13:19:42 tove Exp $
-
-DESCRIPTION="Indexes and searches Maildir/MH folders"
-HOMEPAGE="http://www.rrbcurnow.freeuk.com/mairix/"
-SRC_URI="http://www.rrbcurnow.freeuk.com/mairix/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 s390"
-IUSE=""
-DEPEND="virtual/libc
- >=sys-apps/texinfo-4.2"
-
-src_compile() {
- emake prefix=/usr CFLAGS="${CFLAGS}" all mairix.info || die
-}
-
-src_install() {
- dobin mairix
- dodoc mairix.txt NEWS README
- doinfo mairix.info
-}