diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-07-31 19:08:15 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-07-31 19:08:15 +0000 |
commit | 1ccfd536c61c1705b5277a37772cc01a80f6bbee (patch) | |
tree | 8b241e3b52fc314f71023ec55bdd861efc2e6670 /net-mail/exmh | |
parent | filmgimp -> cinepaint (diff) | |
download | historical-1ccfd536c61c1705b5277a37772cc01a80f6bbee.tar.gz historical-1ccfd536c61c1705b5277a37772cc01a80f6bbee.tar.bz2 historical-1ccfd536c61c1705b5277a37772cc01a80f6bbee.zip |
updated version. fixes #19490
Diffstat (limited to 'net-mail/exmh')
-rw-r--r-- | net-mail/exmh/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/exmh/exmh-2.5.ebuild | 3 | ||||
-rw-r--r-- | net-mail/exmh/exmh-2.6.3.ebuild | 57 | ||||
-rw-r--r-- | net-mail/exmh/files/digest-exmh-2.6.3 | 1 |
4 files changed, 69 insertions, 2 deletions
diff --git a/net-mail/exmh/ChangeLog b/net-mail/exmh/ChangeLog index 9abb7f6b99c3..70d4572b3574 100644 --- a/net-mail/exmh/ChangeLog +++ b/net-mail/exmh/ChangeLog @@ -1,10 +1,18 @@ # ChangeLog for net-mail/exmh # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/exmh/ChangeLog,v 1.4 2003/02/12 08:10:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exmh/ChangeLog,v 1.5 2003/07/31 19:08:15 rphillips Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*exmh-2.6.3 (31 Jul 2003) + + 31 Jul 2003; Ryan Phillips <rphillips@gentoo.org> exmh-2.6.3.ebuild : + updated version and added net-mail/metamail deps *exmh-2.5 (31 May 2002) + + 31 Jul 2003; Ryan Phillips <rphillips@gentoo.org> exmh-2.5.ebuild : + Added net-mail/metamail to deps 31 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : diff --git a/net-mail/exmh/exmh-2.5.ebuild b/net-mail/exmh/exmh-2.5.ebuild index 160d08fd0b63..7128b1814732 100644 --- a/net-mail/exmh/exmh-2.5.ebuild +++ b/net-mail/exmh/exmh-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/exmh/exmh-2.5.ebuild,v 1.9 2003/02/13 14:29:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/exmh/exmh-2.5.ebuild,v 1.10 2003/07/31 19:08:15 rphillips Exp $ DESCRIPTION="An X user interface for MH mail" SRC_URI="ftp://ftp.scriptics.com/pub/tcl/${PN}/${PN}-${PV}.tar.gz" @@ -14,6 +14,7 @@ IUSE="crypt" DEPEND="net-mail/nmh dev-tcltk/expect net-mail/mailbase + net-mail/metamail crypt? ( app-crypt/gnupg ) >=dev-lang/tcl-8.2 >=dev-lang/tk-8.2" diff --git a/net-mail/exmh/exmh-2.6.3.ebuild b/net-mail/exmh/exmh-2.6.3.ebuild new file mode 100644 index 000000000000..c02658586078 --- /dev/null +++ b/net-mail/exmh/exmh-2.6.3.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/exmh/exmh-2.6.3.ebuild,v 1.1 2003/07/31 19:08:15 rphillips Exp $ + +DESCRIPTION="An X user interface for MH mail" +SRC_URI="ftp://ftp.scriptics.com/pub/tcl/${PN}/${PN}-${PV}.tar.gz" +HOMEPAGE="http://beedub.com/exmh/" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc " +IUSE="crypt" + +DEPEND="net-mail/nmh + dev-tcltk/expect + net-mail/mailbase + net-mail/metamail + crypt? ( app-crypt/gnupg ) + >=dev-lang/tcl-8.2 + >=dev-lang/tk-8.2" + +src_unpack() { + unpack ${A} + + cd ${S} + for i in *.MASTER; do cp $i ${i%%.MASTER}; done + mv exmh.l exmh.1 + patch -p1 < ${FILESDIR}/exmh-2.5-conf.patch + cd misc + rm -rf RPM *tar* *gbuffy* + for i in * + do + mv $i $i.orig + sed -e "s:/usr/local/bin:/usr/bin:" $i.orig > $i + mv $i $i.orig + sed -e "s:/usr/local/nmh/bin:/usr/bin:" $i.orig > $i + mv $i $i.orig + sed -e "s:/usr/local/nmh/lib:/usr/bin:" $i.orig > $i + rm $i.orig + done +} + +src_compile() { + echo 'auto_mkindex ./lib *.tcl' | tclsh +} + +src_install() { + into /usr + dobin exmh exmh-bg exmh-async ftp.expect + + doman exmh.1 + + dodoc COPYRIGHT exmh.CHANGES exmh.README misc/* + + dodir /usr/lib/${PN}-${PV} + install -m 644 lib/* ${D}/usr/lib/${PN}-${PV} +} diff --git a/net-mail/exmh/files/digest-exmh-2.6.3 b/net-mail/exmh/files/digest-exmh-2.6.3 new file mode 100644 index 000000000000..c8f61e2a8714 --- /dev/null +++ b/net-mail/exmh/files/digest-exmh-2.6.3 @@ -0,0 +1 @@ +MD5 5b04d70b7f827f4e520d8b68b28b3efe exmh-2.6.3.tar.gz 910556 |