diff options
-rw-r--r-- | net-mail/elmo/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/elmo/elmo-0.5.ebuild | 31 | ||||
-rw-r--r-- | net-mail/elmo/files/digest-elmo-0.5 | 2 |
3 files changed, 42 insertions, 1 deletions
diff --git a/net-mail/elmo/ChangeLog b/net-mail/elmo/ChangeLog new file mode 100644 index 000000000000..cf55ca61fb86 --- /dev/null +++ b/net-mail/elmo/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-mail/elmo +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/elmo/ChangeLog,v 1.1 2003/04/05 13:46:39 mholzer Exp $ + +*elmo-0.5 (05 Apr 2003) + + 05 Apr 2003; Martin Holzer <mholzer@gentoo.org> elmo-0.5.ebuild: + Added initial Version submitted in #18776 by Captain Morgan + (ERROR_404@PHREAKER.NET) + diff --git a/net-mail/elmo/elmo-0.5.ebuild b/net-mail/elmo/elmo-0.5.ebuild new file mode 100644 index 000000000000..64b80fdc1da1 --- /dev/null +++ b/net-mail/elmo/elmo-0.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/elmo/elmo-0.5.ebuild,v 1.1 2003/04/05 13:46:39 mholzer Exp $ + +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="virtual/glibc" + +S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO + einfo "from BUGS:" + einfo "* mbox" + einfo "Reading file in mbox format may NOT work. If you try to use it," + einfo "it may crash. I don't support this format any more. But feel free" + einfo "to fix it." + +} diff --git a/net-mail/elmo/files/digest-elmo-0.5 b/net-mail/elmo/files/digest-elmo-0.5 index 54bfe5ec58ff..d2a7cd26cfd5 100644 --- a/net-mail/elmo/files/digest-elmo-0.5 +++ b/net-mail/elmo/files/digest-elmo-0.5 @@ -1,2 +1,2 @@ -MD5 08cdedcba2ce80343636d67250f837d0 /elmo-0.5.ebuild 722 +MD5 9c38ea989fad4735a13faad398dd05c5 /elmo-0.5.ebuild 815 MD5 d94c03219bfe22e17fa6da412d2e9b66 elmo-0.5.tar.gz 210980 |