diff options
author | Peter Johanson <latexer@gentoo.org> | 2003-03-26 01:01:46 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2003-03-26 01:01:46 +0000 |
commit | 90153a7f7007598bab3bc0522e26913b8ad7f2f2 (patch) | |
tree | d8c05128acd245d1e352de3b469d834210c11527 /net-mail | |
parent | Version bump. (diff) | |
download | gentoo-2-90153a7f7007598bab3bc0522e26913b8ad7f2f2.tar.gz gentoo-2-90153a7f7007598bab3bc0522e26913b8ad7f2f2.tar.bz2 gentoo-2-90153a7f7007598bab3bc0522e26913b8ad7f2f2.zip |
Version bump
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mutt/ChangeLog | 11 | ||||
-rw-r--r-- | net-mail/mutt/files/digest-mutt-1.5.4 | 3 | ||||
-rw-r--r-- | net-mail/mutt/mutt-1.5.4.ebuild | 92 |
3 files changed, 103 insertions, 3 deletions
diff --git a/net-mail/mutt/ChangeLog b/net-mail/mutt/ChangeLog index 80b9f48c4579..bbbf8aede4c7 100644 --- a/net-mail/mutt/ChangeLog +++ b/net-mail/mutt/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for net-mail/mutt # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/ChangeLog,v 1.22 2003/03/22 04:02:52 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/ChangeLog,v 1.23 2003/03/26 01:01:46 latexer Exp $ - 14 Feb 2003; Guy Martin <gmsoft@gentoo.org> mutt-1.4-r3.ebuild : - Added hppa to keywords. +*mutt-1.5.4 (25 Mar 2003) + + 25 Mar 2003; Peter Johanson <latexer@gentoo.org> mutt-1.5.4.ebuild: + Version bump. thanks to knghtbrd for the ebuild + + 14 Feb 2003; Guy Martin <gmsoft@gentoo.org> mutt-1.4-r3.ebuild : + Added hppa to keywords. *mutt-1.4.1 (22 Mar 2003) diff --git a/net-mail/mutt/files/digest-mutt-1.5.4 b/net-mail/mutt/files/digest-mutt-1.5.4 new file mode 100644 index 000000000000..4cfbe91d1bd0 --- /dev/null +++ b/net-mail/mutt/files/digest-mutt-1.5.4 @@ -0,0 +1,3 @@ +MD5 3d4088f25892af6d71148eef26604f33 mutt-1.5.4i.tar.gz 2788104 +MD5 e2c0b3bb0be0e19a4a6cda01078e3eae patch-1.5.4.rr.compressed.1.gz 14463 +MD5 56bbbdeec4c1a2259303dca4b6d9264e patch-1.5.3.cd.edit_threads.9.5 22293 diff --git a/net-mail/mutt/mutt-1.5.4.ebuild b/net-mail/mutt/mutt-1.5.4.ebuild new file mode 100644 index 000000000000..60e1ee3b958b --- /dev/null +++ b/net-mail/mutt/mutt-1.5.4.ebuild @@ -0,0 +1,92 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.5.4.ebuild,v 1.1 2003/03/26 01:01:46 latexer Exp $ + +IUSE="ssl nls slang cjk" + +inherit eutils + +edit_threads="patch-1.5.3.cd.edit_threads.9.5" + +S=$WORKDIR/${P} +DESCRIPTION="a small but very powerful text-based mail client" +SRC_URI="ftp://ftp.mutt.org/mutt/devel/mutt-${PV}i.tar.gz + http://www.spinnaker.de/mutt/compressed/patch-${PV}.rr.compressed.1.gz + cjk? ( http://www.emaillab.org/mutt/1.5/mutt-${PV}i-ja.1.tar.gz ) + http://cedricduval.free.fr/download/mutt/${edit_threads}" +HOMEPAGE="http://www.mutt.org" + +DEPEND=">=sys-libs/ncurses-5.2 + ssl? ( >=dev-libs/openssl-0.9.6 ) + slang? ( >=sys-libs/slang-1.4.2 )" + +RDEPEND="nls? ( sys-devel/gettext )" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" + +inherit flag-o-matic + +src_unpack() { + unpack ${P}i.tar.gz + if [ "`use cjk`" ]; then + unpack mutt-${P}i-ja.1.tar.gz + cd ${S} + epatch ../mutt-${PV}i-ja.1/patch-${PV}.tt.ja.1 + fi + + cd ${S} + epatch ${DISTDIR}/patch-${PV}.rr.compressed.1.gz + epatch ${DISTDIR}/${edit_threads} +} + +src_compile() { + # See Bug #11170 + if [ "${ARCH}" = "ppc" ] + then + replace-flags "-O[3-9]" "-O2" + fi + + local myconf + myconf="`use_enable nls` `use_enable ssl` \ + `use_enable imap` `use_enable crypt pgp`" + + # --without-slang doesn't work; + # specify --with-curses if you don't want slang + # (26 Sep 2001 agriffis) + + use slang \ + && myconf="${myconf} --with-slang" \ + || myconf="${myconf} --with-curses" + + use cjk && myconf="$myconf --enable-default-japanese" + + econf \ + --sysconfdir=/etc/mutt \ + --with-docdir=/usr/share/doc/mutt-$PVR \ + --with-regex --enable-pop --enable-nfs-fix \ + --disable-fcntl --enable-flock --enable-external-dotlock \ + --with-homespool=Maildir \ + --enable-compressed \ + --enable-imap-edit-threads \ + ${myconf} || die + + mv doc/Makefile doc/Makefile.orig + sed 's/README.UPGRADE//' doc/Makefile.orig > doc/Makefile + make || die "make failed (myconf=${myconf})" +} + +src_install () { + make DESTDIR=$D install || die + find $D/usr/share/doc -type f |grep -v html | xargs gzip + insinto /etc/mutt + if [ "`use mbox`" ]; then + einfo "Not installing an /etc/Muttrc as mbox is default configuration" + einfo "with mutt" + else + doins $FILESDIR/Muttrc + fi + + dodoc BEWARE COPYRIGHT ChangeLog NEWS OPS* PATCHES README* TODO VERSION +} |