diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-21 19:00:47 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-21 19:00:47 +0000 |
commit | dd983586cd21a856c49ae13e788b6329bce284b1 (patch) | |
tree | 1f455f36e265fc88c18fec6f4e257bd57bd7e65e /net-mail/gotmail | |
parent | New ebuild -- gotmail. Useful script to download mail from a Hotmail (diff) | |
download | gentoo-2-dd983586cd21a856c49ae13e788b6329bce284b1.tar.gz gentoo-2-dd983586cd21a856c49ae13e788b6329bce284b1.tar.bz2 gentoo-2-dd983586cd21a856c49ae13e788b6329bce284b1.zip |
Added dev-perl/URI dependency. (Oops!)
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r-- | net-mail/gotmail/gotmail-0.6.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mail/gotmail/gotmail-0.6.6.ebuild b/net-mail/gotmail/gotmail-0.6.6.ebuild index 9adb08144361..709e4eec6ef8 100644 --- a/net-mail/gotmail/gotmail-0.6.6.ebuild +++ b/net-mail/gotmail/gotmail-0.6.6.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Grant Goodyear <g2boojum@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.6.6.ebuild,v 1.1 2001/10/21 18:50:16 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.6.6.ebuild,v 1.2 2001/10/21 19:00:47 g2boojum Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Utility to download mail from a HotMail account" SRC_URI="http://www.hawkins.emu.id.au/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://www.hawkins.emu.id.au/gotmail/" -DEPEND="net-ftp/curl" +DEPEND="net-ftp/curl + dev-perl/URI" src_compile() { echo "Nothing to compile" |