summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/elmo/elmo-1.3.2.ebuild')
-rw-r--r--mail-client/elmo/elmo-1.3.2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/mail-client/elmo/elmo-1.3.2.ebuild b/mail-client/elmo/elmo-1.3.2.ebuild
deleted file mode 100644
index c988ba3c5d6c..000000000000
--- a/mail-client/elmo/elmo-1.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/elmo-1.3.2.ebuild,v 1.1 2004/08/27 13:15:37 citizen428 Exp $
-IUSE="crypt nls ssl"
-
-DESCRIPTION="Elmo: console email client"
-HOMEPAGE="http://elmo.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-
-KEYWORDS="~x86"
-SLOT="0"
-
-DEPEND="ssl? ( >=dev-libs/openssl )"
-RDEPEND="nls? ( sys-devel/gettext )
- crypt? ( =app-crypt/gpgme-0.4.7 )"
-
-
-src_compile() {
- local myconf
-
- use nls \
- || myconf="--disable-nls"
-
- use ssl \
- || mycconf="${myconf} --without-openssl"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc ABOUT-NLS ADVOCACY AUTHORS BUGS COPYING ChangeLog INSTALL NEWS THANKS TODO doc/*
-}