diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-01-03 20:05:51 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-01-03 20:05:51 +0000 |
commit | 741ae3713b0e3dbdaf5e52ce6d6bbdbc8ce87dd4 (patch) | |
tree | 94ff013f35df2a3247a3c30d4c542dea56774639 /net-mail/pine | |
parent | Uncommented the scrollmode fix. Helps with *.fmt generation. (diff) | |
download | gentoo-2-741ae3713b0e3dbdaf5e52ce6d6bbdbc8ce87dd4.tar.gz gentoo-2-741ae3713b0e3dbdaf5e52ce6d6bbdbc8ce87dd4.tar.bz2 gentoo-2-741ae3713b0e3dbdaf5e52ce6d6bbdbc8ce87dd4.zip |
Added lynx dep. Changed from tar.gz to tar.bz2.
Diffstat (limited to 'net-mail/pine')
-rw-r--r-- | net-mail/pine/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/pine/files/digest-pine-4.51 | 2 | ||||
-rw-r--r-- | net-mail/pine/pine-4.51.ebuild | 7 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/pine/ChangeLog b/net-mail/pine/ChangeLog index f5292310d86b..e8d77fc4103e 100644 --- a/net-mail/pine/ChangeLog +++ b/net-mail/pine/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-mail/pine # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/ChangeLog,v 1.17 2003/01/03 09:27:07 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/ChangeLog,v 1.18 2003/01/03 20:05:51 mholzer Exp $ *pine-4.51 (03 Jan 2002) + 03 Jan 2002; Martin Holzer <mholzer@gentoo.org> pine-4.51.ebuild files/digest-pine-4.51 ChangeLog : + Added lynx dep. Changed from tar.gz to tar.bz2. Closes #13157 + 03 Jan 2002; Nick Hadaway <raker@gentoo.org> pine-4.51.ebuild, files/digest-pine-4.51 : Version bump. No maildir patch yet. Includes the entire Eduardo diff --git a/net-mail/pine/files/digest-pine-4.51 b/net-mail/pine/files/digest-pine-4.51 index 646843821cd1..019603ecd99c 100644 --- a/net-mail/pine/files/digest-pine-4.51 +++ b/net-mail/pine/files/digest-pine-4.51 @@ -1,2 +1,2 @@ -MD5 4ce7c7776b56177852975a2ad19f7202 pine4.51.tar.gz 3778582 +MD5 c651d7284e0381c840f52f16f7160e1d pine4.51.tar.bz2 2787276 MD5 eb056b8f1db71ee86efb0847f1331b2a all.patch.gz 85838 diff --git a/net-mail/pine/pine-4.51.ebuild b/net-mail/pine/pine-4.51.ebuild index f41526537ed2..5ea4b062ebfc 100644 --- a/net-mail/pine/pine-4.51.ebuild +++ b/net-mail/pine/pine-4.51.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.51.ebuild,v 1.1 2003/01/03 09:27:07 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.51.ebuild,v 1.2 2003/01/03 20:05:51 mholzer Exp $ IUSE="ssl ldap" S=${WORKDIR}/${PN}${PV} DESCRIPTION="A tool for reading, sending and managing electronic messages." -SRC_URI="ftp://ftp.cac.washington.edu/${PN}/${PN}${PV}.tar.gz +SRC_URI="ftp://ftp.cac.washington.edu/${PN}/${PN}${PV}.tar.bz2 http://www.math.washington.edu/~chappa/pine/patches/pine4.51/all.patch.gz" HOMEPAGE="http://www.washington.edu/pine/ http://www.math.washington.edu/~chappa/pine/patches/" @@ -15,7 +15,8 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 >=sys-libs/pam-0.72 ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap )" + ldap? ( net-nds/openldap ) + net-www/lynx" SLOT="0" LICENSE="PICO" |