summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2004-08-06 13:00:05 +0000
committerMichael Kohl <citizen428@gentoo.org>2004-08-06 13:00:05 +0000
commitfdcb695a7e1e1dc26e8b5daf70aa09f2352cc7dd (patch)
treef46ddddf0cb87d2c299d4673cb44dc71464b6f50 /mail-client/elmo
parentStable on sparc (Manifest recommit) (diff)
downloadgentoo-2-fdcb695a7e1e1dc26e8b5daf70aa09f2352cc7dd.tar.gz
gentoo-2-fdcb695a7e1e1dc26e8b5daf70aa09f2352cc7dd.tar.bz2
gentoo-2-fdcb695a7e1e1dc26e8b5daf70aa09f2352cc7dd.zip
Added 'crypt' useflag
Diffstat (limited to 'mail-client/elmo')
-rw-r--r--mail-client/elmo/ChangeLog7
-rw-r--r--mail-client/elmo/Manifest2
-rw-r--r--mail-client/elmo/elmo-1.3.1-r1.ebuild35
-rw-r--r--mail-client/elmo/files/digest-elmo-1.3.1-r11
4 files changed, 44 insertions, 1 deletions
diff --git a/mail-client/elmo/ChangeLog b/mail-client/elmo/ChangeLog
index 5956165b14c4..fb1d492645cc 100644
--- a/mail-client/elmo/ChangeLog
+++ b/mail-client/elmo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/elmo
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/ChangeLog,v 1.6 2004/08/01 20:25:15 citizen428 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/ChangeLog,v 1.7 2004/08/06 13:00:05 citizen428 Exp $
+
+*elmo-1.3.1-r1 (06 Aug 2004)
+
+ 06 Aug 2004; Michael Kohl <citizen428@gentoo.org> +elmo-1.3.1-r1.ebuild:
+ Finally added crypt useflag. See Bug #44375
*elmo-1.3.1 (01 Aug 2004)
diff --git a/mail-client/elmo/Manifest b/mail-client/elmo/Manifest
index 9733edd98f86..fedc200ca9d4 100644
--- a/mail-client/elmo/Manifest
+++ b/mail-client/elmo/Manifest
@@ -3,6 +3,8 @@ MD5 6cdb05ed53c558fa38661c5f0c4b9b56 elmo-0.6.ebuild 797
MD5 14f368bdbe3cafb7313f338a5e035467 ChangeLog 1139
MD5 42524287228b5ac2413b54ea8f8c579c elmo-0.5.ebuild 797
MD5 cacb53d68e2c3a3ab17570cddf992a76 metadata.xml 279
+MD5 a7c40a25bacce5bafd737c340bcf3328 elmo-1.3.1-r1.ebuild 833
MD5 0d662e42a7373a07a363f75e07e1b428 files/digest-elmo-1.3.1 62
MD5 eac6978f5d09308fe2a5363f92aeb520 files/digest-elmo-0.5 118
MD5 87f647529d55e01dcfc9554b3932c1fc files/digest-elmo-0.6 60
+MD5 0d662e42a7373a07a363f75e07e1b428 files/digest-elmo-1.3.1-r1 62
diff --git a/mail-client/elmo/elmo-1.3.1-r1.ebuild b/mail-client/elmo/elmo-1.3.1-r1.ebuild
new file mode 100644
index 000000000000..bfe52f0fc82d
--- /dev/null
+++ b/mail-client/elmo/elmo-1.3.1-r1.ebuild
@@ -0,0 +1,35 @@
+# 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.1-r1.ebuild,v 1.1 2004/08/06 13:00:05 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/*
+}
diff --git a/mail-client/elmo/files/digest-elmo-1.3.1-r1 b/mail-client/elmo/files/digest-elmo-1.3.1-r1
new file mode 100644
index 000000000000..29d29ff05fc5
--- /dev/null
+++ b/mail-client/elmo/files/digest-elmo-1.3.1-r1
@@ -0,0 +1 @@
+MD5 551171feb937a7b58372682993653ba5 elmo-1.3.1.tar.gz 534779