summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-10-07 07:47:03 +0000
committerTim Harder <radhermit@gentoo.org>2010-10-07 07:47:03 +0000
commit427683e00e5297d027a895e8bcf2e6244f6a096b (patch)
treea43283917f0ba2ef0394a55d1d7aadb0187a951e /net-mail/nmzmail/nmzmail-0.1.3.ebuild
parentCreate VENDOR_ARCH to shut up a enc2xs file not found warning (#338802). Rais... (diff)
downloadhistorical-427683e00e5297d027a895e8bcf2e6244f6a096b.tar.gz
historical-427683e00e5297d027a895e8bcf2e6244f6a096b.tar.bz2
historical-427683e00e5297d027a895e8bcf2e6244f6a096b.zip
Spelling fix for DESCRIPTION and drop old version.
Package-Manager: portage-2.2_rc90/cvs/Linux x86_64
Diffstat (limited to 'net-mail/nmzmail/nmzmail-0.1.3.ebuild')
-rw-r--r--net-mail/nmzmail/nmzmail-0.1.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mail/nmzmail/nmzmail-0.1.3.ebuild b/net-mail/nmzmail/nmzmail-0.1.3.ebuild
deleted file mode 100644
index 14c56c98b817..000000000000
--- a/net-mail/nmzmail/nmzmail-0.1.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/nmzmail/nmzmail-0.1.3.ebuild,v 1.5 2009/01/19 01:16:36 tcunha Exp $
-
-DESCRIPTION="Fast mail searchng for mutt using namazu"
-HOMEPAGE="http://www.ecademix.com/JohannesHofmann/#nmzmail"
-SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="sys-libs/readline"
-RDEPEND=">=app-text/namazu-2"
-
-src_compile() {
- econf || die "could not configure"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Install failed"
- dodoc README AUTHORS NEWS
-}